A:link {
	color: #66CCCC;
}
A:visited {color: #009193;}
A:active {color: #009193;}
A:hover {color: #009193;}

body {
	background-color: #4F2F09;
	background-image: url(images/bgImage.jpg);
	background-repeat: repeat-x;
	color: #ECDD99;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	font-variant: normal;
	font-style: normal;
	scrollbar-arrow-color: #603819;
	scrollbar-base-color: #603819;
	scrollbar-face-color: #603819;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #FFFFFF;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-track-color: #FFFFFF;
	padding:0px;
}


.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: 1px solid #332200;
color: #009193;
background: #332200 url(images/shade.gif) top left repeat-x;
}

.shadetabs li a:visited{
color: #009193;
}

.shadetabs li a:hover{
text-decoration: none;
color: #009193;
}

.shadetabs li.selected{
position: relative;
color: #009193;
top: 1px;
}

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

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

.contentstyle{
background-color: #332200;
border: 1px solid #332200;
padding: 10px;
width: 850px;
}

.sectionHeader {
	font-weight: bold;
	font-size: 14px;
	line-height: 12px;
}

.itemTitle {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

hr {
color: #5A3D1B;
background-color: #5A3D1B;
height: 2px;
width: 100%;
}
