
body {
text-align: center;
font-family: arial, verdana, sans-serif;
color: #000;
font-size: 12px;
margin: 0px auto;
background: #BDD6F3;
}
#wrapper {
border-right: 1px #7091B3 dotted;
border-left: 1px #7091B3 dotted;
text-align: left;
width: 800px;
background: #E8F2FB;
}
#content {
margin: 10px;
line-height: 18px;
}
#content a {
color: #549503;
font-weight: bold;
}
#content a:hover {
color: #7091B4;
}
h1 {
font-size: 16px;
color: #1D5998;
}
#subnav {
text-align: left;
border-left: 1px #097DAE dotted;
font-size: 11px;
padding: 0px 5px 5px 5px;
line-height: 28px;
}
#subnav a {
color: #097DAE;
}
#subnav a:hover {
color: #549503;
}
#footer {
color: #999;
}
#footer a {
color: #999;
font-size: 11px;
font-weight: bold;
text-decoration: none;
}


