<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
margin-top: 0px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;

padding-top: 0px;
padding-bottom: 20px;
padding-left: 0px;
padding-right: 0px;

font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 70%;

background-color: #F3F3F3;
color: #000000;
}

#banner
{
margin: auto;
margin-top: 10px;
width: 690px;
height: 110px;
}

#pageContainer
{
margin: auto;
margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
padding-left: 0px;
padding-right: 0px;
height: auto;
background-color: #FFFFFF;
width: 690px;
border-left: 2px solid #C7C7C7; 
border-right: 2px solid #C7C7C7; 
border-bottom: 2px solid #C7C7C7; 
}

#menuArea
{
float: left;
margin-top: 20px;
margin-left: 10px;
width: 165px;
background-color: #FFFFFF;
border-right: 1px solid #C7C7C7;
}

#mainContentArea
{
float: right;
width: 485px;
margin-top: 20px;
margin-right: 5px;
margin-bottom: 10px;
background-color: #FFFFFF;
}

#footer
{
clear: both;
}

#menuList
{
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
padding-left: 0px;
}

.menuListItem
{
margin-bottom: 5px;
}

#menuArea a:link, #menuArea a:visited
{
color: #000000;
font-weight: bold;
background-color: #FFFFFF;
text-decoration: none;
}
	  
#menuArea a:hover
{
background-color:#fff;
color: #000099;
text-decoration: underline;
}

#currentPageMenuItem
{
color: #FF0000;
font-weight: bold;
margin-bottom: 5px;
}

#mainContentArea a:link, #mainContentArea a:visited
{
color: #000000;
background-color: #FFFFFF;
text-decoration: none;
}
	  
#mainContentArea a:hover
{
background-color:#fff;
color: #000099;
text-decoration: underline;
}

#mainContentArea li
{
margin-bottom: 5px;
list-style-image:url(images/bulletPointArrow.jpg);
}

#contactFooter
{
border-top: 1px solid #C7C7C7;
font-weight: bold;
}

#currentPageMainContentItem
{
color: #FF0000;
font-weight: bold;
}

#copyrightFooter
{
width: 100%;
border-top: 1px solid #C7C7C7;
background-color: #FFF2BD;
font-weight: bold;
font-size: 80%;
text-align: center;
}

#copyrightFooter a:link, #copyrightFooter a:visited
{
color: #000000;
background-color: #FFF2BD;
text-decoration: none;
}
	  
#copyrightFooter a:hover
{
background-color: #FFF2BD;
color: #000099;
text-decoration: underline;
}</pre></body></html>