html { font-family: Arial, Helvetica, sans-serif; font-size: small; }
html, body { margin: 0; padding: 0; height: 100%;}
img, input, select, textarea { vertical-align: middle; }

#headerOuter, #taglineOuter, #footerOuter { margin: 2px 0; }
#headerOuter { background: url(../images/header_bg.png) top left no-repeat; height: 111px; }
#taglineOuter { background: url(../images/tagline_bg.png) top center no-repeat; height: 101px; }
#footerOuter { background: url(../images/footer_bg.png) top right no-repeat; height: 54px; }

#header, #tagline, #content, #footer { width: 970px; margin: 0 auto; display: block; }
#header h1 { float: left; margin: 32px 0 0 33px; padding: 0; }
#menu { float: right; margin: 30px 5px 0 -100px; padding: 0; list-style-type: none; }
#menu li { margin: 0; padding: 0 10px; float: left; border-left: 1px solid white; font-size: 12px;}
#menu li.first { border-left: none; }
#menu a { color: white; text-decoration: none; /* font-size: small; */}
#menu a:hover { text-decoration: underline; }

#content { width: 910px; min-height: 330px; overflow: hidden; } 

#footer { color: white; font-size: small; text-align: right; padding-top: 29px; padding-right: 30px; }
#footer a { color: white; }

#col { width: 910px; float: left; margin-bottom: 20px; }
#col1 { width: 430px; float: left; margin-bottom: 20px; }
#col2 { width: 430px; float: left; margin-left: 30px; margin-bottom: 20px; }

h2 { color: #c41b14; font-weight: normal; }
h3 { font-style: italic; color: #333333; font-size: 115%; }



.formfield {
	border: 1px solid #ccc;
	background-color: #fcfcfc;
}

.error {
	color: red;
}

.errorbox {
	color: red;
	border: 1px dashed red;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}
.successbox {
	color: green;
	border: 1px dashed green;
	background-color: #fcfffc;
	padding: 8px;
	margin: 20px;
}

.pendingbox {
	color: orange;
	border: 1px dashed orange;
	background-color: #fffcfc;
	padding: 8px;
	margin: 20px;
}