@charset "utf-8";
/* CSS Document */

body {
	background: url(../images/header_nav.gif) repeat-x;
	border: 0;
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	padding: 21px;
	margin: auto;
	width: 913px;
	background-image: url(/img/bg-blend-border.jpg);
	background-position: right bottom;
	text-align: center;
}

#innerwrapper {
	margin: auto;
	width: 913px;
	background-image: url(/img/main-bg.jpg);
	background-position: right;
	background-repeat: repeat-y;
}


#header {
	border: 0;
	height: 114px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 26px;
	color: #0A4C2E;
}
#wrapper #contentwrapper #contentleft h2 {
	color: #4D9E75;
}

#navigation {
	border-bottom:5px solid #369B45;
	background: #004b32 url(/img/nav-bg.jpg) repeat-y left;
	height: 20px;
	padding-top: 5px;
	padding-left: 10px;
	vertical-align:middle;
	margin: 0px;
	padding-bottom: 5px;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}
#navigation a {
	padding-right: 17px;
}


#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
	font-size: 13px;
}

#navigation a:hover {
	text-decoration: underline;
}

#footer {
	border-top: white;
	padding:5px 5px 10px;
	vertical-align:middle;
	border-right: white;
	border-bottom: white;
	border-left: white;
	text-align: center;
}

#contentwrapper {
	background:url(../images/watermark.jpg) no-repeat;
	min-height:400px;
}

#contentleft {
	width:800px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

#contentright {
	padding:5px;
	margin-left:470px;
}

.titletext {
	font-size:18px;
	font-weight:bold;
}

ul {
	margin-left:30px;
}

li {
	font-weight: bold;
	line-height: 22px;
	list-style-position: outside;
	list-style-type: circle;
}
