body {

	font-family:  Verdana, Arial, Helvetica, sans-serif;

	font-size: 80%;

	color: #000000;

	line-height: normal;

	padding: 0;

	margin: 0;

	background-color: #FFFFFF;

	background-image: url(sitebg.jpg);

	background-repeat: repeat-y, repeat-x;

}

a:link, a:visited, a:active {

	color: #003366;

	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.6em;

	margin: 0px;

}

h3 {

	font-size: 1.2em;

	margin: 0px;

}

h4 {

	font-size: 1em;

	margin: 0px;

}



form {

	margin: 0;

}

input,

textarea {

  color: #003;

  background-color: #fff;

  border: 1px solid #999;

}



/***********************************

container

************************************/

#container {

	width: 890px;

	border: #5E5E9B 2px solid;

	padding: 0px;

	margin: 0 auto;

	background-color: #FFFFFF;
	

}



/***********************************

masthead

************************************/

#masthead {

	background: url(headers/rotate.php) no-repeat 100% 0;

	padding: 80px 0px 0px 0px;

}

.stripe {

	margin: 0; 

	padding: 0;

	height: 40px;

    opacity: 0.6;

	filter: alpha(opacity=0);

	background-color: #ffffff;

	}

	

.stripe h1 {

	font-size: 2.4em;

	font-weight: bold;

	font-family: Arial, Helvetica, sans-serif;

	text-align: center;

	vertical-align: bottom;

	color: #003;

	margin: 0px;

	font-style: italic;

}





/***********************************

sidebar

************************************/

#sidebar {

	float: left;

	width: 150px;

	vertical-align: top;

	background-color: #FFF;

	margin-top: 43px;

	margin-left: 10px;

	padding: 0px;

}

.menu{

	border: 1px;

	border-style: solid;

	border-bottom: 0px;

	border-color: #CCC;

}



.menu li{

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	border-bottom: 1px solid;

	border-color: #ccc;

}



.menu ul{

	list-style-type: none;

	margin: 0px;

	padding: 0px;

	border-bottom: 1px solid;

	border-color: #ccc;

}



.menu ul ul {

	padding-left: 10px;

	background-color: #FAD8D8;

	border-bottom: 0px;

}

.menu a:link, .menu a:visited, .menu a:active {

	padding: 4px 10px 4px 10px;

	color: #003;

	display: block;

	text-decoration: none;

	font-weight: normal;	

}

.menu a:hover {

	text-decoration: none;

	color: #C00;

	background-color:#ECEBF5;

}

.menu a.menu_current {

	font-weight: bold;

	color: #fff; 	 

	background-color: #EF9493;

}



.tools {

	float: left;

	width: 150px;

	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: 660px;

	padding: 5px;

	background-color: #FFF;

	position: relative;

	vertical-align: top;

	line-height: 1.5em; 

	text-align: left; 

	word-spacing: 1px;	

}

#mainContent a:link, #mainContent a:visited, #mainContent a:active {

	border-bottom: 1px dotted #333; 

}

#mainContent a:hover {

	border-bottom: 1px solid #333;

	background-color:#E1EAEA;

}

#mainContent img {

	float: left;

	margin: 0px 5px 10px 0px;

	border: none;

}

#mainContent h1 {

	border-bottom: #036 1px solid;

}



/***********************************

separator

************************************/



#clear

	{

	clear: both;

	height:0;

	}





/***********************************

footer

************************************/



#footer {

	color: #000000;

	vertical-align: middle;

	text-align: center;

	font-family: Arial, Helvetica, sans-serif;

	font-size: 99%;

}

#footer a:link, #footer a:visited, #footer a:active {

	color: #000000;

	text-decoration: none;

	font-weight: normal;

}

#footer a:hover { 

	border-bottom: 1px dotted #000000; color: #000000; 

	}

