@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	padding: 0;
	font: 100% Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	text-align: center;	
}

a:focus{
	outline: none;
}

#page_container{
	margin: 0 auto;
	margin-top: 16px;
	width: 1024px;
	height: 768px;
} 

#left_container {
	width: 184px;
	height: 766px;
	background: url("../images/bannerBG.png");
	float: left;
}

#left_top_image{
	margin-top: 32px;
	margin-bottom: 72px;
}

#left_menu_container{
	height: 447px;
	text-align: left;
}

#left_menu_spacer {
	line-height: 12px;
}

.left_menu_button {
	margin: 0 0 0 30px;
	font-size: 11pt;
}

.MenuContent {
	margin: 0 0 0 42px;
	font-size: 9pt;
	display: none;
}

a.left_menu_header{
	color: #FFFFFF;
	text-decoration: none;
}

a.left_menu_item{
	color: #000000;
	text-decoration: none;
	line-height: 20px;
}

#left_copyright{
	margin-top: 10px;
	font-family: tahoma;
	font-size: 7pt;
	color: #a8c9dd;
}

#ajax_container{
	width: 776px;
	height: 751px;
	margin: 0 0 0 216px;
	border: 1px solid #FFFFFF;
}

#main_container{
	width: 100%;
	height: 100%;
}

#main_content{
	width: 100%;
	height: 717px;
	font-size: 9pt;
	font-family:Tahoma, Geneva, sans-serif;
	color: #000000;
	text-align: left;
}

#main_table_content{
	width: 100%;
	height: 174px;
}

#main_top_banner{
	text-align: center;
	margin-bottom:32px;
}

#main_left_column{
	float: left;
	width: 241px;
}

#main_mid_column{
	margin: 0 24px;
	float: left;
	width: 241px;
}

#main_mid_column_double{
	margin: 0 24px;
	float: left;
	width: 482px;
}


#main_right_column{
	float: right;
	width: 241px;
}

#main_icons{
	float: left;
	margin: 0 16px 16px 0;	
}

#main_spacer{
	margin-bottom:16px;
}

#main_header{
	font-size: 10pt;
	font-weight:bold;
}

#main_sub_header{
	text-align: left;
	color: #5394b9;
	font-size: 14pt;
	margin-bottom: 8px;
}

#main_blue_box{
	background-color: #b6d1e1;
	color: #000000;
	text-align: center;
	font-style: italic;
	font-size: 12pt;
	padding: 10px;
}

#news_divider{
	margin-bottom: 30px;
	height: 2px;
	background: url("../images/news_divider.jpg");
}


#news_spacer{
	margin-bottom:32px;
	height: 304px;
}


.clear_img_format{
	border: none;
	margin: 0;
	padding: 0;
}

.clearfloat { 
	clear: both;
    height: 1;
    font-size: 1pt;
    line-height: 0px;
}

.left_indent {
	margin-left: 24px;
}