/* CSS Document */

/* Main Site Common Styles */



/* Main Site Text Styles */







h1 {
	margin: 0px;
	font-weight: normal;
	color: #333333;
	font-size: 30px;
	letter-spacing: 2px;/* */
}



h2 {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #0B3B96;
	font-size: 18px;
	line-height: 22px;
}


	

	
h3 {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 7px 0px;
}



	
h4 {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0px 3px 6px;
	color: #666666;
	border-top: 1px solid #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px none #CCCCCC;
	border-left: 1px solid #CCCCCC;
	text-indent: 5px;
}


h5 {
	font-size: 15px;
	font-weight: normal;
	padding: 0px 0px 2px;
	margin: 0;
}
	
	
h6 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0;
	padding: 7px 0px 5px;
}















.bodyIntro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 25px;
}


.bodySm {
	font-size: 9px;
	line-height: 18px;
	}
	
	
.bodyMed {
	font-size: 11px;
	line-height: 18px;
	}
	

.bodyLarge {
	font-size: 14px;
}





.subtitle2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color:#333333;
	font-style: italic;
	font-weight: bold;
	letter-spacing: 1px;
}



.rule {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;

}



.error {
	color: #FF0000;

}


.confirmation {
	color: #0066FF;
}



.caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	line-height: 18px;
}


.catTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 18px;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 5px 0px 0px 5px;
	color: #E5EEBD;
}

/* body nav */

a:link {
	color: #0050CE;
	text-decoration: underline;
}

a:visited {
	color: #0050CE;
	text-decoration: underline;
}


a:hover {
	color: #FF6600;
	text-decoration: none;
}
a:active {
	color: #FF0000;
	text-decoration: none;
}













/* inline second tier nav */

 #nav4 {
	padding: 0px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	line-height: 25px;
}

 #nav4 ul{
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	text-align: left;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-top: 5px;
	clear: both;
}


 #nav4 ul ul {
	padding: 0px;
	display: inline;
	margin: 0px 10px 0px 0px;
}


 #nav4 ul li {
	margin: 0px;
	padding: 0px;
}

 #nav4 ul ul li {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
}



 #nav4 a {
	margin: 0px 3px 0px 0px;
	padding: 2px 5px;

}


 #nav4 li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background-image: none;
	margin: 0px;
	padding: 0px;

}

	#nav4 a:link, #nav4 a:visited {
	text-decoration:none;
	border: 1px solid #CCCCCC;
	color:#CCCCCC;

}

	#nav4 a:hover {
	background-color: #A9C11D;	
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
}

	#nav4 a:active {
	color:#FF9900;
	border: 1px solid #FF9900;
	background-color: #333333;
}


.NumBttm {
	background-color: #E3EFF8;
	color: #9D9D9D;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}


.NumTop {
	color: #9D9D9D;
}



#breadPageNum {
	text-align: right;
	float: right;
	padding: 2px 5px;
	color: #000000;
	font-size: 11px;
	line-height: 15px;
	margin-right: 11px;
	text-transform: uppercase;
	width: 768px;
}


#breadPageNum ul {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	background-image: none;

}

#breadPageNum li {
	list-style-image: none;
	list-style-type: none;
	display: inline;
	background-image: none;
	float: right;
   
}

#breadPageNum a {
	display: inline;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}



#breadPageNum a:link, #breadPageNum a:visited{
	color: #377EBA;
	text-decoration: underline;
}


#breadPageNum a:hover {
	color: #FF9900;
	text-decoration: none;
}

#breadPageNum a:active {
	color: #000000;
	text-decoration: none;
}




table {
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	clear: both;
}


table a:link, table a:visited {
	color: #003399;
	text-decoration: none;
}


table a:hover {
	color: #3399FF;
	text-decoration: underline;
}

table a:active {
	color: #FF6600;
	text-decoration: underline;
}

td {
	border-right: 1px solid #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding: 3px;
}


.topRow {
	color: #28618E;
	background-color: #C5D0DE;
	background-image: url(../_images/bg-topRowBlue.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.topRowGray {
	color: #666666;
	background-color: #B7B8BB;
	background-image: url(../_images/bg-topRowGray.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-indent: 8px;
}


.topRowGrayLite {
	color: #666666;
	background-color: #B7B8BB;
	background-image: url(../_images/bg-topRowGrayLite.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-indent: 8px;
}




.topRowBrown {
	color: #9A6518;
	background-color: #D3A68F;
	background-image: url(../_images/bg-topRowBrown.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-indent: 8px;
}


.rowTint1 {
	background-color: #D5E4F2;
	font-size: 11px;
	color: #666666;
}


.row2 {
	color: #5C8CA4;
	background-color: #CAD9DE;
	background-image: url(../_images/bg-row2.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	letter-spacing: 1px;
}
