* { border: 0; margin: 0; padding: 0; }

html { overflow-y: scroll; }

body {
	background-color: white;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
}

table, td { border-collapse:collapse; margin:0; padding: 0; border: 0; }

a { color:#e08106; }
a:hover { color: black; }

.textbox, .mlistform input, .mlistform textarea { 
    background-color: #FFF;
    border: 1px solid gray;
    color: #000;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    font-family: Arial, sans-serif; }
	
.texterr {
	background-color: pink;
    border: 2px dashed red;
    color: black;
    font-size: 10pt;
    font-weight: normal;
    margin: 0;
    font-family: Arial, sans-serif; }
	
#copy { margin:10px 20px; }
	
#copy h1 {
margin-bottom:10px;
font-size:17px;
color:#edc443;
font-weight:bold;
}

#copy h2 {
margin-bottom:10px;
font-size:13px;
font-weight:bold;
}
	
#copy p {
margin-bottom:10px;
font-size:13px;
}	

#footer { margin-top:10px;}
#footer p {
	font-size: 13px;
}

#footer-news, #footer-schedule, #footer-petition { margin: 45px 5px 0 5px; }

#footer-news a , #footer-schedule a, #footer-petition a { color:maroon; }
#footer-news a:hover , #footer-schedule a:hover, #footer-petition a:hover { color:black; }

#footer-news p, #footer-petition p {
	font-size: 13px;
	text-align: center;
}

#footer-schedule p {
	font-size: 11px;
}

.footerawards  p{
font-size: 10px;
font-family:Courier New,serif;
padding:0 5px 10px 5px;
text-align:center;
}