/* CSS Document */
body {
 margin-top: 20px;
 margin-bottom: 20px;
 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: 16px;
 color: #000;
 font-weight: bold;
}
h2 {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 14px;
 color: #000;
 font-weight: bold;
 font-style: italic;
}
a {
 color: blue;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
}
table#header {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: center;
}
table#layout {
 margin: 0px;
 padding: 0px;
 width: 960px;
 text-align: left;
}
#layout td {
 margin: 0px;
 padding: 0px;
}
td#left-border {
 width: 59px;
 background: url(images/leftcol-bg.jpg) top right repeat-y;
}
td#right-border {
 width: 56px;
 background: url(images/rightcol-bg.jpg) top left repeat-y;
}
td#left-col {
 margin: 0px;
 padding: 5px;
 width: 290px;
 background: #fff;
 text-align: left;
}
div#leftnav {
 margin: 0px;
 padding: 5px;
 width: 290px;
 background: #FAF8EC url(images/leftnav-bg.jpg) bottom repeat-x;
 text-align: left;
}
#leftnav a {
 font-size: 13px;
 font-weight: bold;
 color: #687BA7;
 text-decoration: none;
}
#leftnav a:hover {
 text-decoration: underline;
}
td#main-col {
 margin: 0px;
 padding: 10px;
 width: 525px;
 background-color: #fff;
 text-align: left;
}
table#footer {
 margin: 0px;
 padding: 0px;
 background: #FAF8EC;
 width: 845px;
 text-align: left;
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #687BA7;
 border-top: 4px solid #8BA5D6;
}
#footer td {
 padding: 5px;
}
#footer a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 12px;
 color: #687BA7;
 text-decoration: underline;
}
#footer a:hover {
 text-decoration: none;
}
td#footer-bottom {
 width: 960px;
 height: 30px;
 background: url(images/footer-bottom.jpg) no-repeat;
}
table#special-cases a {
 font-family: Arial,Helvetica,sans-serif;
 font-size: 13px;
 color: #fff;
}

