/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #163379 url(images/body-bg.jpg) top repeat-x;
}
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: #09058E;
 font-weight: bold;
 font-style: italic;
}
h3 {
 margin: 0px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #09058E;
 font-weight: bold;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 872px;
 height: 114px;
 text-align: left;
 background: url(images/header-bg.jpg) top center no-repeat;
 border-left: 6px solid #000;
 border-right: 6px solid #000;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #061B50;
}
.header-phone {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 20px;
 font-weight: bold;
 color: #061B50;
}
table#topnav {
 margin: 0px;
 margin-left: 12px;
 padding: 0px;
 width: 910px;
 height: 50px;
 text-align: center;
 background: url(images/topnav-bg.jpg) repeat-x;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
}
#topnav td {
 padding: 0px;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 padding: 0px 8px;
}
#topnav a:hover {
 color: #ECB900;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 872px;
 text-align: left;
 background: url(images/content-bg.jpg);
 border-left: 6px solid #000;
 border-right: 6px solid #000;
 border-bottom: 8px solid #000;
}
div#left-col {
 margin: 0px;
 padding: 0px;
 text-align: center;
 background: url(images/left-col-bg.jpg) top center repeat-y;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 872px;
 background: #22449B;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer td {
 padding: 2px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
