@charset "UTF-8";
/* CSS Document */

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

.main {
	background-image:url(templateimages/bkgd.jpg);
	background-repeat:repeat-x;
}


.contentmain {
	background-image:url(templateimages/aboutbkgd.jpg);
	background-repeat:repeat-x;
}

.footer {
	background-image:url(templateimages/footerbkgd.jpg);
	background-repeat:repeat-x;
}

.bodytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#000000;
}

a:link {
	color:#045586;
	text-decoration:underline;
}

a:visited {
	color:#045586;
	text-decoration:underline;
}

a:active {
	color:#045586;
	text-decoration:none;
}

a:hover {
	color:#045586;
	text-decoration:none;
}
