/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: #A5A5A5 url(images/body-bg.jpg) top repeat-x;
}
h1 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 18px;
 color: #106DA1;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #106DA1;
 font-weight: bold;
 font-style: italic;
}
table#layout {
 margin: 0px;
 padding: 0px;
 width: 777px;
 text-align: left;
}
td#header {
 width: 777px;
 height: 121px;
 background: url(images/header-adjusted.jpg) center center no-repeat;
 text-align: right;
 vertical-align: bottom;
}
div#topnav {
 float: right;
 width: 535px;
 height: 20px;
 text-align: center;
 padding-top: 2px;
}
#topnav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 font-weight: bold;
 font-style: normal;
 text-decoration: none;
}
#topnav a:hover {
 color: #393;
}
td#left-col {
 margin: 0px;
 padding: 0px;
 width: 241px;
 background-color: #008000;
 text-align: left;
}
div#leftnav {
 width: 217px;
 background: #008000 url(images/leftnav-bg.jpg) repeat-y;
 text-align: left;
 padding: 4px;
 padding-left: 20px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 17px;
 font-style: normal;
 color: #fff;
 text-decoration: none;
}
td#main-col {
 margin: 0px;
 padding: 0px;
 background-color: #fff;
 text-align: left;
}
#home-content {
 padding: 10px;
}
td#content {
 margin: 0px;
 padding: 10px;
 background-color: #fff;
 text-align: left;
}
td#right-col {
 margin: 0px;
 padding: 10px;
 background-color: #ccf;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 width: 777px;
 background: url(images/footer-bg.jpg) top repeat-y;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
}
#footer td {
 padding: 10px;
}
#footer-border {
 height: 8px;
 padding: 0px;
 background: url(images/content-bottom.jpg) no-repeat;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #fff;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.blue-bold {
 color: #106DA1;
 font-weight: bold;
}
