a:link {text-decoration: none; color: white}
a:visited {text-decoration: none; color: white}
a:active {text-decoration: none; color: white}
a:hover {text-decoration: underline; color: white}

.main{
	background-color:black;
	width:850px; 
}
body{
	background-color:#8EA364;
}
.logo{
    	background-image: url(../images/logo.jpg); 
	height:40px;
	width:600px;
	border:0px;
	padding:2px;
	background-repeat: no-repeat;
}
.header{
	background-color:black;
	align:center;
	valign:top;
	width:100%;
	height:150px;
}
.container{
	 valign:top;
	 border-spacing:7px;
	 background-color:#EFB3CD;
	 width:750px;
	 padding:2px,2px,2px,2px;
}

fieldset {
width:500px;
margin-left: auto;
margin-right: auto;
background: #E0EFC2;
border: 1px solid Black;
} 

legend {
margin-left: 1em;
font-weight: bold; 
font-size:1em;
} 


fieldset ol {
list-style: none; 
} 

fieldset li { 
padding-bottom: 4px; 
} 

fieldset.submit {
border-style: none; 
}

.membersBox{
background-color:#CCDFA7; border: solid 1px black; padding:5px;
}

label{ 
width: 110px;
text-align: right;
margin-right: 0.5em;
display: block
font-weight: normal;
text-transform: uppercase; 
font-size:10px;
vertical-align:middle;
float:left;
}

fieldset input{ 
border: 1px solid Black;
}
.gray {font-family:Arial,Helvetia,Verdana,sans-serif;font-size:12px;}
.red {font-family:Arial,Helvetia,Verdana,sans-serif;font-size:10px;text-transform:uppercase;}
