@charset "utf-8";


/* formatting style
---------------------------*/

* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	/*background-color: #375735;*/
	font-size: 75%;
	font-family: sans-serif;
	background-image: url(images/background.gif);
	background-repeat: repeat;
}
hr {
	display: none;
}
a img {
	border-style: none;
}


/* basic layout
---------------------------*/
#wrapper {
	width: 800px;
	/*border: 5px solid #CBBB71;*/
	margin: 10px auto 20px;
}
#header {
	margin-top: 20px;
}
#header h1 {
	text-align: center;
}
#header p {
	position: absolute;
	left: 112px;
	top: 7px;
}





#content {
	width: 780px;
	padding-right: 10px;
	padding-left: 10px;
}

#content h2 {
	margin-bottom: 30px;
	margin-top: 50px;
}
#content h3 {
	border-bottom: 1px solid #006600;
	margin-bottom: 10px;
	margin-left: 80px;
	margin-top: 20px;
	font-size: 114%;
	color: #FFFFFF;
	font-weight: normal;
	background-color: #006600;
	padding: 3px 3px 3px 5px;
}
#content h4 {
	padding: 5px;
	text-align: center;
	border: 1px solid #C7116B;
	background-color: #F5DBE7;
	margin-left: 80px;
	margin-top: 30px;
	font-weight: normal;
	font-size: 114%;
}






#content p {
	font-size: 114%;
	padding-left: 10px;
	padding-right: 5px;
	margin-bottom: 10px;
	margin-left: 80px;
	line-height: 1.3;
}
#content strong {
	color: #F8365B;
}

#content .right {
	text-align: right;
}
#content  .left {
	float: left;
}
#content .center {
	text-align: center;
}
#info {
	margin-top: 30px;
	text-align: center;
}














#footer {
	clear: both;
	padding: 10px;
	text-align: right;
	height: 35px;
}
.green {
	color: #006600;
}

