/*===[ Styles by mrbiotech ]===*/
html * {
	margin: 0px;
	padding: 0px;
	}
body {
	text-align: center;
	background-color: white;
	color: #1f1f1f;
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande","San-serif","Helvetica";
	}
img {
	border: 0px;
	}
p {
	padding: 10px;
	line-height: 120%;
	}
#header1 {
	padding: 5px;
	margin: 0px;
	background-image: url("images/green_header.gif");
	background-repeat: repeat-x;
	min-height: 125px;
	background-color: #c5dd2b;
	color: white;
	}
.container {
	margin: 0px auto;
	text-align: left;
	padding: 0px;
	width: 90%;
	min-width: 600px;
	max-width: 1000px;
	}
#main {
	padding: 5px;
	}
.hotarticle {
	float: left;
	display: inline;
	margin: 10px 2% 10px 2%;
	width: 45.5%;
	text-align: justify;
	background-color: transparent;
	}
.floatleft {
	float: left;
	padding: 10px;
	margin: 10px;
	display: inline;
	border: 1px solid #c1c1c1;
	}
#subcontent {
	clear: both;
	border-top: 1px dotted #555;
	}
.subcol {
	margin: 0 2% 10px 3%;
	padding: 10px 0 0 0;
	float: left;
	width: 28%;
	text-align: justify;
	}
#footer {
	height: 70px;
	background-color: #81911c;
	border-top: 10px solid #c5dd2b;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 0.7em;
	clear: both;
	}

/*===[ Typography ]===*/
body {
	font-family: 'trebuchet ms',arial, 'lucida console', sans-serif;
	font-size: 105%;
	}
#header h2 {
	color: #fff;
	}
h1, h2, h3 {
	font-family:  'century gothic','lucida console',arial;
	color: #d2711a;
	}
h1 {
	font-size: 1.8em;
	color: #1f1f1f;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	}
.subcol p {
	font-size: 0.9em;
	padding-bottom: 0.8em;
	border-bottom: 1px dotted #81911c;
	}
.footer {
	font-size: 10px;
	}
/*===[ Link styles ]===*/
a {
	text-decoration: none;
	}
a:link {
	color: #d2711a;
	}
a:visited {
	color: #8b4b11;
	}
a:hover {
	color: #81911c;
	}
a:active {
	color: #81911c;
	}
#footer a {
	text-decoration: none;
	border-bottom: 1px dotted #bce100;
	}
#footer a:link {
	color: #c5dd2b;
	}
#footer a:visited {
	color: #c5dd2b;
	}
#footer a:hover {
	color: #ffffff;
	border-bottom: 2px solid #55ff55;
	}
#footer a:active {
	color: #ffffff;
	}
