body {
margin: 0px;
padding: 0px;
font-family: Times, Times New Roman, serif;
font-size: 12px;
font-weight: 400;
color: #000033;
background-color: #FFFFFF;
background-image: url('/images/blue.png');
background-repeat: repeat-y;
}

h1 {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
padding: 25px;
text-align: center;
font-size: 36px;
font-weight: 600;
color: #000000;
}

h2 {
color: #000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
text-align: center;
font-weight: 400;
}

h1.banner {
margin: 0;
padding: 0;
font-family: Times, Times New Roman, serif;
color: #FFFFFF;
}

p {
font-size: 1.1em;
}

a:link, a:visited, a:active {
color: #0000CC;
text-decoration: none;
}

a:visited {
color: #000099;
}

a:hover {
text-decoration: underline;
}

ul ol {
margin: 0px;
padding: 0px;
}

ul li, ol li {
padding: 6px 0;
margin: 0;
font-size: 1.1em;
}

ul#leftNav {
margin: 0;
padding: 0;
text-align: center;

}

ul#leftNav li {
margin: 5px;
padding: 0px;
list-style-type: none;
text-align: center;
background-color: #412CDC;
border-top: 1px solid #CCCCCC;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #333333;
border-bottom: 1px solid #333333;
}

ul#leftNav li:hover {
border-top: 1px solid #333333;
border-left: 1px solid #333333;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

ul#leftNav li a:link, ul#leftNav li a:visited, ul#leftNav li a:active {
display: block;
margin: 0;
padding: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
width: 100%;
font-weight: 400;
color: #FFFFFF;
text-decoration: none;
}

ul#leftNav li a:hover {
color: #000000;
}  

ul#bottomNav {
margin: 0px;
padding: 0px;
width: 100%;
text-align: center;
}

ul#bottomNav li {
float: left;
margin: 0;
padding: 10px;
}

ul#bottomNav li a:link, ul#bottomNav li a:active, ul#bottomNav li a:visited {
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
font-size: .9em;
}

ul#bottomNav li a:hover {
text-decoration: underline;
}
