body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #4D5896;
	color: #666666;
	padding: 0px;
	background-image: url(graphics/bg-tile.jpg);
	background-repeat: repeat;
	margin-top: 20px;
}
p {
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 9px;
	margin-left: 9px;
}

a:link { 
text-decoration: underline; 
color : #56659D; 
}
a:hover { 
text-decoration: underline; 
color : #56659D; 
}
a:visited,a:hover { 
text-decoration: underline; 
color : #56659D; 
}
a:active {
color: #272959;
}

.footer {
	color: #D9D9E3;
}
a.footer:link { 
text-decoration: underline; 
color : #D9D9E3; 
}
a.footer:visited { 
text-decoration: none; 
color : #D9D9E3; 
}
a.footer:hover { 
text-decoration: none; 
color : #FFFFFF; 
}
a.footer:active {
color: #FFFFFF;
}

.navy {
	background-color: #272959;
}
.white {
	background-color: #FFFFFF;
}
.lgrey {	
background-color: #D9D9E3;
}
.small {
	font-size: 11px;
	color: #272959;
}
h3 {
	margin-top: 9px;
	margin-right: 9px;
	margin-bottom: 0px;
	margin-left: 9px;
	font-size: 11px;
	font-weight: bold;
	color: #2E275A;
}
.contentbg {
	background-image:url(graphics/lower-curve.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}
.contentbgs {
	background-image:url(graphics/lower-curve-left.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	background-color: #D9D9E3;
}

.top-menu-link {
	FONT-SIZE: 11px; 
	COLOR: #000;  
	TEXT-DECORATION: none; 
	background-color: #665E9F;
}
.navmenu {
	border-top-width: 1px; 
	border-left-width: 1px; 
	border-bottom-width: 0px; 
	z-index: 100; 
	border-left-color: #000; 
	border-right-color: #000;
	border-top-color: #000;
	border-bottom-color: #000;
	visibility: hidden; 
	font: 14px; 
	width: 162px; 
	position: absolute; 
	background-color: #665E9F; 
	border-right-width: 1px; 
	
}
.navmenu a {
	padding-right: 0px; 
	display: block; 
	padding-left: 10px; 
	border-bottom-width: 1px; 
	border-bottom-color: #ccc; 
	padding-bottom: 5px; 
	margin: 0px; 
	width: 100%; 
	color: #FFFFFF; 
	text-indent: 5px; 
	padding-top: 2px; 
	text-decoration: none;

}
.navmenu a:hover {
	background-color: #E72528;
	text-decoration: none;
	color: #FFFFFF;
}
.navmenu a:visited {
	text-decoration: none;
	color: #FFFFFF;
	
}
.lilac {
background-color: #665E9F;
}
