
/*---------------------------------------------------------------------------------------------
	Main Layout
---------------------------------------------------------------------------------------------*/

html{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 10px auto 10px auto;
	padding: 0px;
	text-align: center;
}

#top {
	text-align: left;
	margin: 0px auto;
	padding: 40px 10px 0px 30px;
	width: 745px;
	height: 107px;
	background-image: url(/images/back-head.gif);
	color: #2b7300;
	cursor: pointer;
}

#top2 {
	margin: 0px auto;
	padding: 0px;
	width: 785px;
	height: 30px;
	background-image: url(/images/back-top-nav.gif);
	background-position: bottom center;
}

#topNav {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 7px 0px 0px 20px;
	width: 350px;
}

#topSearch {
	float: right;
	text-align: right;
	margin: 0px;
	padding: 5px 20px 0px 0px;
	width: 350px;
}

#pagebottom {
	margin: 0px auto;
	padding: 20px 0px 0px 0px;
	width: 785px;
	height: 46px;
	background-image: url(/images/back-bottom.gif);
	background-repeat: no-repeat;
}

#container {
	width: 785px;
	text-align: left;
	margin: 0px auto;
	background-color: #ffffff;
	background-image: url(/images/back-container.gif);
}

#content {
	width: 729px;
	margin: 0px;
	padding: 20px 28px 20px 28px;
	line-height: 150%
}

#footer {
	clear: both;
	display: block;
	height: 1px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

ul.clean {
	list-style: none;
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
}

ul.clean li {
	list-style-image: none;
	list-style-type: none;
}

table.clean {
	border-width: 0px 1px 1px 0px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #dddddd;
	border-collapse: collapse;
}

table.clean th {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
	vertical-align: middle;
}

table.clean td {
	border-width: 1px 0px 0px 1px;
	padding: 5px;
	border-style: solid;
	border-color: #dddddd;
	vertical-align: top;
}

.quickSearch{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f373a;
	width: 150px;
}

.quickSearchButton{
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f373a;
}

#npWrapper{
	position: relative;
	width: 729px;
	height: 30px;
}

#npWrapper #prev{
	position: absolute;
	text-align: right;
	margin: 0px;
	padding: 0px 25px 0px 0px;
	width: 325px;
	height: 16px;
	top: 0px;
	right: 0px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/images/back-prev.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#npWrapper #next{
	position: absolute;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 25px;
	width: 325px;
	height: 16px;
	top: 0px;
	left: 0px;
	overflow: hidden;
	white-space: nowrap;
	background-image: url(/images/back-next.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------
	Text Settings
---------------------------------------------------------------------------------------------*/

body{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #2f373a;
	background-color: #ffffff;
}

.bold {
	font-weight: bold;
}

.fineprint {
	font-size: 10px;
	color: #7ebe1c;
}

.copyright {
	font-size: 10px;
	color: #aaaaaa;
}

hr {
	border: 0px;
	color: #f1f5f5;
	background-color: #f1f5f5;
	height: 1px;
}

h1 {
	font-size: 20px;
	color: #070809;
	font-weight: normal;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 20px 0px;
	background-image: url(/images/back-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}

#top h1 {
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	margin: 0px;
	background-image: url();
}

h2 {
	font-size: 14px;
	color: #070809;
	font-weight: bold;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
	background-image: url(/images/back-dots.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}


/*---------------------------------------------------------------------------------------------
	Link Settings
---------------------------------------------------------------------------------------------*/

a {
	color: #ee4e00;
	text-decoration: none;
}

a:hover {
	color: #ee4e00;
	text-decoration: underline;
}

#leftnav a {
	color: #68777d;
	text-decoration: none;
}

#leftnav a:hover {
	color: #68777d;
	text-decoration: underline;
}


