@charset "utf-8";
body {
	padding:0;
	margin:0;
	background-image:url(images/main-background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#e5e3e4;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%
}
.centerit {
	width:1044px;
	margin-left:auto;
	margin-right:auto;
}
.leftcol {
	padding-left:60px;
	width: 220px;
	font-size:1.2em;
	line-height:150%;
}
.rightcol {
	padding-left:25px;
	width:685px;
	font-size:1.2em;
	line-height:150%;
}
.footer {
	background-image:url(images/footer-background.gif);
	height:153px;
	text-align:center;		
	font-size:1.2em;;
}
h1 {
	font-size:15px;
	color:#009900;
}
h2 {
	font-size:13px;
	color:#000000;
}
.dots {
	color:#afe3af;
	letter-spacing:3px;
}
.footer a {
	text-decoration:none;
	color:#000000;
}
.footer a:hover, .rightcol a:hover {
	color:#009900;
}
.rightcol a {
	color:#000000;
	text-decoration:underline;
}

