body  { font-family: "Lucida Grande", Arial; background: #a1d2ff url("../images/gradient.png") repeat-x; text-align: center; margin: 0 }

.content {
	background: url(../images/content.png) repeat-y;
	width: 576px;
	margin: auto;
}

.header {
	background: url(../images/header.png);
	width: 570px;
	height: 58px;
	margin: auto;
}

.menu {
	background: url(../images/menu.png);
	width: 570px;
	height: 34px;
	margin: auto;
	line-height: 31px;
}

.menuleft {
	position: relative;
	float: left;
	width: 400px;
	left: 20px;
	text-align: left;
}

.menuright {
	position: relative;
	float: right;
	right: 20px;
	width: 170px;
	text-align: right;
	font-weight: bold;
	font-size: 11px;
	color: #ececec;
	text-shadow: #4d789e 0px 1px 0px;
	text-decoration: none;
}

a.menulink {
	padding: 5px;
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	text-shadow: #4d789e 0px 1px 0px;
	text-decoration: none;
}

a.menulink:hover {
	color: #4d789e;
	text-shadow: #ffffff 0px 1px 0px;
}

.footer {
	position: relative;
	background: url(../images/footer.png) repeat-y;
	width: 576px;
	height: 39px;
	margin: auto;
	line-height: 31px;
	font-size: 11px;
	color: #8b8b8b;
}

.text {
	text-align: left;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}

h1 {
	font: 15px "Gill Sans";
	margin: 0px;
	padding: 0;
	color: #426789;
}

p.paratext {
	font-size: 11px;
	color: #3a3a3a;
	line-height: 20px;
}

.form {
    text-align: left;
	padding-left: 30px;
	padding-right: 13px;
	padding-bottom: 13px;
}

.plainLink:link { color: #000000; }
.plainLink:visited { color: #000000; }
.plainLink:active { color: #000000; }
.plainLink:hover { color: #000000; }
.plainLink { text-decoration: none; }

#featured { border: solid 1px #d4d4d4; outline-width: 0 }
#featured h3 { color: #426789; font: 15px "Gill Sans"; margin-bottom: 0 }
#featured p { color: #3a3a3a; font-size: 11px; line-height: 20px; text-align: justify; margin-top: 0; margin-right: 0; padding: 0 }

