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: 100%;
	font-family: Trebuche ms, arial, verdana;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #333333;
	background:#0e4d0d url('../img/bg.gif') repeat-x;
	margin:30px 0 0 20px
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
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: "" "";
}

.wrap {
	width:770px;
	margin:0 auto;
	background:#fff;
	padding:20px 0 20px 20px
}

.header {
	height:115px;
}

ul.nav {
	background:#0f520e;
	height:32px;
	width:750px;
}

.nav li {
	float:left;
	margin:0;
}


.nav li a {
	color:#fff;
	font-family:Trebuche ms, arial, verdana;
	font-size:0.75em;
	text-decoration:none;
	display:block;
	background:#0f520e;
	border-right:1px solid #fff;
	padding:10px 20px 10px 20px ;
}

.nav li a:hover {
	background:#4c8e4b;
	text-decoration:none;
	display:block;
}

.nav li a.active{
	background:#4c8e4b;
	text-decoration:none;
	display:block;
}

.maincontent {
	width:480px;
	margin:30px 0 0 0;
}

.sidebarwrap {
	width:250px;
	float:right;
	margin:30px 20px 0 0;
}

.sidebar {
	width:250px;
	background:#e6e5e5;
	padding:0 0 10px;
	margin:0 0 20px 0;
}

.footerlinks {
	margin:30px 0 20px 0;
	padding:20px 0 0 0;
	width:750x;
	clear:both
}

.footer {
	background:url('../img/footer.gif') repeat-x;
	height:80px;
	width:790px;
	margin:1px auto;
}

h1 {
	font-family:Trebuche ms, arial, verdana;
	font-size:1.8em;
	margin: 0 0 20px 0;
}

h2 {
	font-size:1.4em;
	margin: 0 0 10px 0;
}

h3 {
	font-size:0.8em;
	margin: 0 0 10px 0;
	font-weight:bold;
}


.sidebar h2 {
	font-family:Trebuche ms, arial, verdana;
	font-size:0.9em;
	margin: 0 0 10px 0;
	font-weight:bold;
	width:230px;
	background:#4c8e4b;
	padding:10px;
	color:#fff;
	
}

p {
	font-family:Trebuche ms, arial, verdana;
	font-size:0.75em;
	line-height:1.3em;
	margin: 0 0 10px 0;
}

a {
	color:#000;
}

.sidebar p {
	margin:0 10px 10px 10px;
}




