@charset "utf-8";
/* CSS Document */

body
{
	background: #112347;
	font: 100% "Trebuchet MS", sans-serif;
	margin: 0px;
	padding: 0px;
}
#container
{
	padding: 0px;
	width: 625px;
	margin: 0px auto;
}
#header
{
	padding: 0px;
	margin: 0px auto;
}
#container #header img
{
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 195px;
	text-decoration: none;
	border-style: none;
}
#header a img
{
	text-decoration: none;
	border-style: none;
}


fieldset
{
	border: 3px solid #19663A;
	margin: 0px auto;
	padding: 0px;
	width: 600px;
}
form
{
	padding: 20px;
	background: #FFFFFF;
	margin: 20px;
	text-align: center;
	border: 3px solid #19663A;
}
label
{
	color: #112347;
}
input
{
	color: #112347;
	background: #EDF3F8;
}
input#subject 
{
	text-align: center;
}

textarea
{
	color: #112347;
	background: #EDF3F8;
}


legend
{
	margin: 0px;
	padding: 0px 20px;
	border-style: none;
	color: #FFFFFF;
}
#footer {
	padding: 0 10px 0 20px;
	margin-top: 60px;
} 

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #97C182;
	text-align: center;
	font-size: .8em;
}
