BODY
{
    background-color:#2F4DA7;
	color:#C6DAEC;
	text-align:center;
	font-family:Helvetica, Arial, Sans-Serif;
	font-weight:bold;
	margin:0px;
}

h1
{
	width:500px;
	margin-right:auto;
	margin-left:auto;
	font-size:1.8em;
	border:outset 1px #000000;
}

hr
{
	color:#000000;
	width:750px;
	height:1px;
}

label
{
	font-size:0.9em;
	font-weight:normal;
}

a{ color:#40ff40; }
a:hover{ text-decoration:none; }
a:visited{ color:#ffff40; }

#intro
{
	background-image:url(images/blueSunburst.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

#headerBG
{
}

#mailmyform_form
{
	width:500px;
	margin-right:auto;
	margin-left:auto;
	text-align:right;
}

#errorMessage
{
	color:Red;
}

.fieldLabel
{
	font-size:0.9em;
}

.center
{
	text-align:center;
}

.inlineField
{
	width:20em;
}
.wideField
{
	width:500px;
}
textarea.wideField
{
	height:10em;
}

.floatField
{
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
