@charset "utf-8";
/* CSS Document */

/******************/
/* Main tag styles*/
/******************/

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
	margin: 0;
	padding: 0;
	border: 0;
	}

body {
	font-size: 100.01%;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #e8e8e8;
	line-height:110%;
	}

p { font-size:0.85em; padding-bottom:20px;}
h1 { color:#00a950; font-size:1.75em; padding-bottom:20px; line-height:110%;}
h2 { color:#7ac142; font-size:1.25em;}
h3 {}
h4 {}
h5 {}
h6 {}

a { color:#00a950; text-decoration:none;}
a:hover { color:#00a950; text-decoration:underline;}

ol { margin-left:30px; font-size:0.85em; padding-bottom:10px;}
li { padding-bottom:10px;}

form {font-size:0.70em;}

img { border:0;}

.green { color:#00a950;}
.green-form { color:#ffffff; padding:0px 20px 0px 20px;}

/******************/
/* Main div styles*/
/******************/

#wrapper {
	width:1024px;
	background:url(../Images/bg.gif) repeat-y;
	margin:auto;
	text-align:center;}
	
#header {}

#navigation {
	width:964px;
	margin:auto;
	text-align:left;}

	#navigation ul {}
	#navigation li {}
	#navigation a, #navigation a:hover {}
	#navigation a:hover {}

#container {
	width:930px;
	margin:auto;
	padding:17px;
	background-color:#e3f2d7;
	text-align:left;
	}

#footer {}

	#footer ul {}
	#footer li {}
	#footer a, .footer a:hover {}
	#footer a:hover {}