html {
	overflow: auto;
}

body {
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

h1, h2, h3, p, a {
	margin: 0px;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 90%;
}

a {
	outline: none;
	color: #FFFFFF;
}

a img {
	border: 0px black solid;
}

#container {
	margin: 0px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	width: 750px;
	height: 700px;
	text-align: left;
}

#header {
	height: 190px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#title_container {
	background-color: #004101;
	
	margin: 0px;
	padding: 0px;
	width: 310px;
	padding-top: 15px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	padding-right: 5px;
	margin-right: 5px;
	height: 80px;
	color: #FFFFFF;
	text-align: center;
	font-weight: normal;
	font-family: Georgia, Times New Roman, Times, serif;
}

#title h1 {
	font-size: 220%;
}

#header .right_side {
	float: left;
}

#header .left_side {
	width: auto;
	float: left;
}

#subtitle h2 {
	font-size: 140%;
}

/*Horizontal Menu*/
.left_side {
	width: 550px;
	float: left;
}

#menu_horizontal {
	width:  100%;
	clear: both;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
}

#menu_horizontal a {
	width: auto;
	height: 1em;
	margin: 5px;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0px;
	
	color: #004000;
	font-weight: bold;
	font-family: Georgia, Times New Roman, Times, serif;
	text-decoration: underline;
}

#menu_horizontal a:hover {
	color: #FFCC00;
	text-decoration: none;
}

#content {
	background-color: #004000;
	color: #FFFFFF;
	width: 530px;
	height: 565px;
	padding: 10px;
	
	border-top: 1px solid #FFCC00;
	text-align: justify;
	overflow: auto;
}

#content ul {
	margin-left: 20px;
	list-style: square;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:90%;
}

/*Vertical Menu*/
.right_side {
	background-color: #FFFFFF;
	float: left;
	clear: right;
	width: 200px;
}

#menu_vertical {
	width: 190px;
	text-align: left;
	float:right;
	clear:left;
}

#menu_vertical ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu_vertical a {
	display: inline-block;
}

#menu_vertical a {
	display: block;
}

#menu_vertical a {
	background-color: #004000;
	color: #FFFFFF;
	width: 186px;
	height: 15px;
	padding: 2px;
	font-size: 90%;
	margin-top: 5px;
	border-top: 1px solid #FFCC00;
	text-decoration: none;
	font-family: Georgia, Times New Roman, Times, serif;
	font-weight: bold;
}

#menu_vertical a:hover {
	background-color: #FFCC00;
	color: #004000;
}

#contact_form {
	background-color: #004000;
	color: #FFFFFF;

	padding: 0px;
	position: relative;
	top:10px;
	float: right;
	width: 190px;
	border-top: 1px #FFCC00 solid;
	height: 420px;
	margin-bottom: 10px;
	text-align: left;
}

#footer table {
	width: 100%;
	border: 0px none black;
}

#footer_content {
	width: 520px;
	margin-left: auto;
	margin-right: auto;
}

#credit a {
	font-family: Tahoma, Arial;
	font-size: 70%;
	color: #FFCC00;
}

#footer {
	background-color: #004000;
	color: #FFFFFF;
	
	float: left;
	clear:both;
	
	margin: 0px;
	padding: 0px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #FFCC00;
	margin-top: 10px;
}

#content h3 {
	font-size: 130%;
	font-weight: bold;
}


#content .quote {
	color: #E5BE00;
}

.content_title {
	margin-top: 5px;
	margin-bottom: 15px;
}

table {
	width: 100%;
}

table td {
	text-align:center;
}

.float_right {
	float: right;
	margin: 10px;
}

.float_left {
	float: left;
	margin: 10px;
}

.float_center {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

.availability {
	color: #FFCC00;
}

form {
	margin: 5px;
	width: 180px;
	color: #FFCC00;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}