body         { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000; 
	background-image:url('../images/background.gif'); background-repeat:repeat;
	margin: 0px auto; text-align:center
}
	
a {
	color: #45776d;
	text-decoration: none; 
}

a hover {
	color: #45776d;
	text-decoration: underline;
}

table, td {
	border-collapse: collapse;
	vertical-align: top;
}

#tableLayout {
	width: 770px;
	height: 100%;
	background-color: #FFFFFF; 
}

#tdLogo {
	height: 141px; background-image:url('../images/header.jpg'); background-repeat:no-repeat; 
	border-bottom-style:solid; border-bottom-width:10px; border-color:#000000
}

#tdBodyLeft {
	width: 150px; 
	background-color:#EDE6D3 
	}
	
#ulmainNav {
	background-color: #EDE6D3;
	margin: 0px;
	padding: 0px;
}
#ulmainNav li {
	list-style-type: none;
}
#ulmainNav li a:link, #ulmainNav li a:visited, #ulmainNav li a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #45776d;
	text-decoration: none;
	background-color: #EDE6D3;
	display: block;
	padding: 5px;
	width: 151px;
	border-top: 0px none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#ulmainNav li a:hover {
	color: #FFFFFF;
	background-color: #45776d;
}

#tdmainBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	padding: 10px;
}

#tdmainBody a:link, #tdBodyRight a:visited, #tdBodyRight a:active {
	color: #45776d;
	text-decoration: none;
	}
	
#tdmainBody a:hover {
	color: #45776d;
	text-decoration: underline;
}

#tdFooter {
	background-color: #45776d;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center; 
	padding-top:10px; padding-bottom:5px
}

#tdFooter a:link, #tdFooter a:visited, #tdFooter a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#tdFooter a:hover, #tdFooter a:link.current, #tdFooter a:visited.current {
	text-decoration: underline;
	}
	
#tableForms td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	padding: 2px;
}

.title {font-variant: small-caps; font-size: 1.5ems; color: #808080; 
               border-bottom-style: solid; border-bottom-width: 1px
               
.contactus a:link, .contactus a:visited, .contactus a:active {
	color: #fff;
	text-decoration: none;
	}

.contactus a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
abbr, span.abbr {
cursor:help;
font-weight:bold;
color: #45776d;
border-bottom:2px dotted #45776d;
}