@charset "utf-8";
/* CSS Document */
#body{
	font-family: Arial, Helvetica, sans-serif;
	color:#000;
}
#container {
	height: 600px;
	width: 955px;
	margin: 0 auto;
}
#nav_buttons {
	height: 20px;
	width: 139px;
	padding:5px 0;
}
.navtext {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	color: #fff;
	font-style: normal;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	text-decoration:none;
	color:#000;
}
.content_text {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height:16px;
	font-style: normal;
	color:#000;
	text-decoration:none;
}
.content_header {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:11px;
	font-style: normal;
	color:#000;
	text-decoration:none;
}
.announcement_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:12px;
	font-style: normal;
	color:#000;
	text-decoration:none;
}
.navtext a{
	color:#FFF;
}
#right_nav{
	height: 600px;
	width: 139px;
	float:right;
	background-image:url(images/index_right_panel.jpg);
}
#sec_right_nav{
	height: 600px;
	width: 139px;
	float:right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	background-image:url(images/sec_right_panel.jpg);
}
#left_nav{
	height: 600px;
	width: 139px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	background-image: url(images/index_left_panel.jpg);
}
#middle_nav{
	height: 568px;
	width: 677px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
}
#sec_middle_nav{
	height: 318px;
	width: 597px;
	float:left;
	background-image:url(images/sec_middle_panel.jpg);
	padding: 210px 40px 40px 40px;
}
#footer{
	height: 27px;
	width: 677px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	font-style: normal;
	background-image:url(images/index_footer_panel.jpg);
	text-align:center;
	padding-top:5px;
}
.contentscroll{
	overflow-y:scroll;
	overflow-x:hidden;
	height:318px;
	width:597px;
}

