﻿h1 {margin: 0; padding: 0; font-size: 12px; font-weight: bold;}
h2 {margin: 0; padding: 0; color: Gray; font-size: 10px; font-weight: normal;}
h3 {margin: 0; padding: 0; color: Gray; font-size: 10px; font-weight: normal;}
img {border-style: none;}
code {color: Gray;}

.center {text-align: center;}
.link a {color: #ee3300; text-decoration: none;}
.link a:hover {text-decoration: underline;}

.listtable {font-size: 11px;}
.listtdcon {padding: 10px 10px 10px 10px; vertical-align: top; width: 330px; border-bottom: Gray dotted 1px;}
.listtdcontop {padding: 10px 10px 10px 10px; vertical-align: top; width: 330px; background-color: #ccee66; border: Gray solid 1px;}
.listurl {font-size: 12px; font-weight: bold;}
.listurl a {color: #ee3300; text-decoration: none;}
.listurl a:hover {text-decoration: underline;}
.listaddr {color: Gray;}
.listimg {float: left; margin: 10px 10px 0 0;}
.listtext {margin: 10px 0 0 0; text-align: justify;}

.datapager {color: Gray; font-size: 12px; font-weight: bold; text-align: center;}
.datapager a:link, .datapager a:visited {color: Gray; text-decoration: none;}
.datapager a:hover, .datapager a:active {color: Black; text-decoration: none;}
.pagercurrent {color: #ee3300; text-decoration: none;}

.cleaner {
 clear: both;
 height: 0;
 line-height: 0;
 font-size: 0;     
}    

hr.cleaner {
    clear: both;
    height: 1px;
    margin: -1px 0px 0px 0px;
    padding: 0px;
    border: none;
    visibility: hidden;
}

ul.menu {margin: 0; padding: 8px 0 0 0; float: left; width: 230px;}
li.menu {font-size: 12px; list-style: none; height: 22px; line-height: 22px; padding-left: 26px;}    
li.menu a {color: #ee3300; text-decoration: none;}
li.menu a:hover {text-decoration: underline;}

body {
 background-color: White;
 color: Black;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
}
#wrapper { 
 margin: 0 auto;
 width: 980px;
}
#header {
 margin: 10px 0 10px 0;   
 text-align: center;
}
#leftcolumn { 
 float: left;
 width: 250px;
 padding: 0;
 min-height: 800px; 
}
#rightcolumn {
 float: right;
 width: 710px;
 padding: 0 0 10px 20px;
}
#mainheader {
 width: 700px;
 height: 18px;
 color: White;
 background-image: url(images/mainheader.png);
 margin: 0;
 padding: 2px 0 0 10px;
 font-weight: bold;
}
#footer { 
 clear: both;
 width: 980px;
 height: 18px;
 color: White;
 background-image: url(images/footer.png);
 margin: 0;
 padding: 2px 0 0 0;
 font-weight: bold;
 text-align: center; 
}

#menu {
 width: 250px;
 background-color: White;
}
#menu a {
 display: block;
 color: White;
 background-color: #ee3300;
 font-weight: bold;
 text-align: center;
 text-decoration: none;
 margin: 0 0 1px;
 padding: 5px;
}
#menu a.last {margin: 0;}
#menu a:hover {
 color: #ee3300;
 background-color: White;
}

#bottomlinkp
{
    margin: 10px auto;
    width: 980px;
    color: Gray;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
}
#bottomlinkp a 
{
    margin: 0 2px 0 2px;
    color: Gray;
    text-decoration: none;
}
#bottomlinkp a:hover 
{
    margin: 0 2px 0 2px;
    color: Gray;
    text-decoration: underline;
}

