htm,html,asp,aspx,table,tr,td,form,object,input,select,textarea,div,p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
}
body {
	background-image: url(../images/pageBG.gif);
	background-repeat: repeat;
}

.containerDIV {
	height: 100%;
	top: 0px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	z-index:32;
}

.INNERcontainerDIV {
	z-index:30;
	width: 744px;
	float: center;
	margin-left: auto;
	margin-right: auto;
}

.INNERtopDIV {
	z-index:31;
	width: 746px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 10px;
}

.INNERbottomDIV {
	z-index:32;
	width: 746px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 220px;
}

.headerDIV {
	width: 746px;
	float: center;
}

.bodyDIV {
	width: 746px;
	float: center;
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
}

.footerDIV {
	width: 746px;
	color: white;
	padding-top: 10px;
	font-size: 10px;
}

a, a:visited, a:active, a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006666;
	text-decoration: underline;
	font-weight: normal;
}

a.subMenu, a.subMenu:visited, a.subMenu:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006b6b;
	text-decoration: none;
	font-weight: normal;
}

a.subMenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #006b6b;
	text-decoration: underline;
	font-weight: normal;
}

a.footerLink, a.footerLink:visited, a.footerLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}

a.footerLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #006666;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006666;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #006666;
}

.addressBox {
	background-color: #006666;
	border-bottom: 1px solid black;
	font: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	vertical-align:bottom;
	text-align: left;
	padding: 5px;
}

.navCol {
	width: 127px;
	border-top: 1px solid black;
	vertical-align: top;
	padding-top:5px;
}

.bodyCol {
	background-image: url(../images/contentHeader.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 599px;
	padding: 10px;
	vertical-align: top;
}

.mainMenu {
	width: 100px;
	background-image: url(../images/mainMenuBG.gif);
	background-position: bottom;
	font-weight: bold;
	padding-left: 5px;
	padding-bottom: 2px;
	vertical-align: bottom;
}