/* CSS Document */
	
body {
	background: #a5bb8d url(/images/background.jpg) repeat-x ;
	line-height: 15px;
	color: #000;
	font-family:Verdana,  Geneva, sans-serif;
	font-size:12px;
}
#wrapper {
	width: 900px;
	margin: 30px auto 0 auto;
}
#header {
	width:900px;
	height:109px;
	background:url(/images/header.PNG) no-repeat;
	margin-bottom:10px;
}
#nav {
	width:900px;
	height:38px;
	background:url(/images/nav.PNG) no-repeat;
	margin-bottom:10px;
}
#top {
	width:900px;
	height:15px;
	background:url(/images/top.PNG) no-repeat;
}
#maincontent {
	width:870px;
	background-color:#fff;
	padding:0 15px;
	min-height:400px;
float:left;
}
#leftcontent {
	float:left;
	width:550px;
}
#rightcontent {
	width:315px;
	float:right;
}
#rightcontent-top {
	width:315px;
	height:20px;
	background:url(/images/rightcontenttop.JPG) no-repeat;
float:left;
}
#rightcontent-middle {
	width:295px;
	min-height:300px;
	background:url(/images/rightcontentmiddle.JPG) repeat-y;
	padding:0 10px;
float:left;
}
#rightcontent-bottom {
	width:315px;
	height:20px;
	background:url(/images/rightcontentbottom.JPG) no-repeat;
float:left;
}
#bottom {
	width:900px;
	height:20px;
	background:url(/images/bottom.PNG) no-repeat;
	margin-bottom:10px;
float:left;
}
#footer {
	background: url(/images/footer.png) no-repeat;
	width: 900px;
	height: 36px;
	color: #c3daa9;
	font-size: 11px;
	padding-top: 8px;
float:left;
}
#footer a:link, #footer a:visited {
	color: #c3daa9;
	text-decoration:underline;
}
#footer a:hover {
	color: #c3daa9;
	text-decoration:none;
}
#footerleft {
	width: 435px;
	float: left;
	padding-left: 15px;
}
#footerright {
	width: 435px;
	float: right;
	padding-right: 15px;
	text-align:right;
}
a:link, a:visited {
	cursor: pointer;
	color: #244512;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color:#244512;
}
h2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:16px;
	color:#244512;
}
h3 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:14px;
	color:#244512;
}
.nav {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	border-left:#99b86a 1px solid;
	padding:0 33px;
	height:38px;
	vertical-align:middle;
                     cursor:pointer;
}
.nav-on {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#fff;
	text-decoration:underline;
	border-left:#99b86a 1px solid;
	padding:0 33px;
	height:38px;
	vertical-align:middle;
                     cursor:pointer;
}
.nav2 {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#fff;
	text-decoration:none;
	padding:0 33px;
	height:38px;
	vertical-align:middle;
}
.nav2-on {
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	color:#fff;
	text-decoration:underline;
	padding:0 33px;
	height:38px;
	vertical-align:middle;
}
a {
                cursor:pointer;
}
