body, ul, li, div, p, h1, h2, h3 {
padding:0px;
margin:0px;

}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #0000FF;
}

body {
background-image:url();
background-repeat:no-repeat;
font-family:verdana, arial, helvetica, sans-serif;
}

#mainNav {
	background-color:#A0A0A4;
	width: 140px;
	padding: 10px;
	float:left;
	margin: 0px 0 0 30px;
	-moz-opacity:1.00;
	border:2px; 
}

#mainNav ul {
	margin-bottom: 10px;
}



#content {
	position:relative;
	margin: 30px 50px 20px 200px;
	width:auto;
}
#content p {
	font-size:10px;
	line-height:14px;
	margin-bottom:10px;
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}
#pics {
	width:100px;
	height:100px;
	background-color:#99CC33;
	float:right;
	margin: 10px 0 0 20px;
}
#content h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #008040;
	font-weight: normal;
	margin: 0 0 20px 0;
	border-bottom: 2px solid green;
	padding: 0 0 5px 0;
}
#content h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #99CC33;
	margin: 10px 0 10px 0;
}

.float {
	float:right;
	margin: 0 0 10px 30px;
	clear: right;
	border-bottom: 0px solid #FF8000;
	border-top: 0px solid #FF8000;
	border-right: 0px solid #FF8000;
	border-left: 0px solid #FF8000;
}
#clearingFooter {
width:100%;
height:40px;
clear:both;
}
#footerNav {
	position:relative;
	margin:0px 70px 0 300px;
	text-align:left;
	clear:both;
	width:auto;
	font-size: 9px;
}
#footerNav a {
	color: #008040;
	text-decoration: none;
	border-right: 0px #99CC33;
	padding: 0 0px 0 0px;

}
#footerNav a:hover {
	background-color:#99CC33;
	color: white;
	text-decoration: none;
}
#footerNav a#lastOne {
	border:none;
	}.seo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000099;
	text-decoration: none;
}

.bottomMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#footerNav a#lastOne {
border:none;
}

.sideMenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;

}

.sideMenusmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;

}

	/* text note */
	.textNote {
		margin: 0px;
		padding: 5px;
		border: 1px solid #CC0000;
		background: #efefef;
	}
	
	.textNote img {
		float: left;
		margin-right: 5px;
	}
	
	.textNote h1 {
		margin: 0;
		padding: 0;
		font-size: 130%;
	}
	
	.textNote p {
		margin: 0;
		padding: 0;
		margin-top: 3px;
	}
	
