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

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

a:hover {
	text-decoration: underline;
	text-color: #002142;
	font-weight: bold;
}

a {
	color: #006600;
}

hr {
	margin: 15px 0px 15px 0px;
	color: #003366;
	height: 1px;
	width: 100%;
}

form {
	margin: 0;
}
input,
textarea {
  color: #002142;
  background-color: #CCFF66;
  border: 1px solid #002142;
}

/***********************************
container
************************************/
#container {
	width: 772px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
	background-color: #CCFF66;
}

/***********************************
masthead
************************************/
#masthead {
	background: url(pic.jpg) no-repeat 100% 0;
	padding: 195px 0px 0px 0px;
}

.stripe {
	margin: 0 auto; 
	padding: 5px;
	opacity: 0.6;
	background-color: #CCFF66;
	text-align:left;
	}

/***********************************
sidebar
************************************/
#sidebar {
	float: left;
	width: 170px;
	vertical-align: top;
	background-color: #CCFF66;
	margin-top: 15px;
	margin-left: 1em;
	padding: 0px;
}

.menu{
	border: 0px;
	border-style: solid;
	border-color: none;
}

.menu ul, .menu li{
	list-style-type: none;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 0px solid;

}

.menu ul ul {
	padding-left: 15px;
	background-color: #CCFF66;
	border-bottom: 0px;
}

.menu a:link, .menu a:visited, .menu a:active {
	padding: 4px 10px 4px 10px;
	color: #003300;
	display: block;
	text-decoration: none;
	font-weight: normal;
}

.menu a:hover {
	font-weight: bold;
}

.menu_current {
	font-weight: bold;
}

.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 {
	margin-top: 15px;
	float:right;
	width: 520px;
	padding: 10px;
	background-color: #CCFF77;
	position: relative;
	vertical-align: top;
	line-height: 20px; 
	text-align: left; 
	word-spacing: 2px;
	border: none;
}

/***********************************
separator
************************************/

#clear
	{
	clear: both;
	height:0;
	}


/***********************************
footer
************************************/

#footer {
	color: #000000;
	text-align: center;
	font-size: 12px;
	background-color: #CCFF66;
	width: 772px;
	margin: 0 auto;
	padding: 5px;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #002142;
	text-decoration: none;
	font-weight: normal;
}

#footer a:hover { 
	border-bottom: 1px dotted #333; color: #333;
	color: #002142;
}
