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

.containerDIV {
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	top: 0px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	z-index:32;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 740px;
}

.containerDIV2 {
	background-image: url(../images/contentBG.gif);
	background-repeat: repeat-y;
	top: 0px;
	float: center;
	margin-left: auto;
	margin-right: auto;
	z-index:32;
	border-left: 1px solid white;
	border-right: 1px solid white;
	width: 784px;
}

.leftColDIV {
	width: 218px;
	float: left;
	vertical-align: top;
	background-color: #000066;
}

.rightColDIV {
	width: 521px;
	float: right;
	vertical-align: top;
	background-color: white;
}

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

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: underline;
	font-weight: bold;
	color: #7A0720;
}

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

a.menu, a.menu:visited, a.menu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

a.menu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: white;
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
}

a.hMenu, a.hMenu:visited, a.hMenu:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}

a.hMenu:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	text-decoration: underline;
	font-weight: bold;
	line-height: 30px;
}

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

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

.menu {
	background-image: url(../images/leftColBG.gif);
	padding: 10px;
	text-align: center;
}

.topRight {
	background-color: #7A0720;
}	

.titleBar {
	background-color: #7A0720;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: white;
	font-weight: bold;
	padding: 5px;
}

.content {
	padding: 10px;
}

.footerCell {
	background-color: #7A0720;
	padding: 5px;
	color: white;
}

.searchBody {
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
}

.horizontalMenuBar {
	background-color: #000066;
	padding: 2px;
	color: white;
	text-align: center;
}