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

body {
	margin: 0px 0px 0px 0px;
	background-color:#2B5473;
}

#mid {
	width:929px;
	min-height:650px;
	height:auto;
	background-color:#FFFFFF;
	
	
}

.tab_title {
	font-family:'Times New Roman', Times, serif; font-size:13pt; font-weight:bold; color:#FFFFFF;
	padding-left:5px;
	padding-top:2px;
}

.tab_click {
	font-family:Arial, Helvetica, sans-serif; font-size:8pt; color:#FFFFFF;
	width:100px;
	padding-top:2px;
	padding-bottom:5px;
	text-align:center;
	
}


#col_1 {
	float:left;
	width:680px;
	margin-left:4px;
	margin-right:2px;
}

#col_1_content {
	padding-left:10px;
	padding-top:30px;
	padding-right:30px;
	padding-bottom:10px;
	font-size:8pt;
}


#col_3 {
	float:left;
	width:219px;
	margin-top:50px;
	border-left:1px dotted #666666;
	

}

#col_3_content {
	padding-right:4px;
	padding-left:10px;
	padding-bottom:10px;
	font-size:8pt;
	min-height:390px;

}


#footer {
	width:929px;;
	height:150px;
	background-image:url(assets/images/footer_top.gif);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#FFFFFF;
	padding-top:30px;
}

#footer_ctr {
	padding-top:10px;
	padding-left:10px;
	background-image:url(assets/images/footer_ctr.png);
	background-repeat:repeat-x;
	
}

#c1 {
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom:1px solid #000;
	}
#c2 {
	padding:5px;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #333;
	}
	
#wrapper {
	width:937px;
	background-image:url(assets/images/side_shadow.png);
	background-position:top right;
	background-repeat:repeat-y;
}

#mnu_item {
	float:left;
}

#set_one {
	float:left;
	width:200px;
	min-height:120px;
	padding-top:10px;
	margin-right:20px;
	border-right:1px dotted #333333;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	
}

#set_one li {
	list-style-image:url(assets/images/arrow_lists.gif);line-height:22px;
	list-style-position:inside;
}

#sections li {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	list-style-image:url(assets/images/arrow_lists.gif);
	list-style-position:inside;
	padding:4px;
	border-bottom:1px dotted #999;
	
	
}

