@charset "UTF-8";
/* CSS Document */
body {
		background-color:#373737;		
}


#main {
	margin-left: 20px;
	margin-right: 60px;
	text-align: left;
}

#main p {
	font-family: Helvetica;
	color: #bfc1bf;
	font-size: 12px;
	line-height:16px;
}


#main a {
	font-family: Helvetica;
	color: #bfc1bf;
	font-size: 12px;
	line-height:16px;
	text-decoration:none;
	}
#main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height:30px;

	color: #FFF;
	font-weight:normal;
}
#main h1 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #FFF;
	font-weight:normal;

}



#main a:hover{
	text-decoration:underline;
}
#main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight:normal;
}

#main h2 a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight:normal;

}

.footer {
	font-family: Helvetica;
	font-size: 13px;
	text-align: left;

}
.footer a {
	color:#0eb918;
	text-decoration:none;
	
}

.footer a:hover {
	text-decoration:underline;
	font-family: Helvetica;
}

#footeralign {
	margin-top:21px;
	margin-left:200px;
	text-align: right;
	font-family: Helvetica;
	font-size: 13px;
}
#footeralign a {
	color:#0eb918;
	text-decoration:none;
	
}

#footeralign a:hover {
	text-decoration:underline;
	font-family: Helvetica;
}


#copyright {
	margin-left:137px;
	font-family: Helvetica;
	font-size: 10px;
	color:#FFF;
	margin-top:2px;
	text-align: right;
}


#featured {
	margin-left: 20px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: left;
}

#featured h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight:normal;

}
#featured a {
	font-family: Helvetica;
	color: #bfc1bf;
	font-size: 20px;
	line-height:16px;
	text-decoration:none;
	}

