.links {
display: block;
background-color: #cfaa79;
width: 180px;
font-family: Times New Roman Sans Serif;
font-size: 14px;
font-weight: bold;
color: #002b5c;
}

.links a {
display: block;
text-decoration:none;
text-transform: uppercase;
color: #002b5c;
width: 180px;
height: 25px;
padding-left: 10px;
padding-top: 5px;
}

.links a:hover {
display: block;
background-color: #002b5c;
color: #ffffff;
width: 180px;
height: 25px;
padding-left: 10px;
padding-top: 5px;
}

#nav {
width: 180px;
background-color: #ffffff;
}

.scroller {
background-image:url(images/scroller.jpg);
height:166px;
width:160px;
margin-left:10px;
}

.content {
font-family: Times New Roman Sans Serif;
font-size:14px;
color: #002b5c;
padding-left:10px;
}

.content h1,h2,h3{
font-size:16px;
font-weight:bold;
}

.content a{
color: #002b5c;
font-weight:bold;
text-decoration:underline;
}

.content a:hover{
color: #67829F;
}

.content a:visited{
color: #002b5c;
}

.footer {
font-family: Times New Roman Sans Serif;
font-size:12px;
color: #002b5c;
padding-left:10px;
}


.footer a{
color: #002b5c;
font-weight:bold;
text-decoration:underline;
}

.footer a:hover{
text-transform:uppercase;
}

.footer a:visited{
color: #cfaa79;
}

