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

@font-face {
 font-family: "Trajan Pro Bold";
 src: url("/bpshared/fonts/trajanpro-bold.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Trajan Pro Bold";
 src: url("/bpshared/fonts/trajanpro-bold.otf") /* TTF file for CSS3 browsers */
}
@font-face {
 font-family: "Trajan Pro";
 src: url("/bpshared/fonts/trajanpro-regular.eot") /* EOT file for IE */
}
@font-face {
 font-family: "Trajan Pro";
 src: url("/bpshared/fonts/trajanpro-regular.otf") /* TTF file for CSS3 browsers */
}

a {
	text-decoration:none;
	color:#010101;
}
a:hover {
	text-decoration:underline;
		color:#000000;

}
html, body {
	height:100%;
	margin:0;
	padding:0;
	border:none;
	font-size:16px;
	color:#010101;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body {
	background:url(/images/body_bg.jpg) top center repeat;
}
#body_bg_fade {
	background:url(/images/body_bg_fade.jpg) top center repeat-x;
	min-height:256px;
}
#page {
	width:968px;
	margin:0 auto;
}
#page_top {
	height:14px;
	background:url(/images/top_glow.png);
}
#page_middle {
	padding:0 14px;
	background:url(/images/repeaty_glow.png);
}
#page_bottom {
	height:14px;
	background:url(/images/bottom_glow.png);
}
h1, h2, h3, h4, h5, form {
	margin:0;
}

#nav{
	margin:0;
	padding:0px 0px 0 20px;
}
#nav li {
	list-style-type:none;
}
#nav li a{
	display:block;
	color:#010101;
	font-size:14px;
	line-height:24px;
	font-weight: bold;
}
#nav li a:hover {
	color: #4C5EAF;
	text-decoration: none;
}
#page_images img {
	float:left;
}
#page_images {
}

#content {
	clear:both;
	padding:35px 40px 35px 40px;
}

#footer {
	text-align:center;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
h2 {
	padding-bottom:5px;
	color: #51587B;
}

p {
	font-size: 13px;
}