/* CSS Document */

body{
	margin:0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#wrapper{
	width:975px;
	margin:auto;
}
#header{
	width:975px;
	height:175px;
	background-image:url(../images/main/header11.jpg);
	background-repeat:no-repeat;
	background-position:center;
	font-size:0px;
	color:#FFFFFF;
	text-align:center;
}
#nav{
	width:975px;
	height:90px;
}
#controls_container{
	width:975px;
	height:40px;
	font-size:16px;
	font-weight:bold;
}
#content_container{
	width:975px;
	position:relative;
}
#content_container #mainframe{
	position:relative;
	width:935px;
	padding:20px;
}
#content_container #mainframe .sized_text{
	color: #000000;
}
#content_container #mainframe .sized_text h1{
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-bottom:20px;
	text-decoration:underline;
}
#content_container #mainframe .small_text{
	font-size:10px;
}
/*Home Page*/
#content_container #mainframe_home{
	position:relative;
	float:left;
	width:455px;
	padding:20px;
}
#content_container #mainframe_home .sized_text{
	color: #000000;
}
#content_container #mainframe_home .sized_text h1{
	font-weight:bold;
	text-align:center;
	margin:0px;
	margin-bottom:20px;
	text-decoration:underline;
}
#content_container #mainframe_home .small_text{
	font-size:10px;
}
#content_container #news_container{
	width:480px;
	float:left;
	position:relative;
}
#content_container #news_container #news_top{
	width:480px;
	height:37px;
	background-image:url(../images/framework/news_top.jpg);
	text-align:center;
	font-size:1px;
	color:#ccfecb;
}
#content_container #news_container #news_main{
	width:460px;
	padding:10px;
	background-image:url(../images/framework/news_back.jpg);
}

#content_container #news_container #news_main .story h1{
	font-size:12px;
	font-weight:bold;
	padding:0px;
	margin:0px;
	font-variant:small-caps;
	text-align:center;
	margin-top:5px;
	margin-bottom:5px;
}
#content_container #news_container #news_main .story p{
	margin:0px;
	font-size:12px;
}
#content_container #news_container #news_bottom{
	width:480px;
	height:26px;
	background-image:url(../images/framework/news_bottom.jpg);
}
#clear{
	clear:both;
	font-size:1px;
	height:1px;
}
#footer #site_info{
	font-size:11px;
	text-align:center;
	font-weight:bold;
	height:20px;
}
#footer #web_res{
	font-size:11px;
	text-align:center;
	height:20px;
}
#footer #copywrite{
	font-size:12px;
	font-weight:bold;
	text-align:center;
	height:20px;
}
#footer #reg{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	color:#028002;
	height:20px;
}
#footer #bottom_nav{
	background-color:#028002;
	color:#FFFFFF;
	font-size:12px;
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:10px;
}
#footer #bottom_nav a{
	color:#FFFFFF;
	text-decoration:none;
}
