* {margin:0; padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;
	background-color:#fff;
	background-attachment: fixed;
	background-image: url(/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#header {
	left: 0px;
	top: 0px;
	width: 100%;
	position: relative;
	margin-bottom: 2em;
	overflow: hidden;
}

div#header div.topnav {
	display: block;
	width: 100%;
}
#header .topnav ul {
	display: none;
}
#leftside {
	display: none;
}
#nav {
	display: none;
}
	

#content {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	float: left;
	width: auto;
	font-size: 0.9em;
}
#content h2 {
	font-size: 1.7em;
	line-height: 1.2em;
	padding-bottom: 0.5em;
}
#content h1 {
	font-size: 1.8em;
	line-height: normal;
	margin-bottom: 0.5em;
}
#content .whatsnewbox {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #91C86C;
	border-right-color: #91C86C;
	border-bottom-color: #91C86C;
	border-left-color: #91C86C;
	clear: both;
	margin-bottom: 25px;
	margin-top: 25px;
}
#content .whatsnewbox p {
	padding-left: .25em;
}
#content .whatsnewbox h2 {
}






#content h3 {
	font-size: 1.4em;
	padding-top: 30px;
	clear: both;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#content .whatsnewbox h1 {
	font-size: 1em;
	color: #FFFFFF;
	background-color: #598E35;
	padding: .25em;
	background-attachment: fixed;
	background-image: url(/images/leftnav-li-bg.png);
	background-repeat: repeat-y;
	background-position: left;
}

#content h4 {
	font-weight: bold;
	font-style: normal;
	padding-top: 1em;
	padding-bottom: 0em;
	margin: 0px;
}
#content h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: .5em;
}



#content p {
	padding-bottom: 1em;
}

#content ul {
	padding-left: 2em;
	padding-bottom: 1em;
}

#content ul li {
	list-style-type: square;
	list-style-position: outside;
}

#content ol {
	padding-top: 1em;
	padding-left: 2em;
}

#content ol li {
	padding-bottom: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}

#content ol li ul {
	padding: 0px;
}

#content ol li ul li.blank {
	list-style-type: none;
	padding: 0px;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	font-size: .9em;
	font-style: italic;
}

#content ol li ul li {
	padding: 0px;
	list-style-image: url(/images/li-arrow.png);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2em;
	list-style-type: none;
	font-style: italic;
	list-style-position: outside;
}

#content ul.contentnav {
	display: none;
}



#footer {
	clear: both;
	text-align: center;
	position: relative;
	width: 100%;
	margin-top: 25px;
	padding-top: 15em;
	padding-bottom: 15px;
	font-size: 0.8em;
}


#content .whatsnewbox h2 {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	margin-top: 1em;
	margin-left: .25em;
}
#content .whatsnewbox p.pub {
	margin-left: .5em;
}
.skiplink {
	text-indent: -9999px;
	display: none;
}
#header .topnav h1 {
	background-image: url(/images/header-bottom.png);
	background-repeat: no-repeat;
	background-color: #fff;
	color: #000000;
	height: 2em;
	margin-top: .5em;
}
a:link, a:visited {
	color: #090;
	background-color: #fff;
	font-weight: bold;
	text-decoration: underline;
	}
