* {
	margin: 0;
	padding: 0;
}

a img {
	border: none;
}

body {
	background-color: #ffffff;
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	font-size: 85%;
	line-height: 1.6em;
	color: #242424;
}

a {
	text-decoration: none;
	color: #00518b;
}

a:hover {
	text-decoration: underline;
	color: #00253f;
}

a.bullet {
	padding-left: 18px;
	background: transparent url('../images/bullet-fff.gif') no-repeat left center;
}

a.keyword {
	color: #00253f;
}

.wrapper {
	margin: 0 auto;
	width: 870px;
}

#menu {
	background: #1d310c url('../images/bg_menu.jpg') scroll no-repeat top center;
	height: 45px;
	width: 100%;
}

#menu ul {
	margin: 0 auto;
	width: 870px;
	list-style: none outside none;
	padding-left: 10px;
}

#menu li {
	float: left;
	margin: 0;
	padding-right: 30px;
}

#menu a {
	float: left;
	display: block;
	color: #ffffff;
	font-weight: bold;
	line-height: 45px;
	text-decoration: none;
	text-shadow: 1px 1px 0 #666666;
}

/* Commented Backslash Hack
hides rule from IE5-Mac \*/
#menu a { float: none; }
/* End IE5-Mac hack */

#menu a:hover {
	color: #c4ea9c;
}

#header {
	background: #346a0c url('../images/bg_site.jpg') scroll no-repeat top center;
}

#header .container {
	margin: 0 auto;
	width: 870px;
	padding-top: 15px;
	height: 110px;
}

#header h1 {
	width: 529px;
	height: 65px;
	background: transparent url('../images/logo.png') no-repeat left center;
}

#header h2 {
	width: 596px;
	height: 35px;
	background: transparent url('../images/subtitle.png') no-repeat left top;
}

#header h1 a {
	height: 65px;
	outline: medium none;
}

#header h1 a,
#header h2 span {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
}

#content {
	background: #ffffff url('../images/bg_body.jpg') no-repeat left top;
	position: relative;
	display: block;
	width: 870px;
}

#content .right {
	float: right;
	width: 620px;
	text-align: justify;
	padding: 5px 5px 0 0;
}

#content .right h2 {
	font: bold 1.75em/24px Arial, Helvetica, sans-serif;
	padding: 15px 0 7px 0;
}

#content .right h2 a {
	text-decoration: none;
	color: #10304C;
}

#content .right h2 a:hover {
}

#content .right table, .right p, .right ul {
	margin-top: 10px;
}

#content .right h3 {
	font: bold 1.5em/24px Arial, Helvetica, sans-serif;
	color: #C30062;
	margin: 15px 0 3px;
	letter-spacing: 1px;
}

#content .right h3 a,
#content .right h3 a:hover {
	text-decoration: none;
	color: #C30062;
}

#content .left {
	float: left;
	width: 210px;
	padding: 10px 20px 0 0;
}

.left h2 {
	border-bottom: 1px solid #DCDDDE;
	color: #797C80;
	font: 1.4em/22px Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	margin: 10px 0 0 0;
	padding-left: 10px;
	line-height: 30px;
}

.left ul {
	padding: 10px 0 15px 10px;
	list-style: none outside none;
}

.left ul li {
	list-style: none outside none;
	padding: 0 0 0 18px;
	background-image: url('../images/bullet-fff.gif');
	background-position: left center;
	background-repeat: no-repeat;
}

.left ul li a {
	text-decoration: none;
	font-weight: bold;
}

.left ul li a:hover {
}

.left p {
	padding: 10px 0 15px 10px;
	text-align: justify;
}

#footer {
	background-color: #366a0c;
	border-top: 5px solid #ddf377;
	color: #ffffff;
	text-align: left;
	font-size: 0.85em;
	margin-top: 50px;
	padding: 10px;
}

#footer a {
	text-decoration: underline;
	color: #ddf377;
}

#footer a:hover {
	color: #ddf377;
}

#footer .left {
	text-align: left;
	padding-left: 10px;
}

#footer .right {
	float: right;
	text-align: right;
}

tr.r0 {
	background-color: #FFFFFF;
}

tr.r1 {
	background-color: #EDECEB;
}

th {
	font-weight: bold;
	text-align: left;
}

.input_success {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	background: #E8FFDF url('../images/success.gif') no-repeat scroll 5px 8px;
	color: #242424;
}

.input_error {
	padding: 8px 6px 8px 28px;
	margin-bottom: 10px;
	background: #FFECEC url('../images/error.gif') no-repeat scroll 5px 8px;
	color: #242424;
}

.input_fieldset {
	padding: 5px 0;
}

.input_label {
	display: block;
	font-weight: bold;
}

.input_text {
	border-style: solid;
	border-width: 1px;
	margin: 0;
	padding: 3px;
	background-color: #FFFFFF;
	border-color: #CCCCCC;
}

.input_text.blur {
	color: #999999;
}

.input_submit {
	margin: 0;
	padding: 3px 8px;
}

ul.list {
	list-style: square inside none;
}

.floatright {
	float: right;
	margin-left: 15px;
}

.floatleft {
	float: left;
	margin-right: 15px;
}
