body {
	margin: 0px;
	padding: 0px;
	background-color: #ffe169;
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Comic Sans MS", Georgia;
	font-size: 12pt;
}
h1, h2, h3, h4, h5, h6 {
	color: #293f2c;
	margin-bottom: 0px;
	margin-top: 10px;
}

p {
	margin-top: 10px;
	margin-bottom: 0px;
}
a {
	color: #000000;
}
a:hover {
	text-decoration: none;
}

#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(../../../../images/header_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 163px;
	padding-top: 10px;
	padding-left: 20px;
}
#middle {
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #ff8f43;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #ff8f43;
}
#menu {
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ff7200;
	background-color: #ffcc00;
	overflow: hidden;
}
#menu li {
	display: inline;
	padding-right: 20px;
	padding-left: 20px;
	overflow: hidden;
	margin: 0px;

}
#menu a {
	color: #06471c;
	text-decoration: none;
}
#menu a:hover {
}
#content {
	background-color: #f0fae4;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	color: #26502d;
	height: 405px;
	overflow: auto;
	font-family: "Trebuchet MS", Arial, "Arial Black";
}
#content a {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	text-decoration: none;
}
#content a:hover {
	border: 0px none #000000;
}
#content_bottom_1 {
	background-image: url(../../../../images/content_bottom_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#content_bottom_2 {
/*	background-image: url(../../../../images/content_bottom_border.gif);*/
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #ff6600;
}
#content_bottom_3 {
	height: 25px;
	background-image: url(../../../../images/content_bottom_border.gif);
	background-repeat: no-repeat;
	background-position: right top;
	font-family: "Trebuchet MS", Arial, "Arial Black";
	text-align: center;
	padding-top: 5px;
}
#content_bottom_3 a {
	color: #ffcc00;
	text-decoration: none;
}
#content_bottom_3 a:hover {
	text-decoration: underline;
}
#footer {
	font-family: "Trebuchet MS", Arial, "Arial Black";
	text-align: center;
	font-size: 8.6pt;
}
#footer_line {
	font-size: 1px;
	height: 10px;
	background-color: #63b611;
}

