/*generic page styles*/
body{
	background:#000000;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
}
/*structure*/
#main_panel{
	width:925px;
	height:auto;
	text-align:left;
}
#header_panel{
	width:925px;
	height:130px;
	border-bottom:10px solid #999999;
}
#header_panel #header_upper_panel{
	width:925px;
	height:100px;
}
#header_panel #header_logo_panel{
	width:200px;
	height:100px;
	float:left;
}
#header_panel #header_background_panel{
	width:725px;
	height:100px;
	float:right;
	background:URL('/images/banner/background_header.png') no-repeat;
}
#header_panel #header_lower_panel{
	width:925px;
	height:30px;
}
#body_panel{
	width:925px;
	height:auto;
	background:#CCCCCC;
	min-height:300px;
	border-top:2px solid #333333;
	border-bottom:2px solid #333333;
}
#body_panel #body_inner_pannel{
	color:#000000;
	font-size:13px;
	background:#FFFFFF;
	margin:5px;
	width:903px;
	height:auto;
	border:1px solid #999999;
	min-height:290px;
	padding:5px;
}
#body_panel #body_inner_pannel a{
	color:#333333;
	text-decoration:underline;
}
#body_panel #body_inner_pannel a:hover{
	color:#666666;
	text-decoration:none;
}
#footer_panel{
	width:925px;
	height:60px;
	border-top:20px solid #999999;
}
#footer_links_panel{
	padding-left:30px;
	padding-top:2px;
	width:475px;
	float:left;
}
#footer_links_panel a{
	text-decoration:underline;
	color:#FFFFFF;
}
#footer_links_panel a:hover{
	color:#CCCCCC;
}
#footer_links_panel .selected{
	text-decoration:none;
}
#footer_panel #footer_background_panel{
	width:400px;
	height:30px;
	float:right;
	background:URL('/images/banner/background_footer.png') no-repeat;
	border-top:1px solid #000000;
}

/*inner text classes*/
.spacer{
	width:20px;
}
.inline_photo{
	border:1px solid #666666;
	padding:1px;
	background:#CCCCCC;
	margin:4px;
}
.body_header{
	font-weight:bold;
	width:auto;
	font-size:15px;
	border-bottom:1px solid #CCCCCC;
	padding:1px 5px;
}
.body_header .right{
	float:right;
	font-weight:normal;
	font-size:11px;
}
.body_footer{
	width:auto;
	border-top:1px solid #CCCCCC;
	padding:1px 10px;
	height:12px;
}