@charset "utf-8";
#mainContent {
	margin: 0 2em 0 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#splash  {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	background-color: #E8FFFF;
	padding-left: 5px;
	border: 2px solid #ffcc00;
}


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #C2C2C0;
}
#container {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #316AC5;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	text-align: left;
	width: 890px;
	margin: 0 auto;
}

#sidebar  {
	float: right;
	background-color: #E8FFFF;
	width: 180px;
	border: 2px solid #ffcc00;
}
#nav {
	width: 890px;
	height: 2.2em;
	margin: 0 auto;
}
#rindex {
	margin: 2em 0 0 4em;
}
#footer {
	background-color: #C2C2C0;
	font-size: xx-small;
}

/*
Mailing List Style
Added by Patrick Templeman Twells, 1st March 2010
*/

.mailing_list_form {
text-align:left;
padding:10px;
}

.mailing_list_form p {
margin:0 0 10px 0;
font-size:75%;
}

.mailing_list_form label {
font-size:75%;
display:block;
}

.mailing_list_form input {
font-size:75%;
border:1px solid #5F8FD4;
width:100%;
}

.mailing_list_form .button {
display:block;
margin-top:10px;
text-align:right;
}

.mailing_list_form .button input {
width:auto;
}


