body {
	background-color: #ecf9ff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 20px;
}

.clear {
	clear: both;
}

#page {
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	background-color: white;
	background-image: url(../images/bodybg.gif);
	text-align: left;
}

#header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 162px;
	position: relative;
}

#upperright {
	position: absolute;
	right: -6px;
	top: -19px;
}

#headertext {
	width: 100px;
	height: 162px;
	overflow: hidden;
	position: absolute;
}

#header h1, #header h3 {
	padding-left: 800px;
}

#header a#home {
	width: 530px;
	height: 75px;
	top: 35px;
	left: 35px;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
}

#header a b {
	display: block;
	left: 600px;
	position: relative;
}

#menu {
	position: absolute;
	bottom: -8px;
}

#menu ul {
	margin-left: 28px;
	padding: 0px;
}

#menu ul li {
	list-style-type: none;
	float: left;
	background-position: left;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 15px;
	margin-right: 5px;
	z-index: 110;
	position: relative;
} 

#menu ul li.selected {
	background-image: url(../images/menutab-left.gif);
}

#menu ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: right;
	padding: 15px 15px 15px 0px;
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #49611a;
	text-align: center;
}

#menu ul li.selected a:hover {
	color: #49611a;
}

#menu ul li a:hover {
	color: #7CA62A;
}

#menu ul li.selected a {
	background-image: url(../images/menutab-right.gif);
}

#submenu {
	background-image: url(../images/submenu_back.gif);
	background-repeat: no-repeat;
	background-position: top;
	font-size: 75%;
	padding-top:2px;
}

#submenu ul {
	margin: 0px 0px 0px 44px;
	padding: 0px;
}

#submenu ul li.selected a {
	color: #49611A;
}

#submenu ul li {
	float: left;
	font-weight: bold;
	list-style-type: none;
	padding-right: 20px;
	z-index: 120;
	position: relative;
}

#submenu ul li a {
	color: #7ca62a;
	text-decoration: none;
	white-space: nowrap;
	line-height: 2.2em;
}

#submenu ul li a:hover {
	color: #49611A;
}

#body {
	clear: both;
	background-image: url(../images/innerbodybg.gif);
	background-repeat: no-repeat;
	padding: 10px 35px 20px 35px;
	position: relative;
	z-index: 100;
}

#footer {
	background-image: url(../images/footerbg.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	font-size: 80%;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	margin-right: 35px;
}

#footer ul li {
	margin: 0px;
	padding: 0px 0px 2px 15px;
	margin-bottom: 7px;
	float: right;
	list-style-type: none;
	margin-left: 10px;
	background-color: white;
	background-image: url(../images/footer-curve-left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

#footer ul li a {
	padding-right: 15px;
	padding-bottom: 2px;
	background-image: url(../images/footer-curve-right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	text-decoration: none;
	color: #637f2c;
}

