/* CSS Document */
/*
body
page
header
nav
promo
content
footer
*/
.headerWrapper, .promoWrapper, .contentWrapper, .footerWrapper, .navWrapper{
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
}
/*Corners*/
.blCorner{
	height: 10px;
	background-image: url(/imgs/blCorner.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.brCorner{
	height: 10px;
	background-image: url(/imgs/brCorner.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.tlCorner{
	height: 10px;
	background-image: url(/imgs/tlCorner.gif);
	background-repeat: no-repeat;
	background-position: left;
}
.trCorner{
	height: 10px;
	background-image: url(/imgs/trCorner.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.midStrip{
	height: 10px;
	margin: 0px 10px 0px 10px;
	background-color:#FFFFFF;
}
.sectionBorders{

}
/*//////////////////////////////////	body	/////////////////////////////////////////////*/

body{
	background-color:#E3E2C6;
	margin:10px 0px 0px 0px;
	background-image:url(/imgs/bgPat9.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}

.testBody {
background-color:#E3E2C6;
	margin:10px 0px 0px 0px;
	background-image:url(/imgs/bgPat9.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
/*//////////////////////////////////	bg	/////////////////////////////////////////////*/

.bgWrapper{

}
/*//////////////////////////////////	page	/////////////////////////////////////////////*/
.pageWrapper{
	margin-left:auto;
	margin-right:auto;
	width: 764px;
}
/*//////////////////////////////////	header	/////////////////////////////////////////////*/
.headerWrapper{
	background-color:#1B4C7A;
	padding-bottom: 0px;

}
.searchWrapper{
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inputSearch{
	/*border: 1px solid #FFFFFF;*/
}
/*//////////////////////////////////	nav	/////////////////////////////////////////////*/
.navWrapper{
	background-color:#E3E2C6;
	border-top:5px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
}

.navFirstButton{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
}
.navMiddleButton{
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #003366;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3E6C86;
}
.navLastButton{
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #3E6C86;
}
a.navBtn:Link, a.navBtn:Visited{
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	text-decoration:none;
	color: #FFFFFF;
	font-weight: bold;
	padding:7px 0px 0px 0px;
	background-image: url(/nav/imgs/btn_up2.jpg);
	background-repeat: repeat-x;
	/* original height is  35 */
	height:23px;
}
a.navBtn:Hover, a.navBtn:Active{
	display:block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration:none;
	padding:7px 0px 0px 0px;
	background-image: url(/nav/imgs/btn_over2.jpg);
	height:23px;
	background-position: center;
}

/*//////////////////////////////////	promo	/////////////////////////////////////////////*/
.promoWrapper{


}
.promoPrimeContentWrapper{
padding: 10px;
}
.promoBase{

}
.hSidePromo{
	font-size: .85em;
	color: #333333;
}
.pSidePromo{
	font-size: .7em;
	color: #333333;
}
/*//////////////////////////////////	content	/////////////////////////////////////////////*/
.mainSectionTitle{
color: #FFFFFF;
font-size: 1.2em;
}
.contCellSpace1{
	padding: 5px;
}
/*//////////////////////////////////	content	/////////////////////////////////////////////*/
.contentCap{
	height:10px;
	margin-top: 10px;
}
.contentWrapper{
	background-color:#EFF3E1;
}
.contentSpace_5{
	padding: 5px;
}
.contentPrimeWrapper{
	padding: 18px;
}
.col1Wrapper{

}
.col2Wrapper{

}
.col3Wrapper{

}
p, ul{
	font-size: .76em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
form{

}
.txtRegular{

}

.titleWrapper{
	padding-bottom: 8px;
}

.hPage{

}
.subhPage{

}


.hSection{
	font-size: 1em;
	color: #333333;
	padding-bottom: 0px;
}
.subhSection{

}

.hTopic{
	font-size: 1em;
	color: #333333;
}
.subhTopic{
	font-size: .7em;
	color: #333333;
}


.hContent{
	font-size: .8em;
	color: #1B4C7A;
}
.subhContent{
	font-size: .7em;
	color: #333333;
}


.hCaption{

}
.subhCaption{

}








a.contentLink:Link, a.contentLink:Visited{
	display:inline;
	color:#0066CC;
	text-decoration:none;
}
a.contentLink:Hover, a.contentLink:Active{
	display:inline;
	background-color: #CCDCF9;
	text-decoration:none;
}
/*/////////////////////////////////   sidebar   ////////////////////////////////////*/
.sidebarPrimeContentWrapper{
padding: 15px;
}
a.sidebarLink:Link, a.sidebarLink:Visited{
	display:inline;
	color:#0066CC;
	text-decoration:none;
}
a.sidebarLink:Hover, a.sidebarLink:Active{
	display:inline;
	background-color: #CCDCF9;
	text-decoration:none;
}
/*//////////////////////////////////	footer	/////////////////////////////////////////////*/
.footerWrapper{
	background-image:url(/imgs/footerBg1.gif);
}
.footerSpace_5{
	padding: 5px;
}
.footerSpace2{
	padding: 10px 10px 10px 10px;
}
.footerBase{
	height:10px;
}
.footerTxt{
	font-size: .8em;
	color: #FFFFFF;
}
/*//////////////////////////////////	form	/////////////////////////////////////////////*/
form{
margin: 0px;
}
input{
margin: 0px;
font-size: .7em;
}
textarea{
font-family: Geneva, Arial, Helvetica, sans-serif;
font-size: .7em;
}
/********************design comments***********************************************/
