body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color:#333333;
	line-height: 150%;
	text-align: left;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;;
	color:#333333;
}

#test {
	font-family: georgia;
	text-align: right;
}


h1 {
	font-size: 120%;
	color:#333333;
	line-height: 130%;
	margin: 0px 0px 5px 0px;
}

h2 {
	font-size: 140%;
	color:#009900;
	line-height: 140%;
	margin: 0px 0px 4px 0px;
}

h3 {
	font-size: 100%;
	color:#000000;
	line-height: 130%;
	margin: 0px 0px 4px 0px;
}

a{
	color: #009900;
	text-decoration: none;
}

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

 ul {
	padding-left: 14px;
	margin: 0px;
	background-image: url(../assets/spacer.gif);
	background-repeat: repeat-x;
}

li {
	padding: 0px 0px 2px 0px;
	margin: 0px;
}

.header-bkg {
	background-image: url(../assets/blue_background.jpg);
	background-repeat: repeat-x;
}

.nav-bkg {
	background-image: url(../assets/nav_bar_bkg.jpg);
	background-repeat: repeat-x;
}

.sub-nav-pad {
	padding: 0px 20px 0px 20px;
}

.floatimgleft {
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}

.floatimgright {
	float:right;
	margin-left:10px;
	margin-bottom:10px;
 }
 
 .content-pad {
	padding: 20px 20px 20px 0px;
	border-bottom: 1px solid #CCCCCC;
}

#blue a{
	color: #003399;
	text-decoration: none;
}

#blue a:hover{
	text-decoration: underline;
	color: #66FFFF;
}

#green a{
	color: #009900;
	text-decoration: underline;
}

#green a:hover{
	text-decoration: underline;
	color: #CC0000;
}
table {
	border: 0;
	margin: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
table tr td {
	padding: 0;
}
.attention-positive {
	background-color: #F8FFF0;
	border-top: 2px #99CC00 solid;
	border-bottom: 2px #99CC00 solid;
	padding: 7px;
	margin: 0 0 10px 0;
}
.attention-positive h3 {
	margin: 0;
	color: #99CC00;
}
.attention-positive p {
	margin: 0;
}
.attention-negative {
	background-color: #FFF8F0;
	border-top: 2px #CC9900 solid;
	border-bottom: 2px #CC9900 solid;
	padding: 7px 7px 3px 7px;
	margin: 0 0 10px 0;
}
.attention-negative h3 {
	margin: 0;
	color: #CC9900;
}
.attention-negative div {
	border-top: 1px dashed #888888;
	padding: 4px 2px 4px 2px;
}
.attention-negative div.first {
	border-top: 0;
	padding: 2px 2px 4px 2px;
}
.contact-table {
	border-top: 1px solid #333333;
	border-left: 1px solid #333333;
	width: 99%;
	margin-bottom: 10px;
}
.contact-table tr th {
	background-color: #E8E8E8;
	color: #333333;
	font-weight: bold;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px;
}
.contact-table tr td {
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	padding: 3px;
	vertical-align: middle;
}
.contact-table tr td input, .contact-table tr td textarea, .contact-table tr td select {
	margin: 3px 0 0 0;
	font-size: 110%;
	padding: 0;
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.contact-table tr td textarea.large {
	width: 500px;
	height: 100px
}
.contact-table tr td .annotation {
	font-size: 80%;
}
.contact-table tr td .req {
	color: #CC0000;
	font-size: 75%;
}
.contact-table tr td .smallprint {
	color: #333333;
	font-size: 75%;
}
.overlay {
	position: absolute;
}
.overlay img {
	position: relative;
}