<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

body {
	background-color: #076fb8;
	background-image: url(../images/body-Background.gif);
	background-repeat: repeat-x;
}
#divContainer {
	margin: 0px auto;
	width: 1000px;
	background-image: url(../images/template_containerrepeat.png);
	background-repeat: repeat;
}
#divHeaderNavigation {
	background-image: url(../images/template_Navigation.png);
	background-repeat: no-repeat;
	height: 26px;
	width: 1000px;
}
#divHeaderNavigationSpry {
	padding-left: 50px;
}
#divHeaderMasthead {
	background-image: url(../images/template_Masthed.png);
	background-repeat: no-repeat;
	height: 240px;
	width: 1000px;
}

#divBodyleft2 {
	float: left;
	width: 359px;
	background-image: url(../images/template_LeftBackground.png);
	background-repeat: no-repeat;
}
#divBodyLeft2Content {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 140%;
	color: #222222;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
}

#divBodyleft {
	float: left;
	width: 359px;
}
#divBodyright {
	float: left;
	width: 641px;
	background-image: url(../images/template_contentright.png);
	background-repeat: no-repeat;
}

#divBodyrightContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 140%;
	color: #222222;
	padding-top: 10px;
	padding-right: 65px;
	padding-bottom: 10px;
	padding-left: 10px;
}

#divFooter {
	background-image: url(../images/template_footer.png);
	background-repeat: no-repeat;
	clear: both;
	height: 56px;
	width: 1000px;
}
#divFooterContent {
	font-family: "Myriad Web Pro", Arial, Helvetica, Verdana;
	font-size: 13px;
	line-height: 140%;
	color: #000000;
	text-align: center;
	padding-top: 10px;
}


a:link {
	text-decoration: underline;
	color: #222222;
}
a:active {
	text-decoration: underline;
	color: #222222;
}
a:hover {
	text-decoration: none;
	color: #222222;
}
a:visited {
	text-decoration: underline;
	color: #222222;
}


#divFooterContent a:link {
	text-decoration: underline;
	color: #000000;
}
#divFooterContent a:active {
	text-decoration: underline;
	color: #000000;
}
#divFooterContent a:hover {
	text-decoration: none;
	color: #000000;
}
#divFooterContent a:visited {
	text-decoration: underline;
	color: #000000;
}

h1,h2,h3,h4 {
	color: #856546;		
}.required {
	color: #F00;
}

fieldset
{
border: 1px solid #444444;

}

legend
{
color: #444444;
border: 1px solid #444444;
padding: 2px 6px
} 
</pre></body></html>