body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	background-color: #003366;
}
a:link, a:visited, a:active {
	font-weight: bold;
	color: #000066;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.navBG {
	background-image:  url("../images/navBG.gif");
	background-repeat: repeat-y;
}
.nav { 
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background-image: url(../images/over.gif);
	background-repeat: no-repeat;
	white-space: nowrap;
	display: block;
	width: 155px;
	height: 33px;
	margin: 0; 
	padding: 0;
}
.nav a:link, .nav a:visited {
	display: block;
	color: #000066;
	font-size: 11px;
	width: 155px;
	height: 33px;
	text-decoration: none;
}
.nav a:hover {
	color: #FFFFFF;
}
.nav img {
	width: 155px;
	height: 33px;
	border: 0;
}
* html a:hover {
	visibility:visible;
	
}
.nav a:hover img {
	visibility:hidden;
	
}
.nav span {
	position: absolute;
	left: 20px;
	bottom: 10px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	font-weight: bold;
}
.copyright {
	font-size: 11px;
	color: #FFFFFF;
}
.copyright a:link, .copyright a:visited {
	color: #FFFFFF;
	font-weight: bold;
}
.copyright a:hover {
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: underline;
}

#bottomNav {
	padding-top: 6px;
}
#bottomNav a, #bottomNav a:visited, #bottomNav a:active {
	text-decoration: none;
	font-size: 11px;
	color: #000066;
}
#bottomNav a:hover {
	text-decoration: underline;
}
#bottomNav div {
	display: inline;
	padding-left: 1ex;
	padding-right: 1ex;
}
.contactImage {
	display: block;
	float: right;
	padding-top: 0px;
	padding-left: 10px;
}
#content {
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top: 10px;
}
.sbcLink {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
h1 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.cTimeValue h2 {
	font-size: x-large;
	font-style: italic;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.cTimeValue legend {
	color: #000000;
}
.required {
	font-weight: bold;
	color: #FF0000;
}
.formLabel {
	font-weight: bold;
	text-align: right;
	font-size: 11px;
}
input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}
.contactBlock {
	border: 2px solid #000000;
	background-color: #FFFFFF;
}
.extFormText {
	font-size: 11px;
}
.bottomShadow {
	background-image: url(../images/bottomShadow.gif);
	background-repeat: no-repeat;
}
.biggerText {
	font-size: 18px;
}
.rtPad {
	margin-right: 10px;
}
#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
}
