/* CSS Document */
body {
 margin-top: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #000;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
 margin: 5px;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 color: #000;
 font-weight: bold;
}
h3 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 font-style: italic;
}
h4 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #fff;
 font-weight: bold;
 background-color: #000;
 padding: 3px;
}
h5 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#header {
 margin: 0px;
 padding: 10px 40px 10px 0px;
 width: 860px;
 height: 184px;
 background: #fff url(images/header.jpg) no-repeat;
 text-align: left;
}
table#topnav {
 margin: 0px;
 padding: 0px;
 width: 900px;
 background-color: #d00;
 text-align: center;
 border-bottom: 1px solid #fff;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
}
#topnav td {
 padding: 4px;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 font-weight: bold;
 text-decoration: underline;
}
#topnav a:hover {
 color: #ffff80;
 text-decoration: none;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 900px;
 text-align: left;
 border-left: 1px solid #fff;
 border-right: 1px solid #fff;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 background-color: #2B2B8B;
 text-align: left;
 color: #fff;
}
#left-col a {
 display: block;
 margin: 0px;
 padding: 5px 0px 5px 5px;
 border-top: 1px solid #fff;
 border-bottom: 1px solid #fff;
 background-color: #2B2B8B;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#left-col a:hover {
 background-color: #3737B2;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 2px;
 background-color: #2B2B8B;
 text-align: center;
 color: #fff;
}
#right-col a {
 color: #fff;
 text-decoration: underline;
}
#right-col a:hover {
 text-decoration: none;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 900px;
 background-color: #d00;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 border-top: 1px solid #fff;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
