body {
	background-color: #f5f1c4;
	font-family: arial, sans-serif;
	width: 780px;
	margin-left: 10px;
	margin-right: 10px;
}
p { margin-left: 2%; }
h3 { text-align: center; }

/* Menu area */
.pageHead {
	background:url(img/menu_grad.png);
	background-repeat: repeat-x;
	padding-bottom: 1px;
	padding-top: 1px;
	margin-bottom: 5%;
	width: 780px;
}
.pageHead a {
	padding-left: 10px;
	padding-right: 10px;
	letter-spacing: 2px;
	outline: black solid thin;
	color: #f5f1c4;
	font-weight: bold;
	text-decoration: none;
}
.pageHead a:hover { 
	color: #2a6eaf;
	background-color: #f5f1c4;
}
.pageFoot {
	background-color: #2a6eaf;
	min-height: 12px;
	margin-top: 10%;
	width: 780px;
	display: block;
	clear: both;
}

/* -- Forms -- */
.formBox {
	margin-left: 10%; /* IE issue. Can't just set margin-right: 10% */
	width: 80%;
	background-color: #2a6eaf;
	color: #f5f1c4;
	margin-top: 0.5%;
	padding-bottom: 5px;
	clear: both;
}
.formBox h2 {
	background: url(img/sub_grad1x22.png);
	background-color: #b295b1;
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 1px;
	color: #223233;
	font-size: medium;
}
.formBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.formBox table tr th {
	width: 20%;
	text-align: right;
	font-weight: normal;
	color: #f5f1c4;
}
.formBox table tr td {
	width: 80%;
	color: #223233;
}


.messageBox {
	margin-top: 8%;
	margin-left: 24%;
	margin-right: 24%;
	padding-bottom: 5px;
	border-color: black;
	border-style: solid;
	border-width: 1px;
	color: #f5f1c4;
	background-color: #2a6eaf;
	min-height: 15%;
	color: white;
}
.messageBox table tr th { color: #f5f1c4; }
.messageBox table tr td { color: white; }
.messageBox h1 {
	background: url(img/grad_1x22p.png);
	background-repeat: repeat-x;
	font-weight: normal;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #223233;
	font-size: medium;
}

.messageBox a {
	color: #f5f1c4;
	font-weight: bold;
}
.messageBox h2 { 
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 14px; 
}
.messageBox h3 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: center; 
	font-size: 14px; 
	font-weight: normal;
	text-decoration: underline;
}

/* -- Utility elements -- */
.hide { display: none; }
.debug { color: #2a6eaf; }
.center { text-align: center; }


