/* Main page body */
body {
background-color: #37406E;
font-family: Arial, Verdana, sans-serif;
font-size: 10pt;
text-align: center;
}

/* Section headings (page titles) */
h1 {
font-size: 12pt;
font-weight: bold;
color: #2E0854;
}

/* Absolute position on nav area */
#navigation { 
font-family: Arial, Verdana, Helvetica, sans-serif; 
font-weight: bold; 
font-size: 1.0em; 
} 

/* Do not show bullets */
#navigation ul {
list-style: none;
}

/* No indentation on all LIs */
#navigation li {
list-style: none;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

span.padded {
padding: 50px 50px 50px 50px;
}

span.currentpage {
font-size: 9pt;
font-weight: bold;
color: black;
}

/* Default link for whole page */
a {
font-size: 9pt;
font-weight: bold;
color: #3333CC;
}

/* Prevent highlights on visited links */
a:visited {
color: #666699;
}

/* Change colors when mouse is over the link */
a:hover { 
color: #0033FF;
}
