/*  Main Page Styles */

body {
	background-color: #3f5562;
	margin-top: 20px;
	margin-bottom: 20px;
}

a {
	color: #EEEEEE;
}

a:hover {
	color: #FFFFFF;
}

.main_shell {
	width: 980px;
	background-color: #799091;
	margin: 0px auto;
	border: 2px solid #AAAAAA;
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 15px;  
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 15px;  
	-webkit-border-bottom-left-radius: 15px;  
	-webkit-border-bottom-right-radius: 15px;  
}

.banner_box {
	background-color: #333333;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 930px;
	border: 1px solid #000000;
	text-align: center;
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 15px;  
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 15px;  
	-webkit-border-bottom-left-radius: 15px;  
	-webkit-border-bottom-right-radius: 15px;  
}

.banner_box_l {
	padding-top: 5px;
	padding-left: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #EEEEEE;
}

.banner_box_r {
	padding-top: 5px;
	padding-right: 10px;
	float: right;
	font-family: Verdana;
	font-size: 11px;
	color: #EEEEEE;
	font-weight: bold;
}

.menu {
	background-image: url(/style/bg_mainmenu.gif);
	width: 930px;
	height: 28px;
	margin: 0px auto;
	margin-bottom: 10px;
	border-top: 2px solid #6c7777;
	border-bottom: 2px solid #6c7777;
}

.menu_mainbanner {
	background-image: url(/style/mainbanner.jpg);
	width: 875px;
	height: 100px;
	background-repeat: no-repeat;
	margin: 0px auto;
}

.menu ul {
	width: 825px;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
	border-left: 1px solid #799091;
	border-right: 1px solid #799091;
	padding-left: 41px;
}

.menu li {
	float: left;
}

.menu_first {
	border-left: 1px solid #444444;
}

.menu_last {
	border-right: 1px solid #444444;
}

.menu a, .menu a:visited {
	display: block;
	height: 28px;
	border-left: 1px solid #444444;
	border-right: 1px solid #444444;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 28px;
	font-family: Verdana;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}

.menu a:hover {
	background: #3f5562;
	color: #FFFFFF;
}


.content_box {
	width: 930px;
	background-color: #333333;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000000;
	-moz-border-radius-topleft: 15px;  
	-moz-border-radius-topright: 15px;  
	-moz-border-radius-bottomright: 15px;
	-moz-border-radius-bottomleft: 15px;  
	-webkit-border-top-left-radius: 15px;  
	-webkit-border-top-right-radius: 15px;  
	-webkit-border-bottom-left-radius: 15px;  
	-webkit-border-bottom-right-radius: 15px;
	color: #FFFFFF;
}

.text_header {
	font-weight: bold;
	font-family: Verdana;
	font-size: 14px;
	padding-top: 8px;
	padding-left: 12px;
}

.text_description {
	font-family: Verdana;
	font-size: 11px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 4px;
	text-align: justify;
}

.text_content {
	color: #EEEEEE;
	font-family: Verdana;
	font-size: 11px;
	text-align: justify;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.footer_box {
	width: 980px;
	margin-bottom: 10px;
}

.footer_box_l {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	float: left;
	padding-left: 30px;
}

.footer_box_r {
	font-family: Verdana;
	font-size: 10px;
	float: right;
	text-align: right;
	padding-right: 30px;
}

.footer_box_r a {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.footer_box_r a:hover {
	text-decoration: underline;
}


/*  Special Page Styles */
.welcome_left {
	float: left;
	text-align: center;
}

.welcome_right {
	width: 580px;
	float: right;
}

.welcome_header {
	font-size: 15px;
	font-weight: bold;
}

.cohrtable {
	margin: 0px auto;
	width: 800px;
	border: 1px solid #CCCCCC;
}

.cohrtable td {
	border: 1px solid #666666;
}

.cohrtable_headercell {
	font-weight: bold;
	text-align: center;
	background-color: #597685;
}