/*******************
 General formatting */
 
html { height: 100%; }
 
body {
 	height: 100%;
 	background-color: #ffffff;
 	padding: 0px;
 	margin: 0px;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 13px;
}
 
h1 {
 	color: #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 24px;
 	margin: 20px 20px 30px -10px;
}
 
h2 {
 	color: #000000;
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 18px;
 	margin: 20px;
}

h3 {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: bold;
	font-style: italic;
}

h1 span.footnote {
	float: right;
	font-size: 11px;
	font-weight: normal;
	position: relative;
	top: 0px;
 	margin-bottom: 10px;
}
 
p {
 	font-family: Arial, Helvetica, sans-serif;
 	font-size: 12px;
 	margin: 10px;
 	line-height: 17px;
}

table p {
	margin: 4px 8px;
}
 
a:link { color: #000; }
a:visited { color: #000; }
a:active { color: #555; }
a:hover { color: #333; }

a.plain {
 	text-decoration: none !important;
}

a.plain:hover { text-decoration: underline !important; }

div.hr {
	background: transparent url(images/ui/hrline.gif);
	height: 9px;
	width: 70%;
	margin: 20px auto;
	text-align: center;
}

div.hr img {
	margin: 0 auto;
	border: 0;
}

.disclosure {
	border: 0px;
	display: inline;
}
  
  
input {
	margin: 3px 0px;
}

/******************/
 
 
 
 
 
 
 
 
 
 
 
 
/******************
 Header            */
 
#header_div {
 	width: 100%;
 	height: 150px;
 	padding: 0px;
 	margin: 0px;
 	border-bottom: 2px solid #663333;
 	background-color: #c0bb9d/*#C8C2B4*/;
 	background-image: url(images/header/header_bkgd.png);
 	background-repeat: repeat-x;
 	background-position: bottom left;
}
 
#bpn_logo {
 	position: absolute;
 	left: 30px;
 	top: 27px;
 	border: 0;
/* 	border: 2px solid black;*/
}
 
#banner_ad {
 	position: absolute;
 	right: 10px;
 	top: 10px;
 	margin-left: 200px;
	text-align: left;
}
 
.subbanner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.subbanner:link, .subbanner:visited { color: #666; }
 
#date {
 	position: absolute;
 	right: 10px;
 	top: 116px;
 	font-weight: bold;
 	font-size: 14px;
 	color: #444444;
}

#search_form {
/*	position: absolute;
	top: 90px;
	left: 200px;*/
	display: block;
	margin: 20px 10px 0 10px;
}

#search_field {
	width: auto;
	display: block;
}

#search_submit {
	position: relative;
	right: 0px;
}
 
/******************/
 
 
 
 
 
 
 
 
 
 
 
 
/******************
 Lower pane        */
 
#main_body {
	width: 100%;
	overflow: hidden;
	min-height: 730px;
	position: relative;
	padding: 1px;
	margin: 0;
} 

.column {
	overflow: hidden;
}
 
/* Left sidebar */

#left_sidebar {
	background-color: #D9E5BB; /*#d8cdb3; /*#C8C2B4; /*#505070; */
	border-right: 1px dotted #663333;
	border-bottom: 1px dotted #663333;
	width: 180px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 20px 15px 0 15px;
}

.left_sidebar_item {
	background-color: #e0e5bb; /*#B6AE9C; /*#707092;*/
	border: 1px solid #979182; /* #334; */
	margin: 5px 10px 0px 10px;
	padding: 1px 8px;
	position: relative;
	top: 10px;
}

a.sidebar {
	color: #2b2822/*#3B372E*/;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 10px;
	background-color: #e0e5bb; /*#97a0b6; /*#B6AE9C; /*#707092;*/
	background: url(images/ui/refl1.png) repeat-x;
	border: 1px solid #979182; /* #334; */
	margin: 5px 10px 0px 10px;
	display: block;
	position: relative;
}
a.sidebar:link { color: #2b2822; background-color: #B8CBAD; /*#B3A78A/*#B6AE9C*/; }
a.sidebar:visited  { color: #2b2822; background-color: #B8CBAD; /*#B3A78A;*/ }
a.sidebar:hover { color: #000; background-color: #91A58E;/*A69E8C;*/ }
a.sidebar:active { color: #2b2822; background-color: #B8CBAD; /*#868FA4; }

.menu {
	background-color: #B6AE9C; /*#707092;*/
	border: 1px solid #979182; /* #334; */
	margin: 5px 10px 0px 10px;
	padding: 1px 8px;
}

#left_vertical_banner {
	margin: 55px 30px;
}
	
#m_archives {
	position: absolute;
	top: 0px;
	left: 100px;
	width: 100px;
	height: 200px;
	z-index: 1;
	overflow: hidden;
}

/* Center column */

#center_column {
	position: relative;
	left: 210px;
	width: auto;
	min-width: 250px;
	height: 100%;
	padding: 50px 300px 30px 70px;
	margin-right: 180px;
	overflow: hidden;
}

.no_right_column {
	margin-right: 180px !important;
	padding-right: 20px !important;
}

/* Right column */

#right_column {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 210px;
	height: 100%;
	margin: 0px 0 20px 20px;
	padding-right: 20px;
	background-color: #fff;
	border-left: 1px dotted #663333;
	border-bottom: 1px dotted #663333;
	overflow: hidden;
	float: right;
}

#cover_thumbnail {
	margin: 0px 40px;
	border: 0;
	clear: both;
}

/* copyright notice */

#copyright {
	font-size: 9px;
	color: #444;
	position: absolute;
	bottom: 10px;
}



/* Contact footer (very bottom of page) */

#contactfooter {
	clear: both;
	border-top: 1px dotted #663333;
	text-align: center;
	margin: 0;
	padding: 10px 0 40px 0;
	font-size: 10px;
	color: #555;
	background-color: #d8cdb3; /*#C8C2B4; /*#505070; */
}