/* CSS Document */


body {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #000;
	background-color: #c8c581;
}
a {
	color:#009900;
}
a:active, a:hover {
	color:#33CC33;
	text-decoration: underline;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	color: #660066;
}


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

#mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 3em;
	float: left;
	margin-left: -3%
}
#mainMenu ul {
	list-style: circle url(none);
	display: inline;
}
#mainMenu li {
	list-style: circle url(none);
}
#mainMenu a {
	text-decoration: none;
	color: #006600;
}
#mainMenu a:active, #mainMenu a:hover {
	color:#009900;
	text-decoration: underline;
}

#content {
	width: 75%;
	float: right;
}
#footer {
	clear: both;
	text-align: center;
}
.image-column {
	clear: none;
	float: left;
	width: 90px;
}
.image-column img {
	margin: 2px 2px 2px 6px;
}
.imageFloat {
float: right;
margin-right: 43%
}
