/*------------------------------------ General Page -----------------------------------------------*/

body {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #b1d139;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #95b02f;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-size: 1.5em;
	color: #95b02f;
}
h6 {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {margin: 0 0 1.2em 0;}
p {margin: 0 0 1em 0;}
p.nomargin {
	margin: 0;
}
blockquote {
	margin: 0 0 0 25px;
}
.subtext {
	font-size: .8em;
}


/*------------------------------------ Body -----------------------------------------------*/

#body {
	color: #FFFFFF;
}

/*------------------------------------ Navigation -----------------------------------------------*/

/*------------------------------------ Footer -----------------------------------------------*/

#footer-left, #footer-right {
	font-size: 10px;
	color: #999999;
}
#footer-left a:link, #footer-right a:link {
	color: #999999;
	text-decoration:none;
	font-weight: 100;
}
#footer-left a:visited, #footer-right a:visited {
	color: #999999;
	text-decoration:none;
	font-weight: 100;
}
#footer-left a:hover, #footer-right a:hover {
	color: #b1d139;
	text-decoration:none;
	font-weight: 100;
}
#footer-left a:active, #footer-right a:active {
	color: #FF9900;
	text-decoration:none;
	font-weight: 100;
}
