body {
width: 760px;
font-family: Helvetica, Arial; 
font-size: 87.5%;
line-height: 1.5em;
background-color: #ffffff;
}
a { 
font-family: Arial;
color: #3666b2;
text-decoration: underline
}
a:visited {
color: #577ab2;
}
a:active {
color: #577ab2;
}
a:hover { 
text-decoration: none; 
color: #577ab2;
}
#sidebar {
float: left;
width: 190px;
border-right: solid 1px #999999;
margin: 0 9px 0 0;
}
#buttonbox {
background: #da8512;
margin-bottom: 15px;
}
#buttonbox a {
color: white;
font-weight: bold;
text-decoration: none;
font-size: 1em;
margin-left: 10px;
}
#buttonbox a:hover {
text-decoration: underline;
}
#text {
float: left;
width: 560px;
margin-bottom: 15px;
}
#campbar {
text-align: center;
}
#footer {
clear: both;
text-align: center;
border-top: solid 1px #999999;
}
h1, h2, h3, h4, h5, h6 {
font-family: Helvetica, Arial;
line-height: 1em;
color: #072b65;
}
h1 {
margin: 0;
}
.leftbar {
float: left;
margin: 0 10px 10px 0;
}
.rightbar {
float: right;
margin: 0 0 10px 10px;
}
a img {
border: 0;
}
dt {
font-size: 1.2em;
color: #072b65;
}
dd + dt {
margin-top: 1em;
}