

body {
font-family: Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#0f2a52;
background-image:url(images/background.jpg);
background-repeat:repeat-x;
}

.nav {
border-bottom-color:#666666;
border-bottom-style:solid;
border-bottom-width:1px;
color:#333333;
font-weight: bold;
font-size:14px;
}

.nav a, a:hover{
color:#333333;
text-decoration: none;
}

.nav a:visited {
color:#333333;
}

.subnav {
color:#333333;
font-size:12px;
}

.subnav a{
color:#333333;
font-size:12px;
}

p a {
color:#000000;
text-decoration:underline;
}

p a:visited {
color: #000000;
text-decoration: underline;
}


.footer {
color:#ffffff;
font-size:10px;
}

.footer a, a:visited {
color:#ffffff;
text-decoration:none;
}

.footer a:hover {
text-decoration:underline;
}

.pageheader {
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#003366;
font-weight:bold;

}