/*  Layout IDs */
/*  Basic Structure 
body(root context)
	div#containedpage - PR
		div#pageheader - PR
		div#pagebody - PR
		div#pagefooter - PR
*/
body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; */
	font-size: 76%;
	color: #444444;
	text-align: center;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	position: relative;
} 
#containedpage{ /*width, but no side margin, side padding, or border*/
	margin: 0 auto; /* page padding top and bottom */
	width: 760px; /* make larger if page divs have background bordering = 760+2*border-width */
	border: none;
	border-top: 1px solid #000064;
	border-bottom: 1px solid #000064;
	background-color: #999991;
	text-align:left;
	position: relative;
}
#pageheader {
	margin: 0;
	padding: 0; /*page side padding = at least border-width if backround has bordering*/
	height: 109px; /*header height*/
	background-color: #ffffff;
	background-image: url(../img/bg_pageheader.jpg); 
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 100; /*for drop-down menus */
}
#pagebody{ 
	margin: 0;
	padding: 0 1px; /*page side padding = at least border-width if backround has bordering*/
	text-align: left;
	background-image:  url(../img/bg_pagebody.gif); 
	background-repeat: repeat-y; 
	position: relative;
}
#pagefooter {
	margin: 0;
	padding: 15px 5px; /*page side padding = at least border-width if backround has bordering*/
	text-align: center;
	background-image:  url(../img/bg_pagefooter.gif); 
	background-position: top center;
	background-repeat: repeat-y;
	position: relative;
}
/* banner for additional sections **********************************************************/
.pagebanner {
	/*add padding, border or dim if margins need to be contained not collapsed*/
	margin: 0;
	padding: 0 5px; /*page side padding = at least border-width if backround has bordering*/
	border: none;
	left: 0px;
	top: 0px;
	position: relative;	
	background-color: red; /*use same background image as page body if banner in body */
	z-index: 0;
}

/*In Page Header*/

#logo {
	margin: 0px;
	position: absolute;
	z-index: 200;
	left: 1px; /*absolute position */
	top: 15px;
	height: 79px;
	width: 213px;
}
/* horizonatal menubar*******************************************************/
#menubar {
	margin: 0;
	/*border-right: 1px solid #ccc;*/
	right: 1px;
	bottom: 0px;
	position: absolute;
	padding: 0;
	width: 532px; /*hmenubar width = pagecontainer width - side page padding*/
	height: 27px;
	z-index: 200;
}

/* Page Body **********************************************************************/
/* calloutcontent width + maincontent width = pagecontainer width - 2* sidepadding
/* Left column in page content used for navigation*************************************/
#pagebody h1.titlebar {
margin: 0; padding: 20px 174px 3px 0 ;
	font-size: 24px;
	line-height:24px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
	letter-spacing: .025;
	background-image:url(../img/bg_titlebar.gif);
	background-position:center top;
	background-repeat: no-repeat;
	text-align: right;
}

#calloutcontent { 
	float: left;
	width: 162px;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 100; /* for drop-down menus */
}
#calloutcontent h2 { 
	margin: 1em 15px 0 15px;
	line-height: 1.1em;
	padding: 0;
}
#calloutcontent p { 
	font-size: .9em;
	margin: .8em 15px;
}

/* Right column in page content used for main content*************************************/
#maincontent {
	float: left;
	margin: 0px;
	padding: 0;
	width: 596px;
	position: relative;
}
#maincontent img.left {
	/*border: 1px solid #293e52; */
	margin: 2px 15px 10px 0px;
	position: relative;
	float: left; 
	display: inline; 
}
#maincontent img.right {
	/*border: 1px solid #293e52; */
	margin: 2px 0 10px 15px;
	position: relative;
	float: right; 
	display: inline; 
}
p.homepage1 {
margin: 2em 25px;
}
#endpagebody { 
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 16px;
	background-image: url(../img/bg_endpagebody.gif)
}
/* centered footer ***********************************************************/
#pagefooter p.copyright {
	color: #ffffff;
	font-size: .8em ;
	margin: .6em 25px;
}

.clear {
clear: both;
}
.testblock {
margin: 0;
padding: 0;
background-color: #333333;
color: white;
}
h3.team {
margin-bottom: 0;
}
p.positiontitle {
font-style: italic;
margin-top: 3px;
}
