body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
body {
	background-color: #F4FFE4;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0033FF;
}
a:hover {
	text-decoration: none;
	color: #0099CC;
}
a:active {
	text-decoration: none;
	color: #993366;
}
h1 {
	font-size: xx-large;
	color: #006600;
	text-align: center;
}
h2 {
	font-size: 14px;
	color: #339933;
	text-align: center;
	line-height: 20px;
}
h3 {
text-align:center;
}
#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
#header {
	background-color: #D5EDB3;
	height: 150px;
}
#navigation {
	width: 100px;
	font-weight: bold;
	padding: 10px;
	background-color: #5C743D;
	float: left;
	height: 600px;
}
#navigation a:link {
	color:#FFFF00;
	text-decoration:none;
}
#navigation a:visited {
	text-decoration: none;
	color: #FFFF99;
}
#content {
	font-size: 12px;
	color: #993300;
	width: 635px;
	padding-left: 10px;
	text-align: left;
	float: left;
}
#bottombox {
	font-size: 10px;
	padding-left: 5px;
	clear: both;
	margin-left: 130px;
}
#login {
	font-size: 10px;
	border: medium groove #99CC00;
	width: 190px;
	float: right;
	padding: 5px;
	clear: none;
	margin-top: 200px;
}
#headerpic {
	height: 107px;
	width: 140px;
	float: left;
	margin: 20px;
}
#headertext {
	text-align: center;
	width: 600px;
	float: left;
	height: 150px;
}
#indexcontent {
	width: 425px;
	clear: none;
	float: left;
}
#button {
	font-weight: bold;
	padding-right: 5px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
#button a:hover {
	background-color: #FFFFCC;
	color:#993300;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-decoration: none;
}
.pictureleft {
	margin-right: 5px;
	margin-left: 5px;
	float: left;
}

