body {
	background-color: #E0E0E0;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

p {
	margin-top: 0px;
	margin-bottom: 20px;
}

#headerbar {
	margin-left: 0px;
	margin-top: 23px;
	width: 100%;
	height: 81px;
	background-image: url('/template/images/hatch.png');
	background-repeat: repeat-x;
	border-top: 2px solid #004494;
	border-bottom: 2px solid #004494;
	padding: 0px;
}

#headercontent {
	width: 894px;
	height: 81px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#headerspacer {
	width: 193px;
	height: 81px;
	background-color: #FFFFFF;
}

#contentwrapper {
	width: 799px;
	margin-top: 21px;
	margin-left: auto;
	margin-right: auto;
}

#columnbackground {
	width: 799px;
	background-image: url('/template/images/contentbg.png');
	background-repeat: repeat-y;
}

#leftcolumn {
	width: 151px;
	margin-left: 0px;
	margin-top: 0px;
	float: left;
	padding: 0px;
	height: 100%;
}

#menu {
	margin-left: 5px;
	margin-top: 5px;
	background-color: #004494;
}

.menuitem {
	border-bottom: 1px dashed #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	font-weight: bold;
	padding-bottom: 5px;
	width: 140px;
	margin-top: 5px;
}

.menutitleitem {
	border-bottom: 1px dashed #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: white;
	font-weight: bold;
	padding-bottom: 15px;
	width: 140px;
	margin-top: 5px;
}

a.menuitemlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menuitemlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

a.menuitemlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #EEEEEE;
	font-weight: bold;
	text-decoration: none;
}

a.menusubitemlink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	margin-left: 45px;
}

a.menusubitemlink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #DDDDDD;
	font-weight: bold;
	text-decoration: none;
	margin-left: 45px;
}

a.menusubitemlink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	margin-left: 45px;
}

.menusubitemsel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	margin-left: 45px;
}

#leftlogo {
	height: 80px;
	width: 151px;
	margin-top: 50px;
	background-color: #E0E0E0;
}

#contentcolumn {
	margin-left: 17px;
	margin-top: 0px;
	width: 303px;
	float: left;
	padding: 0px;
}

#contentcolumnwide {
	margin-left: 17px;
	margin-top: 0px;
	width: 631px;
	float: left;
	padding: 0px;
}

#contentcolumnwidegrey {
	margin-left: 17px;
	margin-top: 0px;
	width: 631px;
	float: left;
	padding: 0px;
	background-color: #E0E0E0;
	min-height: 484px;
}

#rightcolumn {
	margin-left: 18px;
	width: 310px;
	float: left;
	position: relative;
}

#divspacer {
	clear: both;
}

#footerbar {
	height: 77px;
	width: 799px;
	margin-left: 0px;
	margin-top: 2px;	
}

#footercontent {
	margin-top: 0px;
	margin-left: 0px;
	width: 487px;
	height: 77px;
	background-color: #66A425;
	float: left;
}

#footerimage {
	margin-top: 0px;
	width: 310px;
	height: 77px;
	float: left;
	margin-left: 2px;
	background-color: black;
}

.contentarea {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
}

.boldcontent {
	font-weight: bold;
	color: #444444;
}

.titlecontent {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}

.normalcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	font-weight: normal;
}

.whitenormalcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFFFF;
	font-weight: normal;
}

.whiteboldcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
}

.redcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #990000;
	font-weight: normal;
}

.greycontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;
	font-style: italic;
}

#headercontactarea {
	width: 310px;
	height: 81px;
	background-color: white;
}

.headertext {
	padding-left: 5px;
	padding-top: 18px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #004494;
	line-height: 20px;
}

.headertextgrey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
}

.footertext {
	width: 400px;
	font-size: 10px;
	line-height: 13px;
	font-weight: normal;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 13px;
	padding-top: 10px;
}

.whitetitlecontent {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #FFFFFF;
}

.whitelargecontent {
	font-size: 12px;
	font-weight: normal;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.blueboldcontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #004494;
	font-weight: bold;
}

.bluecontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 15px;
	color: #004494;
	font-weight: normal;
	font-style: italic;
}

#rightcolblendlayer {
	position: absolute;
	bottom: 0px;
	background-color: #004494;
	z-index: 5;
	width: 310px;
	height: 147px;
	filter: alpha(opacity=75);   /* Internet Explorer       */
   	-moz-opacity: 0.75;           /* Mozilla 1.6 and below   */
   	opacity: 0.75;
}

#rightcoltextlayer {
	position: absolute;
	bottom: 0px;
	z-index: 6;
	height: 147px;
	width: 290px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#rightcolblendlayertop {
	position: absolute;
	top: 0px;
	background-color: #004494;
	z-index: 5;
	width: 310px;
	height: 498px;
	filter: alpha(opacity=75);   /* Internet Explorer       */
   	-moz-opacity: 0.75;           /* Mozilla 1.6 and below   */
   	opacity: 0.75;
}

#rightcoltextlayertop {
	position: absolute;
	top: 0px;
	z-index: 6;
	width: 290px;
	padding-left: 15px;
	font-size: 18px;
	font-weight: bold;
	color: white;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#errorbox {
	background-color: #EEEEEE;
	border: 1px dashed #990000;
	width: 304px;
}

.errortext {
	font-family: tahoma;
	color: #990000;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

#messagebox {
	background-color: #EEEEEE;
	border: 1px dashed #000099;
	width: 304px;
}

.messagetext {
	font-family: tahoma;
	color: #000099;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}

INPUT[type="text"] { font-size: 12px }
TEXTAREA { font-size: 12px }

.seperator {
	width: 100%;
	height: 8px;
	border-bottom: 1px solid black;
	margin-bottom: 8px;
}

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

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

a.servicelink:link, a.servicelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #EEEEEE;
	font-weight: bold;
}

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

.servicetext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 24px;
}
