body{
	color:#FFE088;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

.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;
padding: 3px 7px;
margin-right: 3px;
border: 0px solid #ffffff;
color: #FFE088;
background: white url(shade1.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #FFE088;
}

.shadetabs li a:hover{
text-decoration: none;
font: bold 12px Verdana;
color: #000000;
}

.shadetabs li.selected{

top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
background-image: url(shadeactive1.gif);
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 2px solid #B30000;
width: 590px;
margin-bottom: 1em;
text-align:left;



}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #FFE088;
	font-size: .7em;
	SCROLLBAR-ARROW-COLOR: #EDC393; /* scrollbar colors */
	SCROLLBAR-BASE-COLOR: #B22222;
	SCROLLBAR-FACE-COLOR: #B22222;
	SCROLLBAR-HIGHLIGHT-COLOR: #B22222;
	SCROLLBAR-SHADOW-COLOR: #660000;
	SCROLLBAR-3DLIGHT-COLOR: #660000;
	SCROLLBAR-TRACK-COLOR: #E3A869;
	SCROLLBAR-DARKSHADOW-COLOR: #660000;
}


a:link, a:visited {color: #FFFF99;  /* unvisited link, visited link */
	font-size: 1em;
	} 
a:hover {							/* mouse over link */
	color: #FFFFCC;
	text-decoration: underline;
	}
a:active {color: #FFF;				/* selected link */

	}								

table.normal {						/* normal table class */
	border: solid #FF0000 1px;		
	padding: 1px;
	}					
td.normal, td.italic, td.header, td.header2 {				/* normal td and italic td classes */
	border: solid #B30000 1px;
	padding: 2px;
	}
td {font-size: .7em;				/* td style */
	vertical-align: top;
	}
tr.strong, td.header {							/* strong tr class */
	font-weight: bold;
	}
td.italic {							/* italic td class */
	font-style: italic;
	}
td.header{
	background-color: #790000;
	text-align: center;
	}
td.header2{
	background-color: #A30000;
	text-align: center;
	}
	
.content {							/* content margins; DO NOT EDIT */
	margin: 10px 75px 5px 75px;
	}

div.left {
	float: left;
	}
	
/*Courtesy of Chris C.*/
#nav, #nav ul {
	float: left;
	width: 630px; /*width of whole nav bar*/
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
	background-image: url(main_image.jpg); /*Background for main buttons.*/
}

#nav a {
	display: block;
	width: 90px;/*Width of clickable link; should be same as width of text*/
	color: black;
	font-family: Century Gothic, Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 12px;
	line-height: 2;
	text-align: center;
}

#nav li {
	padding: 0;
	width: 90px;/*width of text*/
	float: left;
}

#content {
	clear: left;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	width: 140px; /*width of sub buttons*/
	background-image: url(sub_image.jpg); /*background of sub buttons*/
}

#nav li ul a {
		width: 140px;
		margin: 1px 0 0 1px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -25px 0 0 140px;
}

#nav ul li:hover, #nav ul li.sfhover {
	background-image: url(sub_image_over.jpg);/*roll over image for sub buttons*/
	width: 140px;/*width of sub button*/
}

#nav li:hover, #nav li.sfhover {
	background-image: url(main_image_over.jpg);/*roll over image for main buttons*/
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}.pic {
	float: right;
	padding-top: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
}
.scroll {
	background-attachment: fixed;
	background-repeat: no-repeat;
}

