/* Tags */
/* some ie versions require position: relative to show bg */
/* ie requires overflow: visible AND a dimension on blocks w/italics so they don't grow */
/* adding a dimension to a block like p makes it so they don't wrap around floats */
/* to center elements in ie, use text-align: center on parent - other browser can use margin auto */

body {
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #222222;
	text-align: center; /*to center the page for ie */
	background-color: #b7b7b7; /*body backround*/
	position: relative;
} 
h1 {
	margin: 1.2em 35px;
	padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	letter-spacing: .15em;
	position: relative;
	color: #555555;
}
h2 {
	margin: 1.2em 35px;
	padding: 0;
	font-size: 1.5em;
	font-weight: normal;
	position: relative;
}
h3 {
	margin: 1.6em 35px 1.1em 35px;
	border-top: double 3px #2d6971;
	padding: 0;	
	padding-top: .6em;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
p, table {
	margin: 1.2em 35px;
	padding: 0;
	/*margin: 0;*/
	font-size: 1.0em;
	line-height: 1.5em;
	position: relative;
}
ul, ol {
	margin: 1.2em 35px;
	padding: 0;
	padding-left: 30px;
	/*margin: 0;*/
	font-size: 1.0em;
	line-height: 1.5em;
}

li{
margin: .3em 0;
list-style: square;
}
td {
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 2px;
}

strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
a {
	text-decoration: none;
	color: #003366;
	}
a:hover {
	text-decoration: underline;
	}
img {
	border: 0;
	}
	
	
/*  Positioning */
/*  Basic Structure --
body(root context)
	div#containedpage - PR
		div#pagetopper - PR
		div#pagebody - PR
		  	div.banner (optional) - PR
			div#menu  (optional, maybe before banner) - PR
		div#pagefooter - PR
*/
#containedpage{ /*width, but no side margin, side padding, or border*/
	margin: 0 auto; /* page padding top and bottom */
	width: 780px;
	padding: 0;
	text-align: left;
	position: relative;
	/*background-color: #4f5e82;
	background-image:url(../images/bg_containedpage.gif);
	background-position: top right;
	background-repeat: repeat-y;*/
}
#pagetopper {
	/*background-image:  url(img/bg_heading.gif); */
	margin: 0;
	padding: 0 10px;
	height: 80px;
	background-color: #ffffff; /*heading background*/
	border-left: 1px solid #ffffff;
	position: relative;
}
#pageheader{
	/*background-image:  url(img/bg_heading.gif); */
	margin: 0;
	padding: 0 10px;
	position: relative;
	height: 85px;
	background-color: #4f5e82;
	background-image:url(../images/bgt_760shdw_gry.gif);
	background-position: top center;
	background-repeat:  no-repeat;
}
#pagedivider{ 
	text-align: left;
	top: 0px;
	margin: 0;
	padding: 0 10px;
	border: none;
	position: relative;
	height: 20px;
	/*background-image:  url(img/bg_content.gif); 
	background-repeat: repeat-y; */
	background-color: #283a65; /*pagebody background*/
	background-image:url(../images/bg_760shdw_gry.gif);
	background-position: top center;
	background-repeat: repeat-y;

}
#pagebody{ 
	text-align: left;
	top: 0px;
	margin: 0;
	padding: 0 10px;
	border: none;
	position: relative;
	height: auto; /*tweek for ie to display*/
	/*background-image:  url(img/bg_content.gif); 
	background-repeat: repeat-y; */
	background-color: #a8adbb; /*pagebody background*/
	background-image:url(../images/bg_760shdw_gry.gif);
	background-position: top center;
	background-repeat: repeat-y;

}
#pagefooter {
	margin: 0;
	padding: 0 10px 15px 0;
	/*	background: #f1ae58;*/
	background-color: #dcd0b8;
	font-size: 11px;
	color: #444444;
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	/*border: 1px solid #000000;*/
	background-image:url(../images/bgb_760shdw_gry.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
}


