@charset "utf-8";
/* CSS Document */


body {
padding:0px;
margin:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}

#topmenu {
padding-top:5px;
width:100%;
height:20px;
border-bottom:solid thin #000000;
}

#logo {
padding-top:85px;
width:331px;
height:171px;
margin-left: auto;
margin-right: auto;
}

#smalllogo {
padding-top:20px;
width:165px;
height:85px;
margin-left: auto;
margin-right: auto;
}

#searchboxpg {
width:455px;
padding-top:5px;
margin-left: auto;
margin-right: auto;
}

#content {
width:600px;
padding-top:15px;
margin-left: auto;
margin-right: auto;
}

#searchresults {
width:800px;
padding-top:5px;
margin-left: auto;
margin-right: auto;
}

#searchbox {
margin-left: auto;
margin-right: auto;
width:480px;
height:160px;
}

.fontbox {
font: bold 12px Verdana;
}

a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
text-decoration:none;
}

#footer {
width:100%;
text-align:center;
padding-top:60px;
}


/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
position: relative;
z-index: 1;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white url(shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(shadeactive.gif);
border-bottom-color: white;
}

.shadetabs li a.selected:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
