body {
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #036;
	line-height: normal;
	padding: 0;
	margin: 0;
	background-color: #FFFFFF;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
}
a:link, a:visited, a:active {
	color: #3A853A;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #CC0000;
	text-decoration: none;
	font-weight: bold;
}
hr {
	margin: 15px 0px 15px 0px;
	color: #3A853A;
	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: 772px;
	border: #ccc 1px solid;
	padding: 0px;
	margin: 0 auto;
	background-color: #FFFFFF;
	}

/***********************************
masthead
************************************/
#masthead {
	background: url(headers/rotate.php) no-repeat 100% 0;
	padding: 156px 0px 0px 0px;
}
.stripe {
	margin: 0; 
	padding: 0;
	height: 40px;
	background: url(bg2.jpg) no-repeat 100% 0;
	}
	
.stripe h1 {
	font-size: 1.0em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	vertical-align: bottom;
	color: #FFE661;
	margin: 0px;
	font-style: italic;
}

/***********************************
main content
************************************/
#mainContent {
	float:right;
	width: 720px;
	padding: 20px;
	background-color: #FFF;
	position: relative;
	vertical-align: top;
	line-height: 1.5em; 
	text-align: left; 
	word-spacing: 1px;
	color: #003;	
}
#mainContent a:link, #mainContent a:visited, #mainContent a:active {
	border-bottom: 1px dotted #333; 
}
#mainContent a:hover {
	border-bottom: 1px solid #333;
	background-color: #F5F5F5;
}
#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: #e6e6e6;
	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: #e6e6e6;
	text-decoration: none;
	font-weight: normal;
}
#footer a:hover { 
	border-bottom: 1px dotted #FFE661; color: #FFE661; 
	}
