/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 background: #fff;
}
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 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: blue;
 font-weight: bold;
 margin-bottom: 0px;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
div#header {
 margin: 0px;
 padding: 0px;
 width: 100%;
 text-align: left;
 border-bottom: 1px solid #fff;
 background: #fff url(images/header-bg.jpg) center no-repeat;
}
div#topnav {
 margin: 0px;
 padding: 5px 0px;
 width: 100%;
 height: 64px;
 text-align: center;
 background: #92AFD7 url(images/topnav-bg.jpg) center no-repeat;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #fff;
 font-weight: bold;
 text-decoration: none;
}
#topnav a:hover {
 color: #ff0;
}
div#content-wrapper {
 background: #3E7F3D url(images/body-bg.jpg) top repeat-x;
}
table#content {
 margin: 0px;
 padding: 0px;
 width: 935px;
 text-align: left;
 background-color: #fff;
 border-left: 2px solid #fff;
 border-right: 2px solid #fff;
}
td#left-col {
 width: 280px;
 margin: 0px;
 padding: 10px;
 padding-bottom: 125px;
 background: #E1F2E0 url(images/content-bg.jpg) bottom left no-repeat;
 text-align: center;
}
.white-box {
 background-color: #fff;
 padding: 5px;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 padding-bottom: 125px;
 background: #fff url(images/content-bg.jpg) bottom right no-repeat;
 text-align: left;
}
div#footer {
 margin: 2px;
 padding: 5px;
 width: 924px;
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background-color: #fff;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}

