@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background: #003876 url(/img/bdBck.gif) repeat-x;
	font: Arial, Helvetica, sans-serif;
}
p {
	margin-right: 30px;
	margin-left: 30px;
	text-align: justify;
}
form {	margin: 0px; padding: 0px;}
.widthExempt { width: auto!important;}

#wrp {
	width: 902px;
	position: relative;
	margin: 0px auto;
	border-right: 1px solid #FFFFFF;
}
#wrp p a{
	text-decoration: none;
	border-bottom: 1px solid #E0E0DB;
}
#wrp p a:hover{
	color: #00972E;
	border-bottom: 1px solid #F04E00;
}
#hd {
	background: url(/img/hdBck.gif);
	height: 110px;
}
#menu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 776px;
	top: 205px;
	left: 135px;
	list-style: none;
}
#menu li {
	float: left;
}
#menu li a {
	display: block;
	color: #FFCC00;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px/normal Arial, Helvetica, sans-serif;
	margin-left: 10px;
	height: 20px;
	padding-top: 7px;
	padding-right: 13px;
	padding-left: 13px;
}
#menu li a:hover {
	color: #101039;
	background: #FFCC00;
}
#topMenu {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 300px;
	top: 2px;
	right: 0px;
	list-style: none;
	text-align: right;
}
#topMenu li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
#topMenu li a {
	color: #FFCC00;
	text-decoration: none;
	text-transform: capitalize;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 1px 2px 2px;
	margin-left: 8px;
	margin-top: 0px;
}
#topMenu li a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#content {
	background: #FFFFFF;
	float: left;
	width: 751px;
	padding-bottom: 28px;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
}
#content h2 {
	background: #003366;
	color: #fff;
	font: bold normal 16px Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	padding: 6px;
	margin: 28px 28px 0px;
}
#content h2 em{
	float: right;
	font-size: 14px;
}
#content h3 {
	margin-right: 28px;
	margin-left: 28px;
	font: 18px Arial, Helvetica, sans-serif;
	color: #666666;
}
#content h4 {
	margin-right: 28px;
	margin-left: 28px;
	font-size: 14px;
	color: #003399;
}
#content h5 {
	margin-right: 28px;
	margin-left: 28px;
	font-size: 12px;
}
#content h5 em{
	float: right;
	font-size: 14px;
	font-weight: normal;
}

.breadCrumbs {
	font-size: 9px;
	margin: 2px 28px -9px;
}
.genericLst {
	list-style: none;
	margin-left: 12px;
	padding-left: 28px;
	margin-right: 28px;
}
.genericLst li{
	background: url(/img/bullet.gif) no-repeat left center;
	padding-left: 26px;
	margin: 0px 0px 6px;
	text-align: justify;
}


#rtCol {
	float: left;
	width: 150px;
	position: relative;
}
#footer {
	clear: both;
	background: #fff;
	position: relative;
	border-top: 1px dotted #FFFFFF;
	padding: 18px 28px;
	margin-top: 0px;
	text-transform: uppercase;
	color: #666666;
	letter-spacing: .1em;
	font: 9px Arial, Helvetica, sans-serif;
}

#rtMenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif!important;
}
#rtMenu li a {
	width: 136px;
	display: block;
	border-bottom: 1px dotted #fff;
	background-image: url(/img/nv/sideBtGeneric.gif);
	background-position: left center;
	text-decoration: none;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 7px;
	font-size: 12px;
}
#rtMenu li a:hover {
	background-position: right center!important;
	padding: 6px 7px 8px!important;
}
#subMenu {
	margin: 0px 28px;
	padding: 0px;
	list-style: none;
	float: right;
}
#subMenu a {
	display: block;
	padding: 5px;
	text-decoration: none;
	color: #fff;
	margin-top: 1px;
	background: #003366;
	font: 12px Arial, Helvetica, sans-serif;
}
#subMenu a:hover {
	background: #FFCC00;
	color: #003366;
}
#subMenu .ltBlue {
	background: #2B5555;
}
#subMenu .drkBlue {background: #1C3F14;}
#subMenu .ltGreen {background: #1C3F14;}
#subMenu .drkRed {
	background: #660000;
}
.articleImgLt {
	margin: 5px 28px 15px!important;
	float: left!important;
	clear:left!important;
	display: block;
	padding: 1px;
	border: 2px solid #003876!important;
	text-align: center;
	width: 250px;
}
.articleImgLt:hover {
	border: 2px solid #FF9900!important;
}
.articleImgLt p{
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
.articleImgRt {
	float: right!important;
	clear:right!important;
	display:block;
	padding: 1px;
	border: 2px solid #003876!important;
	text-align: center;
	width: 250px;
	margin: 5px 28px 15px;
}
.articleImgRt:hover {
	border: 2px solid #FF9900!important;
}
.articleImgRt p{
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
p .articleImgRt {
	margin-right: 0px;

}
p .articleImgLt {
	margin-left: 0px!important;
}
.newsListBox {
	background: center bottom;
	margin: 20px 28px 0px;
	border: 3px solid #003366;
}
.newsListBox h3 {
	margin: 0px!important;
	font: bold normal 16px Arial, Helvetica, sans-serif!important;
	color: #FFFFFF!important;
	letter-spacing: 0.1em!important;
	padding: 8px 10px;
	background: #003876;
}

.newsListBox h3 a:hover {
	text-decoration: underline;
	color: #FED900;
	background: #003366;
}
.newsListBox a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px dotted #666666;
	min-height: 50px;
}
.newsListBox h3 a {
	color: #fff;
	text-decoration: none;
	font-size: 12px!important;
	display: block;
	padding: 4px!important;
	float: right;
	margin-top: -4px;
	border-style: none;
	min-height: 19px!important;
}
.newsListBox a:hover {
	color: #fff;
	background: #666666;
}
.newsListBox a h5 {
	font-size: 12px!important;
	margin: 7px 0px 0px!important;
}
.newsListBox a p {
	font-size: 12px;
	margin: 1px 16px 0px 0px!important;
	text-align: justify;
}
.newsListBox em {
	display: block;
	height: 50px;
	width: 50px;
	clear: left;
	float: left;
	background: url(/img/articles/noImage.gif) center center;
	margin: 0px 12px 0px 0px;
	border-top: 8px solid #003366;
	border-right: 8px solid #003366;
	border-bottom: 8px solid #003366;
	border-left: 6px solid #003366;
}
#commentForm {
	margin: 0px 30px 40px;
	padding: 0px 0px 20px;
	text-align: left;
	display: block;
	border-top: 1px none #EFEFEF;
	border-right: 1px dotted #EFEFEF;
	border-bottom: 1px dotted #EFEFEF;
	border-left: 1px dotted #EFEFEF;
}
#commentForm label {
	display: block;
	padding: 8px 25px;
	font: 14px Arial, Helvetica, sans-serif;
	background: #F9F9F9;
	border-top: 1px dotted #EFEFEF;
	border-right: 1px none #EFEFEF;
	border-bottom: 1px dotted #EFEFEF;
	border-left: 1px none #EFEFEF;
	margin-bottom: 10px;
}
#commentForm input {
	width: 570px;
	margin-top: 4px;
}
#commentForm textarea {
	width: 100%;
	margin-top: 4px;
}
#contactNumbers {
	background: #002D5E;
	padding: 5px 20px;
	border-top: 2px solid #003D80;
	border-bottom: 2px solid #001F42;
	margin-top: 20px;
	color: #FFFFFF;
	font: 14px Arial, Helvetica, sans-serif;
}
#contactNumbers p {
	margin: 10px 0px;
	text-align: left;
}
#contactNumbers a {
	font-size: 11px;
	color: #FFF;
	text-decoration: none!important;
	border-bottom-style: none!important;
}
#contactNumbers a:hover {
	color: #FF0!important;
}
.pdfBt {
	background: url(/img/pdfBt.gif);
	background-position: right;
	height: 45px;
	width: 88px;
	display: block;
	text-align: center;
	border-style: none!important;
	text-decoration: none!important;
	padding-top: 62px;
	padding-right: 11px;
	padding-left: 9px;
	font-size: 11px;
	color: #0000FF;
	clear: right;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 21px;
}
.pdfBt:hover {
	background-position: left;
}
#imgFader p{
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#imgFader {
	float: right!important;
	clear:right!important;
	display:block;
	border: 2px solid #003876!important;
	text-align: center;
	width: 302px;
	margin: 5px 28px 15px;
	height: 227px;
	overflow: hidden;
}
#imgFader img{
	margin: 1px;
}
#imgFader:hover {
	border: 2px solid #FF9900!important;
}
#imgFader p{
	margin: 5px 10px;
	text-align: center;
	text-decoration: none;
	font: italic normal 12px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
p #imgFader {
	margin-right: 0px;

}
