body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #330000;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #FFCC00;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}

a:link, a:visited, a:active {
	color: #660000;
	text-decoration: none;
	font-weight: bold;
}

a:hover {

	color: #CC0000;

	text-decoration: none;

	font-weight: bold;

}

hr {

	margin: 15px 0px 15px 0px;

	color: #000000;

	height: 1px;

	width: 100%;

}

h1 {

	font-size: 1.4em;

	margin: 0px;

	font-style: italic;

}

h2 {

	font-size: 1.4em;

	margin: 0px;

}

h3 {

	font-size: 1.0em;

	margin: 0px;

}

h4 {

	font-size: 1em;

	margin: 0px;

}



form {

	margin: 0;

}

input,

textarea {

	color: #000000;

	background-color: #fff;

	border: 1px solid #999;

}



/***********************************

container

************************************/

#container {
	width: 972px;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFF99;
}



/***********************************

masthead

************************************/

#masthead {

	background: url(headers/rotate.php) no-repeat 100% 0;

	padding: 156px 0px 0px 0px;

}

.stripe {

	margin: 0; 

	padding: 0;

	height: 40px;

    opacity: 0.6;

	filter: alpha(opacity=50);

	background-color: #FFE898;

	}

	

.stripe h1 {

	font-size: 2em;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	vertical-align: bottom;

	color: #FF6600;

	margin: 0px;

	font-style: italic;

}





/***********************************

sidebar

************************************/

#sidebar {
	float: left;
	width: 170px;
	vertical-align: top;
	background-color: #FFFF99;
	margin-top: 30px;
	margin-left: 15px;
	padding: 0px;
}

.menu{
	font-size: 14px;
	
}



.menu li{

	list-style-type: none;

	margin: 0px;

	padding: 0px;


}



.menu ul{

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	

}



.menu ul ul {

	padding-left: 10px;

	background-color: #FFE898;

	

}

.menu a:link, .menu a:visited, .menu a:active {

	padding: 4px 10px 4px 10px;

	color: #660000;

	display: block;

	text-decoration: none;

	font-weight: normal;

}

.menu a:hover {
	text-decoration: none;
	color: #660000;
	background-color:#FFFF99;
	font-weight: bold;
}

.menu a.menu_current {
	font-weight: bold;
	color: #660000;
	background-color: #FFFF99;
}



.tools {

	float: left;

	width: 170px;

	color: #666;

	text-align: center;	

	background-color: #FFF;

	font-size: 70%;

	padding: 0px;

}

.tools input {

	width: 80%;

	font-size: 80%;

}

.tools a:link, .tools a:visited, .tools a:active {

	color: #999;

	text-decoration: none;

}

.tools a:hover {

	color: #FFF;

	text-decoration: none;

}



/***********************************

main content

************************************/

#mainContent {
	float:right;
	width: 733px;
	padding: 20px;
	position: relative;
	vertical-align: top;
	line-height: 1.5em;
	text-align: left;
	word-spacing: 1px;
	background-color: #FFFFFF;
	font-style: italic;
}

#mainContent a:link, #mainContent a:visited, #mainContent a:active {

	border-bottom: 1px dotted #333; 

}

#mainContent a:hover {

	border-bottom: 1px solid #333;

	background-color:#FFFFFF;

}

#mainContent img {

	float: left;

	margin: 0px 20px 20px 0px;

	border: none;

}

#mainContent h1 {

	border-bottom: #036 1px solid;

}



	



/***********************************

separator

************************************/



#clear

	{

	clear: both;

	height:0;

	}





/***********************************

footer

************************************/



#footer {
	color: #999;
	vertical-align: middle;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 99%;
	background-color: #FECD06;
}

#footer a:link, #footer a:visited, #footer a:active {

	color: #999;

	text-decoration: none;

	font-weight: normal;

}

#footer a:hover { 

	border-bottom: 1px dotted #333; color: #333; 

	}

.invis{

	position:absolute;

	left:-2999px;

	width:999px;

	background-color: #FFFFFF;

	top: 144px;

	}





