html{overflow:scroll;}
body{
	background:#000000 url(images/bg_str.jpg) top repeat-x;
	margin:0;
	text-align:center;
	font:10pt arial;
}
#header{
	margin:0 auto;
	width:780px;
	height:159px;
	background-image:url(images/header_bg.jpg);
	text-align:left;
}
#pg_title{
	position:relative;
	top:12px;
	margin-right:15px;
	text-align:right;
}
#pg_title h1{
	font:normal 14pt arial;
	color:#FFFF00;
	
}
#main_container{
	margin:0 auto;
	width:780px;
	text-align:center;
}
#nav1{
	margin:0 auto;
	text-align:center;
	background-color:#f58220;
	width:774px;
	border:3px solid #ffff3e;
	border-width:0px 3px 0px 3px;
}
#content_container{
	margin:0 auto;
	text-align:center;
	width:774px;
	border:3px solid #ffff3e;
	border-bottom:none;
	background-color:#f6f5ff;
	min-height:350px;
}
#footer_top{
	margin:0 auto;
	width:780px;
	height:15px;
	background-image:url(images/footer_top.jpg);
}
#footer_mid{
	margin:0 auto;
	width:774px;
	border:3px solid #ffff3e;
	border-top:none;
	border-bottom:none;
	background-color:#000000;
}
#footer_base{
	margin:0 auto;
	width:780px;
	height:19px;
	background-image:url(images/footer_btm.jpg);
}
#baseline{
	margin:0 auto;
	width:774px;
	text-align:center;
	color:#CCCCCC;
	background-color:#CCCCCC;
	height:1px;
}
#base_links{
	padding:0;
	margin:0 auto;
	text-align:center;
}
#base_links li{
	list-style:none;
	color:#CCCCCC;
	display:inline;
	margin:0px 2px 0px 2px;
}
#base_links li a{
	text-decoration:none;
	color:#CCCCCC;
}
#base_links li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}

#top_links{
	padding:0;
	margin:0 auto;
	padding-top:4px;
	padding-bottom:4px;
	text-align:center;
}
#top_links li{
	list-style:none;
	color:#CCCCCC;
	display:inline;
	margin:0px 2px 0px 2px;
}
#top_links li a{
	font-weight:bold;
	text-decoration:none;
	color:#000000;
}
#top_links li a:hover{
	text-decoration:underline;
	color:#FFFFFF;
}
#content{
	padding:5px 15px 5px 15px;
	text-align:left;
}

.header_content{
	color:#FF0000;
}

#logos{
	text-align:center;
}
#logos img{
	border:1px solid #000000;
	margin:0px 5px 0px 5px;
}