body {
 margin: 0px;
 text-align: center;
 background: #eee;
 font-family: arial, verdana, sans-serif;
 font-size: 12px;
 color: #666;
 line-height: 18px;
}
a:link,
a:hover,
a:active {
 color: #c60;
}
a:visited {
 color: #f90;
}
#wrapper {
 width: 800px;
 padding: 0px;
 margin: 0px auto;
 background: #fff;
 text-align: left;
}
#header {
 width: 800px;
 height: 295px;
 background: #004052;
}
#content {
 width: 570px;
 margin-left: 25px;
}
#content h1 {
 font-size: 18px;
 line-height: 22px;
 margin: 20px 0px 10px 0px;
 padding: 0px;
 color: #4d7666;
}
#content h2 {
 font-size: 14px;
 margin: 0px;
 padding: 0px;
 font-weight: bold;
}
#rightnav {
 width: 150px;
 border-left: 1px #ccc dotted;
 padding-left: 10px;
 line-height: 24px;
 margin: 20px 0px 0px 0px;
}
#rightnav h2 {
 font-size: 12px;
 font-weight: bold;
 color: #4d7666;
 background: #d7e8e0;
 padding: 3px;
 margin: 0px;
}

A:Link.footer {font-family: tahoma; font-size: 11px; color: #aaa; font-weight: bold; text-decoration: none}
A:Active.footer {font-family: tahoma; font-size: 11px; color: #aaa; font-weight: bold; text-decoration: none}
A:Visited.footer {font-family: tahoma; font-size: 11px; color: #aaa; font-weight: bold; text-decoration: none}
A:Hover.footer {font-family: tahoma; font-size: 11px; color: #666; font-weight: bold; text-decoration: none}
