/* CSS Document */
@charset "utf-8";

/* =========  DO NOT ALTER ANYTHING BELOW THIS LINE UNTIL THE NEXT MARK ========= */

/* === BODY, MAIN === */
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0;
	min-width:960px;
	width: 100%;
	height: 100%;
	background-color: #EEEEEE;
}
html {
	min-width:960px;
	width:100%; 								
	height:100%;
	background-color: #EEEEEE;
}
#main {
	width:960px;
	margin:0 auto;
}
img {
	border: 0;
}
/* === HEADER === */
#header {
	width:100%;
	height: 110px;
	margin:0 auto;
	background-color: #000;
}
#header_container {
	width: 960px;
	margin: 0 auto;
}
.logo a  {
	width: 65px;
	padding-top: 25px;
	padding-left: 5px;
	float: left;
}
.name a {
	width: 180px;
	margin-left: 15px;
	float: left;
	padding-top: 30px;
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
.title {
	width: auto;
	margin-left: 15px;
	padding-top: 30px;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
}
/* === FOOTER === */
#footer {
	background-color: #000;
	height: 25px;
	margin-right: 0px;
	margin-left: 0px;
	padding:5px;
	border: thin solid #CCC;
}
.footer_table {
	width: 100%;
	font-size: 11px;
	color: #999;
	margin-right: auto;
	margin-left: auto;
}
.footer_txt_1 a {
	color: #999;
	text-decoration: none;
	text-align: center;
}
.footer_txt_1 a:hover, txt_menu_1 a:focus {
	color:#CCC;
	text-decoration: underline;
	text-align: center;
}
/* SITE_MAP */
#site_map {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	background-color: #000;
	margin-right: 0px;
	margin-left: 0px;
	padding: 10px;
	text-align: center;
}
#table_site_map {
	width: 940px;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
}
#table_site_map a {
	font-size: 12px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
}
#table_site_map a:hover, #table_site_map tr td li.column_site_map_txt1 a:focus {
	color: #CCC;
	text-decoration: underline;
}

/* =========  ALLOWED TO DO MODIFICATIONS BELOW THIS LINE  ========= */

#main_container {
	width: 940px;
	margin: 0 auto;
	padding: 10px;
	background-color: #FFF;
}
.table_main_container {
	width: 940px;
	background-color: #FFF;
	margin: 15px auto;
}
.table_main_container_txt1 {
	font-size: 20px;
	text-decoration: none;
	color: #0CF;
	font-weight: bold;
}
.table_main_container_txt1:hover, .main_container_txt1:focus {
	text-decoration: none;
	color: #00F;
	font-weight: bold;
}
.column_site_map {
	vertical-align: top;
	width: 150px;
	border: 1px dotted #CCC;
}
.column_site_map_txt1 {
	margin-left: 10px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}
.column_site_map_txt1:hover, .column_site_map_txt1:focus{
	color: #FFF;
	background-color: #000;
	font-weight: bold;
	text-decoration: none;	
}
.column_site_map_txt2 {
	margin-left: 15px;
	color: #000;
	text-decoration: none;
}
.column_site_map_txt2:hover, .column_site_map_txt1:focus{
	color: #FFF;
	background-color: #000;
	text-decoration: none;	
}
.spacer_1 {
	height: 10px;
}