/* CSS Document */
body {
 margin-top: 10px;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
 background: url(images/body-bg.jpg);
}
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;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#layout {
 margin: 0px;
 padding: 0px;
 width: 853px;
 background: #fff;
 text-align: left;
 border: 3px solid #E6D19F;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 background: #fff url(images/left-col-bg.jpg) top repeat-x;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #666;
 border-left: 5px solid #fff;
}
#left-col a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #666;
 font-weight: bold;
 text-decoration: none;
}
#left-col a:link, #left-col a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 16px;
 color: #666;
 font-weight: bold;
 text-decoration: none;
}
#left-col a:hover {
 text-decoration: underline;
}
#left-col a.leftnav-anchor {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #666;
 font-weight: normal;
 text-decoration: none;
}
#left-col a.leftnav-anchor:link, #left-col a.leftnav-anchor:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 15px;
 color: #666;
 font-weight: normal;
 text-decoration: none;
}
#left-col a.leftnav-anchor:hover {
 text-decoration: underline;
}
td#right-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
td#main-col {
 margin: 0px;
 padding: 5px;
 background-color: #fff;
 text-align: left;
}
td#footer-nav {
 margin: 0px;
 padding: 25px 5px;
 width: 853px;
 background: url(images/footer-bg.jpg);
 text-align: center;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #000;
}
#footer-nav a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #5777A9;
 text-decoration: underline;
}
#footer-nav a:link, #footer-nav a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #5777A9;
 text-decoration: underline;
}
#footer-nav a:hover {
 text-decoration: none;
}
td#footer {
 margin: 0px;
 padding: 0px;
 width: 853px;
 background-color: #fff;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:link, #footer a:visited {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #000;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
.border {
 border: 1px solid #794D2E;
}

