/* CSS Document */
/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 
body{
	font-family: Arial, sans-serif;
	color: #000000;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	text-align: justify;
}
a{
	color: #006699;
	text-decoration: none;
}

a:link{
	color: #006699;
	text-decoration: none;
}

a:visited{
	color: #006699;
	text-decoration: none;
}

a:hover{
	color: #006699;
	text-decoration: underline;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 130%;
 color: #003366;
 margin: 0px;
 padding: 0px;
 line-height: 18px;
}

h2{
 font-family: Arial,sans-serif;
 font-size: 114%;
 color: #003366;
 margin: 0px;
 padding: 0px;
}

h3{
 font-family: Arial,sans-serif;
 font-size: 100%;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h4{
 font-family: Arial, sans-serif;
 font-size: 100%;
 font-weight: bold;
 color: #000000;
 margin: 0px;
 padding: 0px;
}

h5{
 font-family: Arial, sans-serif;
 font-size: 100%;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

/************* #siteInfo styles ***************/
.footer {
	font-size: x-small;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	text-align: right;
}

a.footer{
  	font-size: xsmall;
  	color: #000000;
	text-decoration: none;
}

a.footer:visited{
  	font-size: xsmall;
	color: #000000;
	text-decoration: none;
}

a.footer:hover{
	font-size: xsmall;
	color: #006699;
	text-decoration: underline;
}


.navBarlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #334D55;
	background-color: #EEEEEE;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C0C0C0;
	border-right-color: #C0C0C0;
	border-bottom-color: #C0C0C0;
	border-left-color: #C0C0C0;
	left: 20px;
}
.BKGRDdarkBlu {
	background-color: #33688B;
}
.whiteText {
	color: #FFFFFF;
	font-size: x-small;
}
.norepeatBanner {
	background-image: url(../images/bannerfades.jpg);
	background-repeat: no-repeat;
}

.Copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFFFF;
	background-position: right top;
}
.AlignTop {
	vertical-align: top;
}
.IndentRT {
	margin-right: 50px;
}
.ImgAlignLTclearRt {
	clear: right;
	float: left;
}
.ImgAlignRTclearLT {
	clear: left;
	float: right;
}
.TextRT {
	text-align: right;
}
.TextCenter {
	text-align: center;
}
.IndentLT {
	text-indent: 15px;
}
.BoxRightSide {
	background-color: #B4D781;
	margin: 2px;
	padding: 5px;
	clear: left;
	float: right;
	height: auto;
	width: 200px;
	font-size: x-small;
	color: #666666;
	border: 1px solid #339933;
	text-align: left;
	vertical-align: top;
}
.xSmallText {
	font-size: x-small;
}

.BoxRightSideLarge {
	background-color: #B4D781;
	margin: 2px;
	padding: 5px;
	clear: left;
	float: right;
	height: auto;
	font-size: x-small;
	color: #666666;
	border: 1px solid #339933;
	text-align: left;
	vertical-align: top;
}
.green {
	color: #006600;
}
.TableCaptionsLT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #003366;
	background-position: left;
}
.TableBoarders {
	border: thin solid #B4D781;
}

.BKGRDwhite {
	background-color: #FFFFFF;
}
.BKGRDblack {
	background-color: #000000;
}
.BKGRDwhite {
}
.NavBar{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background-color: #CCCCCC;
	text-align: right;
	word-spacing: 5px;
	position: static;
	border: thin solid #999999;
	padding: 5px;
}
a.NavBar{
  	font-size: .9 ems;
  	color: #000000;
	text-decoration: none;
}

a.NavBar:link{
	color: #006699;
	background-color: #CCCCCC;
}

a.NavBar:visited{
	color: #006699;
	text-decoration: none;
}

a.NavBar:hover{
	color: #FFFFFF;
	background-color: #000000;
}
.BKGRDblue {
	background-color: #E0ECF3;
}
.MissionBox {
	background-color: #E0ECF3;
	vertical-align: top;
}
.FormBox {

	background-color: #F4ECEC;
	vertical-align: top;
}
.BKGRDimageBar {
	background-color: #11476D;
	background-image: url(images/BannerBKGRD.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.TextAlignLT {
	text-align: left;
}
