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: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
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: "" "";
}

#page {
	width: 966px;
	margin: 0 auto;
	margin-top: 20px;
	overflow: hidden;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
#header {
	overflow: hidden;
	background: url(headerbg.jpg) top left no-repeat;
	height: 74px;
}
ul.headnav a {
	color: #287a1e;
}
ul.headnav a:hover {
	color: #00dcad;
}
ul.headnav {
	margin-top: 50px;
	margin-right: 35px;
	float: right;
}
ul.headnav li {
	float: left;
	margin-left: 20px;
}
ul.headnav li.seperator {
	color: white;
}
#bodywrapper {
	overflow: hidden;
	background: url(pagebg.jpg) top left repeat-y;
	padding: 0px 16px 0px 7px;
}
#sidebar {
	width: 150px;
	background: url(sidebarbg.jpg) top left repeat-x;
	float: left;
	min-height: 500px;
	text-align: center;
}
#pagecontent {
	width: 743px;
	padding: 20px;
	float: left;
}
#footer {
	overflow: hidden;
	min-height: 46px;
	background: url(footerbg.jpg) top left no-repeat;
	padding-top: 56px;
}
#footer p {
	float: left;
	color: #666;
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
}
#footer ul {
	float: right;
	margin-right: 20px;
}
#footer ul li {
	float: left;
	margin-left: 20px;
}
#footer ul li a {
	color: #006600;
}
#logo {
	margin-bottom: 20px;
}
ul.sidenav {
	width: 120px;
	margin: 0 auto;
	margin-bottom: 20px;
}
ul.sidenav li {
	margin-bottom: 10px;
}
ul.sidenav li a {
	display:block;
	padding: 5px;
	background: #cccc96;
	border: 2px solid #a5a58d;
	color: #006600;
	font-weight: bold;
	text-transform: uppercase;
}
ul.sidenav li a:hover {
	color: #00dcad;
}

ul.sidenavsubnav li {
	margin-bottom: 10px;
}
ul.sidenavsubnav li a{
	color: #006600;
}
ul.sidenavsubnav li a.active {
	color: #000;
}
img.article-right {
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
}
h1 {
	font-size: 24px;
	font-weight: bold;
	line-height: 140%;
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
	line-height: 160%;
	font-size: 12px;
}

#pagecontent a {
	color: #006600;
}
#pagecontent ul {
	margin-left: 40px;
	margin-bottom: 20px;
	list-style-type: disc !important;
}
#pagecontent ul li {
	margin-bottom: 10px;
}
div.sidebarbox {
	float: right;
	margin: 40px;
}
#pagecontent ul.subnav {
	padding-top: 40px;
	width: 600px;
	margin-left: 0px;
	list-style-type: none !important;
	font-weight: bold;
}
#pagecontent ul.subnav li p a {
	margin-left: 10px;
}
#pagecontent ul.subnav li p{
	font-size: 14px !important;
}
