@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #002266;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #CC2200;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #FF2200;
}
a:active {
	text-decoration: underline;
	color: #FF2200;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	font-size: 24px;
	color: #FF2200;
}
h2 {
	font-size: 24px;
	color: #003399;
}
h3 {
	font-size: 18px;
	color: #FF2200;
}
h4 {
	font-size: 18px;
	color: #003399;
}
h5 {
	font-size: 16px;
	color: #FF2200;
}
h6 {
	font-size: 16px;
	color: #003399;
}
#header {
	width:100%;
	height: 195px;
	background: #6699FF url(assets/bpc-header-bg.jpg) repeat-x;
}
#logo {
	float:left;
	background:url(assets/bpc-logo.jpg) no-repeat;
	width: 245px;
	height: 195px;
}
#experts {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	color: #000055;
	font-weight: bold;
	padding:2px 16px 2px 0;
}
#experts p {
	text-align:right;
}
#nav {
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
	position:absolute;
	left: 240px;
	top: 152px;
}
#nav a, #nav a:visited {
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:active, #nav a:hover {
	color:#FFFF00;
	text-decoration:none;
}
#license {
	font-size:12px;
	color:#EEEEEE;
}
.clearFloat {
	clear:both;
}
#footer {
	background:url(assets/footer-bg.jpg) repeat-x bottom;
	width:100%;
}
#duck {
	background:url(assets/duck.jpg) no-repeat bottom left;
	width:306px;
	height: 226px;
}
#credit {
	background:url(assets/footer-credit.png) no-repeat bottom right;
	width:448px;
	height:125px;
	margin-top:-125px;
	float: right;
}
#credit p {
	text-align:right;
	font-size:12px;
	color: #6688AA;
	vertical-align:bottom;
	padding:8px;
	margin-top: 102px;

}
#credit p a, #credit p a:visited {
	color: #6688AA;
}
#credit p a:hover, #credit p a:active {
	color: #446688;
}
#mainContent {
	margin: 0 auto;
	width: 920px;
	min-height: 100px;
}
#leftColumn {
	float:left;
	width: 346px;
	min-height: 200px;
	font-size:14px;
	margin:0 2px 0 2px;
	padding-top: 4px;
	background-color: #F2F7FA;
	background-image: url(assets/bpc-leftColumn-bg.jpg);
	background-repeat: no-repeat;
}
#leftColumn p, #leftColumn h4 {
	padding-left: 12px;
	padding-right: 12px;
	text-align: justify;
}
#leftColumnFoot {
	width: 346px;
	height: 12px;
	background: url(assets/bpc-leftColumn-foot.jpg) no-repeat;
	font-size:1px;
	margin:0;
}
#leftColumn hr {
	color:transparent;
	border-top:solid 1px #003399;
	margin:8px 48px 0 48px;
	width:250px;
}
#rightColumn {
	float:right;
	width: 560px;
	min-height: 200px;
}
#offerForm {
	padding-left: 12px;
	padding-right: 12px;
	text-align:center;
}
.smallFont {
	font-size:14px;
}
#presidentsMessage {
	background:#FFFFCC;
	border:solid 1px #FF2200;
	font-size:14px;
	padding: 0 16px 0 16px;
}
#presidentsMessage a {
	text-decoration:none;
	color:#002266;
}
.moreLink {
	text-decoration:underline;
	color:#666666;
}
.center {text-align:center !important;}
