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,
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-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: #213435;
	font-family: Helvetica, Calibri, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
hr.c {
	display: block; 
	clear: left; 
	margin: -0.66em 0;
  	visibility: hidden;
}

a:link,a:visited {
	color: #004C2E;
}
a:hover {
	color: #007244;
}

li, p {
	line-height: 1.4em;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Georgia, Constantia, serif;	
}

#header {
	background: #46685B url(img/topbg.gif) repeat-x bottom;
	padding: 10px;
}
#header h1 {
	font-size: 3em;
	margin-bottom: 0em;
	color: #F6FFE6;
	text-align: center;
}
#header h2 {
	font-size: 1em;
	font-family: Helvetica, Calibri, Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #E5FFB7;
	margin-top: .5em;
	text-align: center;
}
#header h3 {
	color: #96BDAD;
	text-align: center;
	margin-top: .5em;
}

#navigation {
	background-color: #648A64;
	height: 25px;
	padding-top: 10px;
	padding-left: 10px;
	border-top: 1px solid #78A578;
}
#navigation a {
	display: block;
	float: left;
	line-height: 25px;
	padding: 0 7px;
	margin-right: 10px;
	color: #444;
	background-color: #99A779;
	font-weight: bold;
	font-size: .9em;
	text-decoration: none;
}
#navigation a.active {
	color: #333;
	background-color: #DEE0A9;
}
#navigation a.active:hover {
	background-color: #DEE0A9;
}
#navigation a:hover {
	text-decoration: none;
	background-color: #B8BF8C;
}

#container {
	width: 700px;
	margin: 20px auto;
	border-top: 1px solid #96BDAD;
	border-left: 1px solid #96BDAD;
	border-right: 1px solid #182420;
	border-bottom: 1px solid #182420;
}

#bottom {
	clear: both;
}

#content {
	background: #E1E3AC;
	padding: 25px 15px 15px 15px;
	font-size: .8em;
}
#content ul {
	margin: 1em 0;
}
#content ul ul {
	margin: 0 5%;
}
#content li {
	margin: .5em 0 .5em 1.5em;
	list-style-type: disc;
}
#content ul ul li {
	list-style-type: circle;
}
#content p {
	margin: 1.5em 0;
	text-align: justify;
}
#content h3 {
	font-size: 1.5em;
	margin: 0 0 -.5em 0;
	color: #324A41;
}

#sidebar {
	width: 150px;
	padding: 10px;
	float: right;
	font-size: .8em;
	color: #293414;
	margin: 10px;
	background: #A6B985;
	border: 1px solid #8FA073;
}
#sidebar h3 {
	font-size: 1.4em;
	margin: 0 0 -.4em 0;
	font-weight: bold;
	font-style: italic;
	color: #324A41;
}
#sidebar p {
	margin: 1.5em 0;
	line-height: 1.6em;
}

#copyright {
	text-align: center;
	font-size: .9em;
}