@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-image: url("../images/background.jpg");
	background-repeat: repeat;
}
#container {
	margin: 0px auto;	
	width: 900px;
	background-image: url("../images/background.jpg");
	background-repeat: repeat-y;
}
/* Styles for Header */
#header {
	float: left;
	width: 900px;
	background-color: #6D2202;
}

#header p {
	text-align: center;
	font-size: 14px;
}
/* Styles for Left Sidebar/Links */
#leftsidebar {
	float: left;		
	width: 150px;
	border: 5px solid #6D2202;
}
#leftsidebar a {
	text-decoration: none;
	color: #154F23;
	font-size: 14px;
}
#leftsidebar a:hover {
	text-decoration: none;
	color: #000000;
}
#leftsidebar p {
	margin-right: 17px;
	margin-left: 17px;
}


/* Styles for Main Content */

#topcontent {
	float: left;
	width: 735px;
	color: #000000;
	border-right: 5px solid #6D2202;
	border-top: 5px solid #6D2202;
	border-bottom: 5px solid #6D2202;
}
#topcontent a {
	color: #154F23;
	text-decoration: underline;
}
#topcontent a:hover {
	color: #000000;
	text-decoration: none;
}

/* Styles for Footer */
#footer {
	clear: both;
	width: 1000px;
	background-color: #FFFFFF;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#footer a {
	color: #154F23;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.i {
	font-style: italic;
}
.color {
	color: #009900;
}
.b {
	font-weight: bold;
}

.form1 {
	display: block;
	float: right;
	border: medium groove #333333;
	padding: 25px;
	margin: 10px;
}
.title {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
h1 {
	text-align: center;
	font-size: 18px;
	color: #009900;
}
.italicbold {
	text-weight: bold;
	color: #009900;
	font-style: italic;
}
.bolder {
	font-weight: bold;
	font-size: 16px;
}
.p {
	margin-left: 10px;
	margin-right: 10px;
}