﻿body  {
	margin:0;
	padding:0;
	background-color: #153247;
	font-family:Arial;
}

li {
	list-style-image: url('images/bullet.gif');
}

.formtxt {
	font-size:14px; 
	line-height:18px; 
	font-variant: small-caps;
	font-style:italic;
	font-family:Arial;
	width:150px;
}

.Navtxt {
	background-image:url('images/Nav_Back1.gif');
	font-size:14px; 
	color:#FFFFFF; 
	line-height:18px; 
	text-decoration:none;
	font-variant: small-caps
}

.Navtxt:hover {
	text-decoration:underline
}

.NavBack {
	height:30px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color:#FFFFFF;
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color:#FFFFFF;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color:#FFFFFF
}

.pageTitle {
	font-size:18px;
	font-weight:bold;
	color: #000066;
	line-height:18px; 
	text-decoration:none;
	font-variant: small-caps;
	font-style:italic
}

.pageContent {
	font-size:13px;
	color:#FFFFFF; 
	line-height:18px; 
	text-decoration:none;
	font-variant: small-caps;
	font-style:italic
}

.siteMapContent {
	font-size:13px;
	color:#FFFFFF;
	line-height:18px;
	text-decoration:none;
	font-variant: small-caps;
	font-style:italic
}

.siteMapContent:hover {
	text-decoration:underline
}

.txt {
	font-size:10px;
	color:#FFFFFF;
	line-height:12px;
	text-decoration:none
}

.txt:hover {
	text-decoration:underline
}

.Foottxt {
	font-size:10px;
	color:#FFFFFF;
	line-height:18px;
	text-decoration:none
}

.Foottxt:hover {
	text-decoration:underline
}

.chromestyle{
width: 100%;
font-variant: small-caps
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 1px solid #BBB;
width: 100%;
background: url('images/Nav_Back2.gif') center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 8px 10px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 14px Arial;
line-height:18px;
z-index:100;
background-color: #5b6f7e;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-variant: small-caps;
color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color: #000000;
}

#container {
	padding-top:0px;
}

.descRow {
	text-align: right;
}

.dataRow {
	text-align: left;
}

.GoGreen {
	color: #008000;
}
.GoGreen1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-large;
	color: #FFFFFF;
	font-style:italic
}
.GoGreen2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30pt;
	text-align:center;
	color: #FFFFFF;
	font-style:italic
}