html {min-height:100%; margin-bottom:1px;}

body {
	margin:0; 
	padding:0; 
	background:#fff; 
	font-family: Arial, sans-serif; 
	font-size:100%;
	line-height: 110%; 
	color: #333;
}

p {
	font-size: 0.75em;
	margin:0 0 15px 0;
}

a {
	color: #009445;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
	background-color:#ed008c;
}

.a2 {

	color: #ffffff;
	text-decoration: none;
	background-color:#009445;
}

.a2:hover {
	color: #fff;
	text-decoration: none;
	background-color:#ed008c;
}	

h1 {

	font-family: Rockwell, Georgia, Arial;
	font-size: 1.4em;
	margin: 0 0 10px 0;
	height:25px;
	color: #009445;
}

h2 {
	font-family:Arial, sans-serif;
	font-size: 0.8em;
	color: #009445;
	margin:0 0 10px 0;
}

img {
	border: 1px solid #898989;
	float: left;
	margin: 0 10px 15px 0;
}

#wrapper {
	background-color:#fff;
	margin:15px auto; 
	padding:0; 
	width:970px;
	height:100%; 
	min-height:657px;
	height:auto !important; height:657px;
	border-bottom: 1px solid #898989;
}

#banner {
	background-color:#fff;
	width:930px;
	height:140px;
	float: left;
	margin: 0 0 0 20px;
	border-bottom: 1px solid #898989;
}

#logo {
	background-color:#fff;
	width:165px;
	height:130px;
	float: left;
	margin: 10px 0 0 0;
}

#logo img {
	border:none;
	width:165px;
}

#logo2 {
	width:235px;
	height:130px;
	margin: 10px 0 0 20px;
	float: left;
}

#logo2 img {
	border:none;
	width:235px;
}

#content1 {
	width: 235px;
	height:100%; 
	min-height:400px;
	height:auto !important; height:400px;
	margin: 30px 0 30px 20px;
	float: left;
}

#content2 {
	width: 235px;
	height:100%; 
	min-height:400px;
	height:auto !important; height:400px;
	margin: 65px 0 30px 20px;
	float: left;
}

#content2 ul {
	margin-left:10px;
	padding-left:10px;
}

#content2 li {
	font-size: 0.75em;
}

#content3 {
	width: 490px;
	height:100%; 
	min-height:400px;
	height:auto !important; height:400px;
	margin: 30px 0 30px 20px;
	float: left;
}

#menu {
	width: 165px;
	height: 230px;
	margin: 65px 0 0 20px;
	float: left;
}

#menu ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	display:block;
}

#menu ul li {
	width: 160px;
	height: 25px;
	border-bottom: 1px solid #898989;
	margin:0 0 5px 0;
	display:block;
	text-align: left;
	font-family: Rockwell, Georgia, Arial;
	font-size: 1em;
	color: #009445;
	float: left;
}

#menu ul li a {
	color:#898989;
}

#menu ul li a:hover {
	color: #009445;
	text-decoration: none;
	background-color:#fff;
}

#menu ul li .a3 {
	color:#ed008c;
}

#menu ul li .a3:hover {
	color: #009445;
	text-decoration: none;
	background-color:#fff;
}

#menu2 {
	width: 235px;
	
	margin: 65px 0 0 20px;
	float: left;
}

#menu2 ul {
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
	display:block;
}

#menu2 ul li {
	width: 235px;
	height: 25px;
	border-bottom: 1px solid #898989;
	margin:0 0 5px 0;
	display:block;
	text-align: left;
	font-family: Rockwell, Georgia, Arial;
	font-size: 1em;
	color: #009445;
	float: left;
}

#menu2 ul li a {
	color:#898989;
}

#menu2 ul li a:hover {
	color: #009445;
	text-decoration: none;
	background-color:#fff;
}

#footer {
	font-family:Arial, sans-serif; 
	font-size: 0.75em;
	text-align: center;
	color: #888;
	float: center;
}

#footer a {
	color: #888;
	background-color:#fff;
}

#footer a:hover {
	text-decoration:underline;
}

.none {
	margin: 0;
	float:none;
}

.horizontal {
	border-bottom: 1px solid #898989;
	margin: 0 0 20px;
}

.clearit {
	clear:both;
}

.color {
	background-color:#ffcc00;
}





