﻿/* ------------------------------------------------- Browser Reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}
/* ------------------------------------------------- Default Styles */
.clear { clear:both; }
.clearer { clear: both; display: block; margin: 0; padding: 0; height: 0; line-height: 1px; font-size: 1px; }
img.left { float: left; margin: 2px 20px 16px 0; }
img.right { float: right; margin: 2px 0 16px 20px; }
img.across { margin: 2px 0 16px 0; }
body { font: 0.8125em Arial, Helvetica, sans-serif; line-height: 1; color:#919191; }
/* ------------------------------------------------- Typography */
a { text-decoration: none; }
a img { border: none; }
a:link, a:visited { color: #58A818; }
html body a:hover { color: #fff; }
strong, b { font-weight:bold; }
em, i { font-style:italic; }
h1, h2, h3, h4, h5,  
h1 a:link, h1 a:visited,
h2 a:link, h2 a:visited,
h3 a:link, h3 a:visited,
h4 a:link, h4 a:visited,
h5 a:link, h5 a:visited
{
	font-family: 'Century Gothic', sans-serif; 
	padding: 0; 
	margin:0;
	color: #fff; 
	line-height: 1.4;
	border-bottom: 0px;
	
}
h1 { font-size: 1.5em; font-weight: normal;  margin: 0; padding:0;   }
h2 { font-size: 1.4em; font-weight: normal; margin: 0; padding:0;  }
h3 { font-size: 1.3em; font-weight: normal; margin: 0; padding:0;margin-bottom: 0.3em; }
h4 { font-size: 1.2em; font-weight: bold; margin: 0; padding:0;  }
h5 { font-size: 0.9em; font-weight: bold; margin: 0; padding:0; }

blockquote, pre { padding: 0.25em 40px; }
blockquote { font: italic 1em Georgia, Times, serif; margin: 0.25em 0; }
pre, code { font: 1em Courier, monospace; }
pre { line-height: 1.5em; }
pre strong { font-size: 1em; font-weight: bold; }
p { line-height: 1.5em; margin: 0; font-size: 1em; padding: 0 0 0.8em 0;  }

#main-col ul 
{
	list-style:disc;
	padding-left:30px;
}
#main-col ul li 
{
	margin:0 0 1em 0;
	line-height:1.5em;
}
#main-col ol 
{
	list-style:decimal;
	padding-left:30px;
}
#main-col ol li 
{
	margin:0 0 1em 0;
	line-height:1.5em;
}