@charset "UTF-8";
/* CSS Document */
* {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	color: #666;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	color: #666;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

body {
}

ol, ul {
	/*list-style: none;*/
	list-style-position:inside;
}

.clear { clear:both; height: 0; line-height: 0; }

/* start */

h1,h2,h3{ color:black; }
h1{ font-size: 160%}
h2{ font-size: 140%}
h3{ font-size: 100%}

.container { width: 847px; padding: 20px; margin: 0px auto 0 auto; }

.header_container { width: 847px; float:left; }
.header_left { width: 305px; background: white; float:left; clear:left; height:40px; margin-top:46px;}
.header_right1 { width: 159px; background: white; float:right; height:40px; margin-top:46px; border-left:2px solid black; }
.header_right2 { width: 381px; background: white; float:right; height: 40px; }

ul#top_nav { line-height: 30px; }
ul#top_nav li { list-style-type: none; display:inline-block; float:left; width:75px; height: 30px; text-align:left; }
ul#top_nav li a, ul#top_nav li a:visited, ul#top_nav li a:hover { text-decoration: none; border:0; outline:none; font-weight: bold; color:#666; }
ul#top_nav li a:hover { color:black; }


.main_content_container { width:847px; border-top: 2px solid black; float:left; }
.main_content_left {
	width: 285px;
	background: white;
	float:left;
	padding: 10px 20px 10px 0px;
}
.main_content_right { width: 540px; background: white; float:right; border-left: 2px solid black; }
.main_content_left_flash { width: 285px; background: white; float:left; border-right: 2px solid black;  padding: 20px 20px 20px 0px;}
.main_content_right_flash { width: 540px; background: white; float:right; }

.footer_container { width: 847px; border-top:2px solid black; float:left; }
.footer_container_flash { width: 847px; float:left; }
.footer_left { width: 295px; background: white; float:left; clear:left; padding: 5px 10px 10px 0; color:black; font-size:80%; text-align:center; }
.footer_left_flash { width: 295px; background: white; float:left; clear:left; padding: 5px 10px 10px 0; color:black; font-size:80%; text-align:right; border-top:2px solid black; }
.footer_right { width: 540px; background: white; float:right; clear:right; border-left:2px solid black; padding: 20px 0 10px 0; }
.footer_right_flash { width: 540px; background: white; float:right; clear:right; border-left:2px solid black; padding: 20px 0 10px 0; }

ul#left_bot_nav { color:black;}
ul#left_bot_nav li{ color:black; }
ul#left_bot_nav li a, ul#left_bot_nav li a:visited, ul#left_bot_nav li a:hover {color:black; font-size: 70%; }
ul#left_bot_nav li a:hover { }

.txt_large{ font-size: 120%; }

.txt_small{ font-size: 80%; }

a{ text-decoration:none; }
a:hover{ text-decoration:underline; }
.container .main_content_container .main_content_left .main_content_left {
	color: #333;
}

