body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #CEEFF7;
}

.maint {
	background-color: white;
	border: 0;
}

.head {
	border-bottom: 1px solid #A0A0A4;
	padding: 15px 0 15px 0;
}

.footing {
	border-top: 1px solid gray;
	background-color: #C2E6EF;
	font-size: 8.5pt;
	color: #606060;
	font-family: "arial";
	line-height:15px;
	padding: 4px;
	text-align: center;
}

.content {
	padding: 10px;
	font-size: 12px;
	vertical-align: top;
}

p {
	font-size: 10pt; 
	color: #606060; 
	font-family: "arial"; 
	line-height:18px;
	margin-left: 15px;
}

h1 { font-size: 18px; color: #4581a4; font-family: Helvetica, sans-serif; }
h2 { font-size: 16px; color: #4581a4; font-family: Helvetica, sans-serif;}
h3 { font-size: 16px; color: #4581a4; font-family: Helvetica, sans-serif;}

a:link, a:visited {
	color: #4581a4;
	text-decoration: none;
}

a:hover {
	color: #271C11;
	text-decoration: underline;
}

.right-nav {
	vertical-align: top;
}

/*NAV  */
#navlist li {
display: inline;
/* for IE5 and IE6 */
}

#navlist {
width: 13em;
/* to display the list horizontaly */
font: bold 12px Verdana, sans-serif;
padding: 0 1px 1px;
margin-left: 29px;
border-top: 1px solid gray;
border-left: 1px solid gray;
border-right: 1px solid gray;
}

#navlist a {
width: 99.99%;
/* extend the sensible area to the maximum with IE5 */
display: block;
background-color: #CEEFF7;
border-bottom: 1px solid gray;
text-align: center;
text-decoration: none;
color: #448;
padding: 0.25em 0.5em 0.25em 0.75em;
}

#navlist a:hover { background-color: #FFF; }
#navlist a:visited { color: #448; }


/*
#navlist {
padding: 0 1px 1px;
margin-left: 27px;
font: bold 12px Verdana, sans-serif;
background: gray;
width: 13em;
}

#navlist li {
list-style: none;
margin: 0;
border-top: 1px solid gray;
text-align: left;
}

#navlist li a {
display: block;
padding: 0.25em 0.5em 0.25em 0.75em;
border-left: 1em solid #02ABBE;
background: #CEEFF7;
text-decoration: none;
}

#navlist li a:link { color: #448; }
#navlist li a:visited { color: #448; }

#navlist li a:hover {
border-color: #808080;
color: #448;
background: #FFF;
}
