@charset "utf-8";
/* CSS Document */

body {
	font-weight: normal;
	padding: 0px;
	background-color: #F8EED5;
	margin-right: auto;
	margin-left: auto;
	width: 940px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.9em;
	font-style: normal;
}




#banner_whole {
	width: 940px;
	background-image: url(../images/background_content.gif);

}
#banner_top {
	background: url(../images/shade_top.gif);
}

#banner_bot {
	background: url(../images/shade_bottom.gif);
}

#banner_top, #banner_bot {
	height: 12px;
	font-size: 1px;
}

#banner {
	margin-bottom: 0px;
	margin-top: 0px;

}

#content_whole {
	width: 940px;
	background-image: url(../images/background_content.gif);

}
#content_top {
	background: url(../images/shade_top.gif);
}

#content_bot {
	background: url(../images/shade_bottom.gif);
}

#content_top, #content_bot {
	height: 12px;
	font-size: 1px;
}

#content {
	margin: 0 12px;
}
#content h1 {
	padding-left: 15px;
	color: #003300;
	font-size: 24px;
}
#sidebar {
	width: 310px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: right;
	background-color: #ECE7D3;
	margin-left: 10px;
	background-image: url(../images/background_sidebar_300.jpg);
	background-repeat: no-repeat;
	line-height: 18px;
}
#sidebar h2 {
	font-size: 20px;
}

#sidebar p {
	font-size: 12px;
}



.text {
	font-size: 13px;
	background-color: #f8f5ea;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}
#footer {
	font-size: 12px;
}
#footer a {
	color: #000000;
	text-decoration: none;
}

#nav _active {
	text-decoration: none;
}#content a {
	color: #006633;
	text-decoration: none;
}
#content .text a {
	color: #003300;
}
#content .text a:visited {
	color: #660000;
}
#content .text a:hover {
	text-decoration: underline;
}
