body {
	background-color: #E0FADD;
	color: #000000;
}

a {
	color: #FFFFFF;
}

#content a {
	color: #000000;
	font-size: 95%;
}

#content ul {
	margin-left: 20px;
}

#container {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 30px;
}

#header {
	height: 226px;
	width: 100%;
	background-color: #E0FADD;
	color: #000000;
}

#subtitle {
	position: absolute;
	left: 400px;
	top: 185px;
	font-family:"Times New Roman", Times, serif;
	font-size: 115%;
	font-weight: bold;
}

#navigation {
	height: 30px;
	width: 100%;
	background-color: #71A8FA;
	color: #FFFFFF;
	text-align: center;
	z-index: 100;
}

#content {
	min-height: 300px;
	height: auto;
	width: 100%;
	z-index: 50;
}

#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100px;
	background-color: #71A8FA;
	color: #FFFFFF;
}

#awards_left {
	position:absolute;
	bottom: 2px;
	left: 4px;
}

#awards_right {
	position:absolute;
	bottom: 2px;
	right: 4px;
}

#awards_left img, #awards_right img{
	margin: 2px;
}

#contact_details {
	text-align: center;
	position:absolute;
	bottom: 8px;
	width: 800px;
	left: 0px;
	display: inline;
	font-family:Tahoma, Arial;
	font-size: 80%;
	font-weight:bold;
	line-height:1.5em;
}

#contact_details address {
	font-style: normal;
}

#contact_details #credit {
	font-size: 80%;
}

.two_columns {
	float: left;
	width: 47%;
	margin: 1%;
}

#contact_form{
	z-index:400;
	float: left;
	width: 47%;
	margin: 1%;
}

form {
	text-align: left;
	line-height: 1.3em;
}	

input, textarea {
	margin: 2px;
	font-family:"Times New Roman", Times, serif;
	border: 1px #000033 solid;
	width: 90%;
}

.button {
	width: auto;
	padding: 10px;
	line-height: 20px;
	vertical-align:middle;
	color: #FFFFFF;
	background-color: #71A8FA;
	border: 1px black solid;
}


h3 {
	font-weight: bold;
	font-size: 110%;
	font-family:"Times New Roman", Times, serif;
	margin:10px;
}

h4 {
	font-weight: bold;
	font-size: 100%;
	font-family:"Times New Roman", Times, serif;
	margin-bottom: 10px;

}

p {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 95%;
}

/* NAVIGATION*/
#menu {
	width: auto;
	height: 30px;
}

#menu ul {
	list-style: none;
	width: auto;
}

#menu a {
	display: inline-block;
}

#menu a {
	display: block;
}

#menu li, #menu a {
	float: left;
	height: 30px;
	width: auto;
	background-color: #71A8FA;
	color: #FFFFFF;
}

#menu a {
	padding-left: 20px;
	padding-right: 20px;
	font-size: 110%;
	font-family:"Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	vertical-align: middle;
	border-left: 1px #E0FADD solid;
	border-right: 1px #E0FADD solid;
	outline: none;
}

#menu li:hover, #menu a:hover {
	background-color:#93CAFC;
}

#menu ul ul {
	position: absolute;
	z-index: 150;
	visibility: hidden;
	width: 150px;
	top: 30px;
}

#menu ul ul li {
	width: 100%;
	float: left;
	clear: both;
	height: 32px;
}

#menu ul ul a {
	width: 150px;
	text-align: left;
	border-top: 2px #E0FADD solid;
}

#menu ul a:hover ul, #menu ul li:hover ul {
	visibility:visible;
}


#local_events {
width: 300px;
border: 0px solid #000;
margin-top: 40px;
margin-bottom: 40px;
background-color:#FFFFFF;
padding: 5px;
}

table {
border: 0;
border-spacing: 0;
}

.theading {
font-weight: 900;
}

.even {
background-color: #93CAFC;

}

tr {
padding: 5px;
}

td {
	font-family: "Times New Roman", Times, serif;
	font-size: 75%;
	padding: 5px;
}