BODY {BACKGROUND-IMAGE: url(img/background.jpg); PADDING-TOP: 5px; BACKGROUND-REPEAT: no-repeat; BACKGROUND-COLOR: #3d2c17}
p {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333}
a:link {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333; text-align: center}
h1 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px; color: #FF9933; margin-top: 15px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #FF9933; margin-top: 15px}
a:visited { font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333; text-align: center} 
a:active {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333; text-align: center}
a:hover {   font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333; text-align: center}
a:visited:hover {  font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; color: #663333; text-align: center}

/* ######### CSS for Shade Tabs. Remove if not using ######### */

.shadetabs{
padding: 0px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 8px 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: 0px solid #778;
color: #2d2b2b;
background: white url(img/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: none;
color: white;
}

.shadetabs li a.selected{ /*selected main tab style */
position: relative;
top: 1px;
}

.shadetabs li a.selected{ /*selected main tab style */
background-image: url(img/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;
}
}

