body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
	background-color: #FFF;
}
table.layout
{
	width: 970px;
}
div.mainTable
{
	width: 964px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #009;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #009;
	background-color: #FFFFFF;
}

h3 {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009;
	border-bottom-color: #009;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
	font-size: 18px;
}
.topBorder {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #009;
	border-bottom-color: #009;
	padding-top: 10px;
	padding-bottom: 10px;
}
.linkBox {
	background-color: #009;
	height: 16px;
	font-weight: bold;
	color: #FFF;
}

table.menu td.blueBox{
	background-color: #009;
	font-weight: bold;
}

table.menu a:link, .linkBox a:link, td.blueBox a:link{
	color: #FFF;
}
table.menu, .linkBox a:visited, td.blueBox a:visited {
	color: #FFF;
}
table.menu a:hover, .linkBox a:hover, td.blueBox a:hover{
	color: #FFF;
}
table.menu, .linkBox a:active, td.blueBox a:active{
	color: #FFF;
}
.footer {
	font-size: x-small;
	color: #FFFFFF;
	background-color: #009;
}
.footer td{
	padding: 4px;
}
.bluetext {
	color: #009;
}
.healthTableHeader {
	font-weight: bold;
	color: #009;
	background-color: #99CCFF;
}
h4 {
	font-size: 16px;
}
.h4resource {
	margin-bottom: 0;
	margin-top: 10px;
}
p { 
	margin-bottom: 0;
}

table.formTable {
	width: 100%; 
	border: 2px solid #999;
}
table.formTable td{
	height: auto;
	vertical-align: top;
}
table.formTable th {
	font-weight: bold;
	color: #009;
	background-color: #9CF;
	text-align: left;
}