@charset "UTF-8";
/* CSS Document */
body {
	color: #333333;
	background: url(../images/header_bg.jpg) repeat-x top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	margin: 0px;
}
html {
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-color: #acaaab;
}
/*header*/
.header {
	height: 123px;
	width: 750px;
	margin: 0 auto;
	background-image: url(../images/bcgLogo.jpg);
	background-position: -10px;
	background-repeat: no-repeat;
}
.header h1{
	text-indent: -9999px;
	line-height: 1px;
	margin: 0px;
	padding: 0px;
}
/*main column*/
.main_column {
	width: 750px;
	margin: 0 auto;
}
.flash_content {
	width: 750px;
}
.content {
	width: 720px;
	background-color: #333333;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 45px;
	padding-left: 15px;
}
.content h2{
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 18px;
	color: #FCB517;
	font-size: 18px;
}
.content p {
	margin-bottom: 1em;
	margin-top: 0.85em;
}
.content img{
	border:none;
	margin-bottom: 10px;
}
.column_left {
	float: left;
	width: 480px;
}
.column_right {
	float: left;
	width: 225px;
	margin-left: 15px;
}
.clearfloat {
clear:both;
height:0;
font-size: 1px;
line-height: 0px;
}
/*menu*/
.menu {
	background-image: url(../images/menu_bg.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 750px;
}

 #nav-menu
{
	text-align: center;
	margin: auto;
	width: 625px;
	font-size: 16px;
}
 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}
 #nav-menu li
{
float: left;
margin: 5px;
}
 #nav-menu li a
{
	height: 2em;
	line-height: 2em;
	float: left;
	width: 7em;
	display: block;
	color: #000000;
	text-decoration: none;
	text-align: center;
}
 /* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */
#nav-menu li a:hover{
	color:#FFCC00;
}
.content h3 {
	margin: 0px;
	font-size: 12px;
	font-variant: small-caps;
	font-weight: normal;
	line-height: 12px;
}
.content a {
	color: #FCB517;
	text-decoration: none;
}
.content a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.footer {
	background-color: #333333;
	width: auto;
	color: #CCCCCC;
	font-size: 11px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding-top: 15px;
	text-align: center;
	padding-right: 125px;
	padding-bottom: 15px;
	padding-left: 125px;
}
.footer a {
	color: #CCCCCC;
}
.footer p {
	margin-bottom: 6px;
	margin-top: 0px;
}
.content h3 a {
	text-decoration: underline;
}
.column_left img {
	margin: 6px;
	border: 1px solid #FCB517;
	padding: 3px;
}
.column_right p {
	margin-top: 5px;
	margin-bottom: 5px;
}
