
html{
	height: 100%;
}

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: small;
	margin-top: 0em;
	margin-left: 0em;
	margin-right: 0em;

	background-color: #E9E9E9;
	background-image: url(../images/leafprint.jpg);
	height: 100%;
}

blockquote {
	font-size: smaller;
	text-align: inherit;
}
td {
	font-size: smaller;
}

a {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #000000;
	
}

* html #content {
	min-height: 100%;
}

#container {
   position: relative;
    min-height: 100%;
}

#content {
	position: relative;
	min-height: 100%;
}

#footer {
	position: absolute;
    bottom: 0;
	width: 100%;

} 

#pic {
	text-align: center; 
	height: 500px; 
	padding: 15px;
}

.greySelect {
background-color: #C0C0C0;
font-weight: bold;
}

.optionPeach {
background-color: #fee5c7;
}

.optionGrey {
background-color: #dbdbdb;
}

.optionRed {
background-color: #cc0000;
}

.optionGreen {
background-color: #408000;
color: #ffffff;
}

.optionBlue {
background-color: #a6d2ff;
}

.optionPurple {
background-color: #6d3564;
color: #ffffff;
}