* {margin:0; padding:0}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
	line-height: 1.3em;
	background-color:#FFFFFF;
	background-attachment: fixed;
	background-image: url(/images/bodybg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

div#header {
	background-repeat: repeat-y;
	background-position: 0px 0px;
	left: 0px;
	top: 0px;
	width: 100%;
	overflow: hidden;
	background-color: #45A1CB;
	background-image: url(/images/headerbg.jpg);
	position: relative;
}
#header .topnav h1 {
	background-image: url(/images/header-bottom.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	height: 42px;
	width: 365px;
	display: block;
	float: left;
}


#leftnav {
	width: 325px;
	padding-right: 15px;
	font-size: 0.9em;
	line-height: 1.2em;
	float: left;
	clear: left;
	padding-top: 5em;
}
div#leftnav img {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: inset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: inset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}


div#content {
	float: left;
	padding-top: 3em;
	padding-right: 5px;
	width: 400px;
}
div#content h2 {
	font-size: 1.2em;
	line-height: 1.2em;
}

div#content h3 {
	font-size: 1.1em;
	padding-top: 30px;
	clear: both;
	margin-bottom: 1em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
div#content h4 {
	font-weight: bold;
	font-style: normal;
	padding-top: 1em;
	padding-bottom: 0em;
	margin: 0px;
}
div#content h5 {
	font-size: 1em;
	font-style: italic;
	font-weight: normal;
	padding-top: 1em;
	padding-bottom: .5em;
}



div#content p {
	padding-bottom: 1em;
}

div#content ul li {
	list-style-type: square;
	list-style-position: outside;
}

div#content ol {
	padding-top: 1em;
	padding-left: 2em;
}

div#content ol li {
	padding-bottom: 1em;
	list-style-position: outside;
	list-style-type: decimal;
}

div#content ol li ul {
	padding: 0px;
}

div#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;
}

div#content ol li ul li {
	padding: 0px;
	list-style-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
	list-style-type: square;
}
.clearer {
	clear: both;
}


#content a {
	text-decoration: none;
	color: #64BF26;
}

#content a:hover {
	color: #FFFFFF;
	background-color: #64BF26;
}

#content ul.contentnav {
	background-color: #F0F0F0;
	margin-top: 25px;
	margin-bottom: 25px;
	width: 50%;
	float: left;
	font-size: 0.8em;
}

#content ul.contentnav li {
	border-right-width: 1px;
	list-style-type: none;
}
#content ul.contentnav li a {
	text-decoration: none;
}
#content ul.contentnav a:hover {
	color: #FFFFFF;
	background-color: #00FF00;
}
.skiplink {
	text-indent: -9999px;
	display: none;
}

