@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
}
html, body {
    height: 100%;
}


body {
	background-image: url(img/bg.gif);
	background-repeat: repeat-y;
	background-position: top center;
	background-color:#e4e4e4;
}

h1{
	
	color:#999;
	font: normal normal 38px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing:-2px;
	line-height:28px;
	text-align:left;

}

.greenbullets {

	
	color:#6ea309;
	font: normal normal 24px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing:-2px;
	line-height:28px;
	text-align:left;}
	
.greybullets {

	
	color:#333333;
	font: normal normal 24px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing:-2px;
	line-height:28px;
	text-align:left;}
	
.greybulletsmalls {

	
	color:#333333;
	font: normal normal 16px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:28px;
	text-align:left;}



h2{
	
color:#6ea309;
	font: normal normal 24px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:28px;
	text-align:left;
		letter-spacing:-2px;


}
h3{
	
	color:#333333;
	font: normal normal 18px  Lucida Sans Unicode, Lucida Grande, sans-serif;
	letter-spacing:1px;
	line-height:20px;
		text-align:left;

}

p {
	
	color:#666666;
	font: normal normal 12px Lucida Sans Unicode, Lucida Grande, sans-serif;
	line-height:20px;
	}
	

.menu A:link {text-decoration: none; color:#333333; font-size:16px;	text-align: center; font-weight:bold;}
.menu A:visited {text-decoration: none; color:#333333; font-size:16px; text-align: center;}
.menu A:active {text-decoration: none; color:#333333; font-size:16px; text-align: center;}
.menu A:hover {text-decoration: none; color: #6ea309; font-size:16px; text-align: center;}


.menuc A:link {text-decoration: none; color:#fff; font-size:16px;	text-align: center;}
.menuc A:visited {text-decoration: none; color:#fff; font-size:16px; text-align: center;}
.menuc A:active {text-decoration: none; color:#fff; font-size:16px; text-align: center;}
.menuc A:hover {text-decoration: none; color: #fff; font-size:16px; text-align: center;}









.footer {
		font: normal normal 10px Lucida Sans Unicode�, �Lucida Grande�, sans-serif;
		margin-top:35px;

	text-align: left;
}	


#container {
	min-height: 100%;
	margin-bottom: -300px;
	position: relative;}
	
	#wrapper { 
 margin: 0px auto;
 width: 889px;
}
