body {
background-color: #FFFFEF;
font-family: Verdana, Helvetica, sans-serif;
text-align: center;
margin: 25px;
font-size: 12px;
}
h1 {
color: #000078;
font-size:2em;
}
img {padding: 5px;}
a:link {
text-decoration: none;
font-weight: bold;
color: #000078;
}
a:visited {
text-decoration: none;
font-weight: bold;
color: #336699;
}
a:active {
text-decoration: none;
font-weight: bold;
color: #0083D7;
}
a:hover {
text-decoration: none;
font-weight: bold;
color: #FF3300;
}

.notCurr {
	color: red;
}

a.notCurr {
	color:red;
	text-decoration:underline;
}


/*  Horizontal nav */
#navlist ul {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}
#navlist li {
display: inline;
list-style-type: none;
line-height: 2em;
}
#navlist a {
padding: 3px 10px;
}
#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #000078;
text-decoration: none;
}
#navlist a:hover {
color: #fff;
background-color: #369;
text-decoration: none;
}
img#imgLogo {
float: center;
}
div.searchForm {
margin: 0 auto;
width: 700px;
background-color: #FFF;
border: 1px solid #000;
}
p.formSectionHeader {
font-size: 1.25em;
font-weight: bold;
border-bottom: 1px solid #CCC;
width: 100%;
}
div.formSection {
text-align: left;
display: block;
padding: 5px;
}
p.formSectionNotes {
text-align: left;
display: block;
float:right;
padding: 5px;
width: 45%;
}
.error {
color: red;
font-weight: bold;
font-family:Georgia, serif;
font-size: 1.25em;
}

