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;
	background: #9ea03c;
	font: Georgia, "Times New Roman", Times, serif;
	color: #4e4e4e;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

#outerWrapper { width: 800px; margin: 0 auto; background: #4e4e4e; }
#wrapper { width: 760px; margin: 0 auto; }
#contentWrapper { background:  url(../images/contentbg.jpg) #fff no-repeat; overflow: hidden; float: left; padding-top: 45px; }
#header { height: 73px; overflow: hidden; position: relative; }
#content { float: left; width: 460px; padding-right: 34px; }
.left { float: left; }
.right { float: right; }
#nav { width: 222px; float: left; padding: 0 10px 0 34px; }
#footer { color: #999; height: 60px; font-size: 14px; }
#nav li { color: #999; font-size: 14px; padding: 2px 0; line-height: 18px; }
#nav .parentMenu li { font-size: 30px; color: #4e4e4e; padding: 0; height: 34px; line-height: 34px; }
h1 { font-size: 24px; margin-top: 35px; line-height: 30px; }
.sub h1 { margin-top: 0; }
#nav a { text-decoration: none; color: #999; }
#nav a:hover { text-decoration: underline; }
.parentMenu a { padding-left: 16px; } 
#nav .parentMenu a { color: #4e4e4e; }
#nav .parentMenu a:hover { text-decoration: none; }
h1 span, h2, #nav h2, .parentMenu a:hover, #nav a.selected, #content a { color: #9ea03c; }
h2 { border-bottom: 1px solid #9ea03c; padding-bottom: 2px; margin-top: 35px; }
#nav h2 {  margin-top: 45px; border: none; padding-bottom: 0; }
h3 { font-size: 24px; }
h4 { margin-top: 10px; }
.parentMenu li, h2, #nav h2 { text-transform: lowercase; }
.article { padding-top: 25px; }
.article img { float: left; padding-right: 10px; }
p { padding: 10px 0; line-height: 18px; }
.article p { margin-left: 116px; }
#footer p { padding: 3px 5px; }
#footer a { color: #999; text-decoration: none; }
.clear { clear: both; }
.parentMenu { margin-left: -16px; }
#nav a.selected { border-left: 6px solid #9ea03c; padding-left: 10px; }
.parentMenu li canvas { margin-top: -2px;  }
#content ul { list-style: disc; margin-left: 30px; }
#content li { padding: 5px 0; line-height: 18px; }
blockquote { font-style: italic; color: #999; }
blockquote p { padding: 5px 0; }
blockquote p strong { font-style: normal; }
