/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #F7F7FF;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
h3 {
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #000;
 font-weight: bold;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
}
div#topnav {
 margin: 0px;
 padding: 11px 0px;
 width: 960px;
 height: 15px;
 text-align: center;
 background: url(images/topnav-bg.jpg) top center repeat-x;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 border-bottom: 20px solid #fff;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 text-decoration: none;
}
#topnav a:hover {
 color: #87A5DB;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
 background-color: #fff;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 width: 345px;
 background: #fff url(images/leftcol-bg.jpg) top center repeat-x;
 text-align: left;
}
div#left-col-box {
 margin: 0px;
 padding: 0px 8px;
 width: 323px;
 background: url(images/leftcol-box-bg.png) top center repeat-y;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 text-align: left;
}
table#footer {
 margin: 0px;
 margin-top: 20px;
 padding: 0px;
 width: 939px;
 height: 62px;
 background: url(images/footer-bg.jpg) center no-repeat;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer .footer-contact {
 color: blue;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
