@charset "utf-8";
/* CSS Document */
body {
	background-color: #a89f94;
}
.content_area {
	background-color: #b1a99f;
	width: 512px;
	color: #504638;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(images/content_bgd.png);
	float: right;
	margin-right: 10px;
	margin-top: 10px;
	height: 409px;
}

.text_small {
	font-size: 10pt;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	color: #dcc9be;
	font-style: normal;
}
.text_header {
	font-size: 9pt;
	font-style: normal;
	color: #504638;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
}
.text_header_firstLetter {
	font-size: 13pt;
	font-style: normal;
	color: #504638;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
}
.text_header_sub {
	font-size: 13pt;
	color: #189E45;
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-style: normal;
}
.header {
	height: 197px;
	width: 512px;
	float: right;
	margin-right: 10px;
}

.right_content_area {
	width: 257px;
	float: left;
	}
.logo {
	width: 230px;
	float: left;
	margin-left: 93px;
	margin-top: -5px;
}
.nav_sub {
	font-family: "Times New Roman", Times, serif;
	color: #dcc9be;
	margin-top: 14px;
	display: block;
	float: left;
	text-align: left;
	width: 80px;
	margin-left: 48px;
	font-size: 9pt;
}
#nav {
	font-family: "Palatino Linotype", Verdana, "Times New Roman", sans-serif;
	font-size: 11pt;
	color: #504638;
	text-decoration: none;
	font-weight: normal;
	display: block;
	float: left;
	text-decoration:none;
	text-align: center;
	width: 800px;
	padding-top: 0px;
}

#nav a {
	font-size: 11pt;
	color: #504638;
	text-decoration:none;
}


#nav a:hover {
	color: #FFFFFF;
	
}

.container {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
}

.right{
	float: right;
	margin-top: 0px;
}
.clear {
	clear: both;
}
