
body.website {
	background-color: #99cc99;
}

body {
	background-color: #FFFFFF;
	font-family: Myriad, Tahoma, Verdana, Arial;
	font-size: small;
	font-weight: normal;
	color: #000000;
}

#container {
	margin: auto;
	margin-top: 20px;
	width : 800px;
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #F6F8E2;
	overflow: none;
}

#header_image {
	position: relative;
	background-image: url(images/header_img.jpg);
	background-repeat: no-repeat;
	float: left;
	width: 800px;
	align: left;
	height : 145px;
}

#top_nav {
	position: absolute;
	text-align: right;
	bottom: 3px;
	right: 0px;
}

#top_nav ul {
	list-style-type: none;
	list-style-position: outside;
	margin-right: 1em;
	padding-right: 1em;
	font-size: x-small;
}

#content {
	border-style: none;
	vertical-align: top;
	background-color: #F6F8E2;
	min-height: 530px;
}

#left_col {
	float: left;
	width: 207px;
	text-align: left;
	border-style: none;
	min-height: 530px;
}

#right_col {
	float: left;
	border-style: none;
	width: 576px;
	background-color: #FFFFFF;
	min-height: 530px;
	padding-left: 5px;
}

#footer_image {
	background-image: url(images/footer_img.jpg);
	float: left;
	width: 800px;
	align: left;
	height : 27px;
}

#footer {
	width: 800px;
	clear: both;
}

p.footer {
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
}

p {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: underline;
	color: #000000;	
}

h1 {
	font-family: Verdana, Arial, Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #ED1C24;
	padding: 0px;
	margin: 0px;
}

h2 {
	font-family: Verdana, Arial, Tahoma;
	font-size: medium;
	font-weight: bold;
	color: #ED1C24;
	padding: 0px;
	margin: 0px;
}

img {
	border-style: none;
}

#left_col ul {
	list-style-image: url(images/bullet.gif);
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 1em;
	padding-left: 1em;
}

#left_col li {
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

#left_col a {
	display: block;
	width: 100%
}

html>#left_col a {
	width: auto;
}

#left_col a:hover {
	color: #00FF00;
}

#left_col hr {
	color: #ED1C24;
	height: 1px;
	width: 90%;
	margin-top: 0px;
}

#left_col p {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
}

#left_col form {
	margin-left: 10px;
}

#search_button {
	float: right;
	margin: 5px;
}

ul {
	margin-left: 1em;
	padding-left: 1em;
}

#form {
	text-align: left;
	background-color: #ffff99;
	border-style: solid;
	border-color: #444444;
	border-width: 1px;
	padding: 20px;
}

#form input, select{
	font-size: small%;
}

#admin_menu {
	float: right;
}

#copyright {
	width: 100%;
}