body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align:center;
	background-color: #ccc;
	margin-left:auto;
	margin-right:auto;
	background-image: url(../images/bg_dna.gif); 
	background-repeat: no-repeat;
	background-position:bottom right;
	 
}

#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	text-align:left;
	width:760px;
	color: #222;
	background-color:#fff;	
	position:relative;
}

#header {width:760px; margin:0px; padding:0px;}
#header h1 {font-family: Arial, Helvetica, sans-serif; font-size:large; color:#fff; text-indent: -9999px; display:block; background-color:#536D9D; margin:0px; padding:0px; border-bottom:1px solid #fff; background-image: url(../images/title.gif); background-repeat:no-repeat; background-position: top left; width:760px; height:40px;}
#header h2 {font-family: Arial, Helvetica, sans-serif; font-size:medium; color:#fff; text-indent: -9999px; display:block; background-color:#000; margin:0px; padding:0px; background-image: url(../images/authortitle.gif); background-repeat:no-repeat; background-position: top left; width:760px; height:32px;}

.cover {
	position:absolute;
	top:20px;
	left:30px;
}

#subnav {
	float:left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color:#fff;
	width:180px;
}

#subnav ul {
	margin:160px 0px 0px 0px;
	border-top:1px solid #000;
	padding:0px;
}

#subnav li {
	background-color:#000;
	list-style:none;
	font-weight:bold;
	text-align:right;
	border-bottom:1px solid #fff;
	display:block;
}

#subnav li a {display:block; padding:5px; color:#fff; text-decoration:none;}
#subnav li a:hover {color:#000; background-color:#ccc;}
#subnav .here {background-color:#6980AA;}

#content {
	float:left;
	position:relative; /* used so that BP logo can be absolutely positioned at bottom right of content div */
	padding:0px 30px 80px 50px;
	border-left:1px solid #000;
	margin:0px;
	_height:440px;
	min-height:440px;
	width:496px;
	background-image: url(../images/fmb.gif); 
	background-repeat:no-repeat; 
	background-position:10px 160px;
}

h2 {font-size:medium; color:#A81A1D; border-bottom:1px solid #000;}
h3, h4 {font-size:small; color:#222; font-weight:bold;}
blockquote {font-style:italic; margin:0px; padding:0px; color:#333;}
.nopad {margin:0px; padding:0px;}
.nobull {list-style:none;}
.disclaimer {font-size:smaller;}

a {
	color:#A81A1D;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	color:#99C278;
	text-decoration:underline;
}


#footer {
	clear:both;
	background-color:#232163;
	width:760px;
	color:#fff;
	text-align:right;
	margin:0px;
	padding:0px;
}

#footer ul {
	margin:5px 20px;
}

#footer li {
	list-style:none;
	display:inline;
	font-size:85%;
	margin-right:20px;
}

#footer a {
	font-weight:normal;
	color:#fff;
}

#footer a:hover {
	color:#99C278;
}

.copyright p {
	position:absolute; 
	width:760px;
	bottom:-20px;
	text-align:center;
	font-size:x-small;
	color:#000;
	margin:0px;
	padding:5px;
}

.bplogo {
	position:absolute;
	bottom:0px;
	right:0px;
	margin-bottom:10px;
}
