@charset "utf-8";
/* CSS Document */
body {
	font-family:Times New Roman;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
}
#container {
	margin: 0px auto;	
	width: 800px;
	background-color: #FFFFFF;
}

/* Styles for Header */
#header {
	float: left;
	width: 800px;
	height: 180px;
	margin-top: 0px;
	color: #054817;
}
#header h1 {
	color: #054817;
	font-size: 36px;
}

/* Styles for Top Content */
#topcontent {
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;		
	float: left;
	width: 500px;
	height: 355px;
	color: #054817;
	border: 5px solid #6D2202;
}
#topcontent p {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
#topcontent a {
	color: #009900;
	text-decoration: none;
}
#topcontent a:hover {
	color: #000000;
	text-decoration: none;
}
#topcontent img {
	margin-left: 60px;
	margin-bottom: 0px;
}
#topcontent .size {
	font-size: 16px;
}
#topcontent .size1 {
	font-size: 18px;
}
/* Styles for Right Content */
#rightcontent {
	width: 280px;
	height: 380px;
	float: right;
	border: 5px solid #6D2202;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
}
/* Styles for Bottom Content */
#bottomcontent {
	float: left;
	clear: left;
	width: 500px;
	height: 20px;
	background-color: #054817;
	color: #FFFFFF;
	border-left: 5px solid #6D2202;
	border-right: 5px solid #6D2202;
	border-bottom: 5px solid #6D2202;
}
#bottomcontent a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottomcontent a:hover {
	color: #000000;
	text-decoration: none;
}
/* Styles for Footer */
#footer {
	clear: both;
	width: 800px;
	padding: 0;
	overflow: auto;
	margin-top: 0px;
}
#footer p {
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 2px;
	color: #000000;
}
#footer a {
	color: #009900;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #000000;
	text-decoration: none;
}
.i {
	font-style: italic;
}
.b {
	font-weight: bold;
}

form {
	background-color: #054817;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}
.pad1 {
	padding-left: 70px;
}
.pad2 {
	padding-left: 30px;
}
.pad3 {
	padding-left: 30px;
}
.pad4 {
	padding-right: 30px;
}
.title {
	color: #009900;
	font-weight: bold;
	font-size: 14px;
}
.italicbold {
	text-weight: bold;
	color: #009900;
	font-style: italic;
}
.bolder {
	font-weight: bold;
	font-size: 30px;
}