#logo { /*nested in heading */
	margin: 0px;
	position: absolute;
	z-index: 200;
	left: 22px; /*absolute position */
	top: 8px;
	/*height: 65px;
	width: 275px; */
}
#contactinfo { /* div nested in heading */
	margin: 0px;
	position: absolute;
	z-index: 200;
	right: 20px; /*absolute position */
	top: 15px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #555555;
}
#contactinfo p{
margin: 2px 0;
padding: 0;
}
#contactinfo a{
color: #222222;
font-weight: bold;
text-decoration: none;
}
#contactinfo a:hover {
text-decoration: underline;
}
#contactinfo2 { /* div nested in heading */
	margin: 0px;
	position: absolute;
	z-index: 200;
	right: 3px; /*absolute position */
	top: 0px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
}
#contactinfo2 a{
color: #ffffff;
font-weight: bold;
font-style: italic;
text-decoration: none;
}
#contactinfo2 a:hover {
text-decoration: underline;
}
/* horizonatal menubar*******************************************************/
#menubar {
	margin: 0;
	/*border-right: 1px solid #ccc;*/
	left: 0px;
	top: 0px;
	position: relative;
	padding: 0;
	width: 760px;
	z-index: 200;
}
/* banner ************************************************************/
.banner {
	/*add padding, border or dim if margins need to be contained not collapsed*/
	/* background-image:  url(img/bg_banner.gif); 
	text-align: left; */
	margin: 0 1px 0 0;
	padding: 0;
	border: none;
	position: relative;	
	background-color: #a8adbb;
}
img#transbg {
padding: 0;
position: absolute;
top: 0;
left: 224px;
z-index:0;
opacity:.25; filter: alpha(opacity=25); -moz-opacity: 0.25;
}
.bannerleft {
width: 224px;
background-color: #283a65;
margin: 0;
padding: 0;
float: left;
}
#homebanner {
	margin: 0;
	padding: 0;
	border: none;
	position: relative;	
	background-color: #ece6dc;
}
.banner img.bannerright {
margin: 0;
padding: 0;
float: right;
display: inline;
position: relative;
z-index: 200;
}
.banner h1 {
	margin: 0;
	padding: 1em 135px .3em 135px;
	color: #ffffff;
	font-size: 1.6em;
	font-weight: normal;
	/*background-color: #eab457;*/
/*	background-color: #f1ae58;*/
	position: relative;
	z-index: 100;
}
.banner p {
	margin: 0;
	padding: 1.4em 135px;
	line-height: 1.2em;
		color: #ffffff;
		text-align: center;

}
.banner p.quoted {
	color: #ffffff;
	margin: 0;
	text-align: right;
	font-weight: bold;
	padding: .8em 135px 1.3em 135px;
}
.bannerleft h1 {
	margin: 0;
	padding: 1em 15px .3em 15px;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	/*background-color: #eab457;*/
/*	background-color: #f1ae58;*/
	position: relative;
	z-index: 100;
}
.bannerleft p {
	margin: 0;
	padding: .8em 15px .3em 15px;
		color: #ffffff;

}
.bannerleft p.quoted {
	color: #ffffff;
	margin: 0;
	text-align: right;
	font-weight: bold;
	padding: .8em 15px 1.3em 15px;
}

/* centered page content ************************************************************/

/* left column in page content used for navigation*************************************/
#calloutcontent { 
	float: left;
	width: 224px;
	margin: 0px;
	padding: 0px;
	left: 0px;
	top: 0px;
	/*background-color: #CCC;*/
	position: relative;
	z-index: 100;
}

/* right column in page content used for main content*************************************/
#maincontent {
	float: left;
	margin: 0;
	padding: 0px;
	width: 535px;
	/*border-right: 1px solid #a8adbb;*/
	left: 0px;
	top: 0px;
	background-color:#FFFFFF;
	position: relative;
}
#maincontent h1 {
	margin: 0;
	padding: 1em 35px .3em 35px;
	font-weight: normal;
	/*background-color: #eab457;*/
/*	background-color: #f1ae58;*/
	background-color: #dcd0b8;
	position: relative;
}
#maincontent form table {
	text-align: left;
}

/*#maincontent p {
	margin: 10px 25px;
}



#maincontent h2{
	margin: 20px 25px 10px 25px;
	padding: 15px 0px 10px 0px;
	/*background-image:  url(img/bg_h2.gif);
	background-repeat: no-repeat;
	background-position: center top; 
}
*/
#maincontent img.left {
	/*border: 1px solid #293e52; */
	margin: 2px 20px 10px 0px;
	position: relative;
	float: left; 
	display: inline; 
}
#maincontent img.right {
	/*border: 1px solid #293e52; */
	margin: 2px 0px 10px 20px;
	position: relative;
	float: right; 
	display: inline; 
}
/* #main ul {
	list-style-type: square;
    margin: 5px 45px 10px 60px;
    padding: 0 0 0 5px;
    border: none;
} 
#main ul li {
margin: 6px 0 0 0;
}*/
.banner table{
margin: 0;
padding: 0;
border: none;
z-index: 50;
}
.banner table td{
margin: 0;
padding: 0;
border: none;
text-align: center;
z-index: 100;
}
#maincontent a{
text-decoration: underline;
}
#endpagebody { /* horizontal divider in green */
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 1px;
	background-color: #283a65;
}
/* centered footer ***********************************************************/

#pagefooter p {
	color: #444444;
	margin: 0;
	padding: 5px 15px;
}
#pagefooter p.copyright {
	font-size: 9px;
	margin: 0;
	padding: 5px 15px 20px 15px;
}
#pagefooter a {
	color: #444444;
	text-decoration: none;
}
#pagefooter a:hover {
	text-decoration: underline;
}
#pagefooter h1 {
	margin: 0;
	font-size: 11px;
	color: #444444;
	font-weight: bold;
	padding: 20px 15px 5px 15px; 
}

.verdana10{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}
.clear {
clear: both;
}
.it {
font-style: italic;
}
.testblock {
margin: 0;
padding: 0;
background-color: #000000;
color: white;
}
