body {
	background-color: #40A198;
}
.header {
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat-x;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffffff;
}

A:link { color: #603; text-decoration: underline; ; font-weight: normal}
A:visited { color: #060; text-decoration: underline; ; font-weight: normal}
A:hover { color: #E69202; text-decoration: underline; ; font-weight: normal}


.content {
	background-image: url(images/contentbg.jpg);
	background-repeat: no-repeat;
	height: 443px;
}
.homecontent {
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	height: 250px;
}
.homecontent2 {
	background-image: url(images/homebg2.jpg);
	background-repeat: no-repeat;
	height: 173px;
	background-color: #84C2BD;
}
.scrollcontent {
	height: 385px;
	overflow: auto;
}

.borderleft {
	background-image: url(images/borderleft.jpg);
	background-repeat: repeat-y;
}
.borderright {
	background-image: url(images/borderright.jpg);
	background-repeat: repeat-y;
}
.maincontent {
	padding-top: 15px;
	padding-left: 15px;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #28645E;
	padding-bottom: 15px;
	padding-right: 5px;
}
.subheader {
	padding-top: 15px;
	padding-left: 5px;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight:bold;
	color: #4DA89F;
	padding-right: 5px;
}
.subheader2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #4DA89F;
	padding-right: 5px;
}
.header a{
	color: #ffffff;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.footer a{
	color: #FFFFFF;
}
.error{ 
	color: red;
	 font-weight: bolder;
 }
.required{
	 color: red;
	  font-weight: bolder; 
}
img {
    border-color: none;
    border-width: none;
    border-style: none;
}
