@charset "utf-8";
/* CSS Document */

/*-----General Stuff-----*/

body {
	font-family:garamond,georgia;
	font-size:8pt;
	color:#000000;
	text-align:justify;
	letter-spacing:1px;
	vertical-align:top;
	line-height:15px;
	margin: 0px;
	padding: 0px;
	background-color: #e4e4e4;
}

* {
	scrollbar-arrow-color: #000000;
	scrollbar-track-color: #e4e4e4;
	scrollbar-face-color: #e4e4e4;
	scrollbar-highlight-color: #e4e4e4;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-shadow-color: #e4e4e4;
	}

h1 {
	border-bottom:1px dotted #000000;
	padding-bottom:3px;
	font-size:15pt;
	color:#000000;
	}
	
h2 {
	border-bottom:none;
	font-size:14pt;
	color:#000000;
	text-align: center;	
	}
	
ul
{list-style-type:circle;
}
	
a:link,a:visited,a:active
{
	text-decoration:none;
	background:none;
	color:#009900;
}

a:hover 
{text-decoration:underline;
background:none;
color:#000000;}
	
/*-----Div Layers-----*/

#container {
	width: 800px;
	}

#sidebar {
	width: 205px;
	background-image: url(images/sidebar.jpg);
	background-repeat: repeat-y;
	}
	
#content {
	width: 800px;
	background: url('images/header.jpg') no-repeat;
	}

#main {
	padding: 285px 40px 0px 205px;
	}

#footer {
	background: url('images/footer.gif') no-repeat;
	padding-top: 85px;
	width: 800px;
	clear: both;
	}


/*-----Form Elements-----*/

.button {
	width: 50px;
	color: #999999;
	background: #000000;
	border: 1px solid #999999;

}

.button:hover {
	color: #aaaaaa;
	border: 1px solid #aaaaaa;

}

input {
	width: 150px;
	color: #999999;
	background: #000000;
	border: 1px solid #999999;
}

input:hover {
	border: 1px solid #aaaaaa;
}

select {
	width: 150px;
	color: #999999;
	background: #000000;
	border: 1px solid #999999;
}

select:hover {
	border: 1px solid #aaaaaa;
}

textarea {
	font: normal 12px Arial, Verdana, sans-serif;
	width: 150px;
	color: #999999;
	background: #000000;
	border: 1px solid #999999;
}

textarea:hover {
	border: 1px solid #aaaaaa;
}


.shadetabs{
font-size:14pt;
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
list-style-type: none;
text-align: center; /*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;
color: #2d2b2b;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;
}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.contentstyle{
border: 1px solid gray;
width: 500px;
margin-bottom: 1em; padding: 10px;
}



.gradualshine
{filter:alpha(opacity=50);
-moz-opacity:0.50;}