@charset "UTF-8";
body {
	margin-top: 0px;
	background-color: #37566C;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 0.5em;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.1em;
	line-height: 0.5em;
}
#box {
	background: #FFFFFF;
	width: 700px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
}
#header {
	height: 85px;
	position: relative;
	background-color: #7F843C;
	background-image: url(asset/images/header_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	right: 0px;
	bottom: 2px;
	position: absolute;	
}
#header li {
	padding-right: 15px;
	float: left;
	font-size: 0.95em;
}
#header  li  a:link, #header li a:visited {
	font-weight: bold;
	color: #E2E3C8;
	text-decoration: none;
	background: #7F843C;
	display: block;
}
#header li a:hover, #header li a:active {
	color: #2e3046;
}
#header li a.current, #header li a.current:hover, #header li a.current:active {
	color: #87061f

	cursor: default;
	color: #87061f;
	}
#main {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	line-height: 1.6em;
	color: #333333;
	font-size: 0.9em;
}
#main .quote {
	font-style: italic;
	color: #F4F0E4;
	padding: 15px;
	line-height: 1.5em;
}
#main .content {
	padding: 15px;
}
#main .bold {
	font-size: 1.3em;
	font-weight: bold;
	color: #CC6600;
	margin-bottom: 0.2em;
}
#main .semibold {
	font-size: 1.1em;
	font-weight: bold;
	color: #000000;
}
#main .semibold2 {
	font-size: 1em;
	font-weight: bold;
	color: #333333;
}
#main .unterline {
	text-decoration: underline;
}
#main a {
	color: #54694A;
	text-decoration: none;
}
#main a:hover {
	color: #54694A;
	text-decoration: underline;
}
#main .rate {
	font-size: 1.1em;
	font-weight: bold;
	color: #666666;
	padding-left: 15px;
}
#footer {
	background-image: url(asset/images/header_bg_image.gif);
	padding: 10px;
	height: 15px;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: center;
}

