@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}

.text {	font-family: Herculanum, "Courier New";
}

body,td,th {
	color: #000;
}
body {
	background-color: #EBFD5C;
}

#Menu ul {
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
	color: #FFF;
}

#Menu li {
	padding: 0;
	list-style-type: none;
	font-size: 14px;
	float: left;
	color: #FFF;
	background-color: #000000;
	padding: 0px;
	font-family: "Courier New", Courier;
	display: block;
	width: 9.58%;
	height: 40px;
	line-height: 40px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	border: 2px solid #366;
	font-weight: bolder;
}

#text {	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

#Menu a:link, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#Menu a:hover, a:active, a:focus {
	color: #000000;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px solid #000;
}

/* CSS Document */

#master {
	font-family: Herculanum, "Courier New";
	background-color: #FFF;
	width: 960px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	border: 12px solid #5AAE3C;
}
#head {
	height: 150px;
	width: 960px;
	background-color: #FFF;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #5AAE3C;
	border-right-color: #5AAE3C;
	border-bottom-color: #5AAE3C;
	border-left-color: #5AAE3C;
}
#head1 {
	float: left;
	height: 150px;
	width: 480px;
	background-color: #FFF;
}
.medhead {
	font-size: 25px;
	margin-top: 16px;
}
#imgcont1 {
	width: 28%;
	clear: left;
	float: left;
	height: auto;
	position: relative;
}
#logo {
	float: left;
	max-width: 100%;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#head2 {
	font-family: Herculanum, "Courier New";
	background-color: #FFF;
	height: 150px;
	width: 480px;
	float: right;
}
.bighead {
	font-size: 36px;
	margin-top: 32px;
}
#navbar {
	background-color: #336666;
	clear: both;
	height: 40px;
	width: 960px;
	border-top-width: 6px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	display: none;
}
#content {
	background-color: #FFF;
	clear: both;
	width: 960px;
}
#imagecontainer {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	border: 1px solid #5AAE3C;
}
#image {
	width: 100%;
}
