@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #005B2B url(../images/body-bg.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
}
.formText {
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 200px;
	line-height: 15px;
	border: 1px solid #005327;
}


.container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}

.nav {
	color: #FFFFFF;
	text-align: right;
	margin: 22px 0px 0px;
	padding: 0px 10px 5px 0px;
	width: 740px;
}

.nav a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 10px;
}

.content, .header {
	width: 750px;
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.text {
	width: 525px;
	float:right;
	padding: 0px;
	margin-top: 25px;
	margin-right: 25px;
	margin-bottom: 60px;
	margin-left: 0px;
	line-height: 120%;
}

.menu {
	width: 155px;
	float: left;
	padding: 0px 0px 20px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-size: 14px;
}

.menu ul {
	margin: 0px;
	padding: 0px;
	list-style-position: outside;
	list-style-type: none;
}

.menu ul ul {
	margin: 5 0 0 0px;
	padding: 5px 0px 0px 10px;
	list-style-position: outside;
	list-style-type: none;
}

.menu ul li {
	margin: 0 0 10px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(../images/arrow-right.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

.menu ul li.selected {
	margin: 0 0 10px 0px;
	padding: 0px 0px 0px 12px;
	background-image: url(../images/arrow-down.gif);
	background-position: left 4px;
	background-repeat: no-repeat;
}

.menu ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #000000;
}
.menu ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #005126;
}


.menu ul ul li {
	font-weight: bold;
	margin: 0 0 4px 0px;
	padding: 0px;
	background-image: none;
}

.menu ul ul li a {
	font-weight: bold;
	text-decoration: none;
	color: #666666;
}
.menu ul ul li a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #005327;
}


.clear {
	clear: both;
}
h1 {
	font-size: 16px;
	font-weight: bold;
}
h2 {
	font-size: 12px;
	font-weight: bold;
}
a {
	color: #333333;
	text-decoration: underline;
}
