/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: black;
}

.darkgreen_bar {
	width: 100%;
	background-color: #003F16;
}

.darkgreen_bar2 {
	width: 100%;
	background-image: url(images/green_bar.jpg);
	background-repeat: no-repeat;
	background-color: #003F16;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-indent: 15px;
	color: #FFFF77;
	line-height: 26px;
}

.yellow_bar {
	width: 100%;
	background-color: #D7EB74;
}

#container {
	width: 900px;
	background-color: white;
}

.main_table {
	width: 100%;
	background-image: url(images/content_bkgd.jpg);
	background-repeat: repeat-x;
	background-color: #00AAEE;
}

.bottom_bar_container {
	width: 100%;
	background-image: url(images/bottom_bar_bkgd.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	padding-top: 0px;
}

.bottom_bar {
	width: 900px;
	height: 91px;
	display: block;
	background-image: url(images/bottom_bar.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 90px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFFF77;
	margin-left: 0px;
}

.bottom_bar span {
	padding-left: 210px;
}

.menu_bar {
	width: 200px;
	background-image: url(images/leftbar_bkgd.jpg);
	background-repeat: repeat-y;
	background-color: #00822C;
}

.menu_item {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
}

.menu_item a:link, .menu_item a:visited {
	width:200px;
	height: 28px;
	display: block;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF77;
	border-top: 1px solid #66FFCC;
	border-bottom: 1px solid black;
	text-indent: 8px;
	text-decoration: none;
}

.menu_item a:hover {
	width:200px;
	height: 28px;
	display: block;
	line-height: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF77;
	border-top: 1px solid black;
	border-bottom: 1px solid black;
	text-indent: 8px;
	text-decoration: none;
	background-image: url(images/leftbar_over.jpg);
	background-repeat: repeat-y;
}

.photo {
	float: right;
	margin-right: 50px;
	margin-left: 10px;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #00AAEE;
	border-right-color: #00AAEE;
	border-bottom-color: #00AAEE;
	border-left-color: #00AAEE;
	margin-bottom: 10px;
}

.box {
	width: 656px;
	background-image: url(images/box_bkgd.jpg);
	background-repeat: repeat-y;
}
#text_body {
	width: 650px;
}


.box h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: black;
	padding-left: 20px;
	font-weight: bold;
}

.box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding-left: 20px;
	padding-right: 20px;
}

.box li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;
	padding-right: 20px;
}

.heritage {
	width: 656px;
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: black;
	text-align: center;
}

.heritage a {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: black;
	text-align: center;
	text-decoration: none;
}

.login {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: black;
	text-align: center;
	text-decoration: underline;
}

.login a {
	padding: 10px 0px 5px 0px;
	font-family: arial, helvetica;
	font-size: 10px;
	color: black;
	text-align: center;
	text-decoration: underline;
}h1 {
	font-weight: bold;
	color: #003F16;
	font-size: 18px;
}
