body {
	background: #3484a6;
	font-family: Verdana, Georgia, sans-serif;
	font-size: 11px;
}
h1 {
	font-size: 16px;
	text-decoration: underline;
}
h2 {
	font-size: 14px;
	text-decoration: underline;
}
h3 {
	font-size: 13px;
}
a:link, a:active, a:visited, a:hover {
	color: #3484a6;
}
img { border: none; } 
div#container {
	width: 800px;
	margin: 0 auto 0 auto;
}
ul#navigation {
	width: 798px;
	margin: -2px 0 0 0;
	padding: 3px 0 3px 0;
	text-align: center;
	color: #ffffff;
	background: #3484a6;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
ul#navigation li {
	display: inline;
	padding: 0 3px 0 3px;
}
ul#navigation a:link, ul#navigation a:active, ul#navigation a:visited, ul#navigation a:hover {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
div#content {
	float:left;
	width: 700px;
	height: 100%;
	min-height: 600px;
	background: #ffffff;
	padding: 10px 75px 25px 25px;
}
div#footer {
	width: 100%;
	float: left;
	background: #ffffff;
	text-align: center;
}
div#partnerlogos img {
	margin: 10px;
	border: 0px solid grey;
	padding: 0px;
}


/* input */
label {
	display: block;
	float:left;
	clear: both;
	width: 15em;
	font-weight: bold;
	vertical-align: top;
	color: #3484a6;
}

input, select, textarea {
	border: 1px solid #aaaaaa;
	margin-bottom: 4px;
}
textarea {
	clear: none;
}

/* Notices and Errors */

div.message, div.errorflash {
	clear: both;
	margin: 1em 0;
	padding: 6px 0 6px 25px;
	font-size: 120%;
	font-weight: bold;
	border: 1px solid #94da3a;
	background: #e0ffb8 url('../img/ok.png') no-repeat 5px 7px;
}
div.errorflash  {
	border: 1px solid #ce2029;
	background: #ffbaba url('../img/error.png') no-repeat 5px 7px;
}
div.error-message, p.error-message {
	color: #ce2029;
	padding: 0px;
	margin-top: -4px;
	font-size: 10px;
	clear: both;
}
.notice {
	font-style: italic;
	color: grey;
}
img.icon {
	display: inline;
	vertical-align: top;
	border: none;	
}
#questionnaire_form input, #questionnaire_form select, #questionnaire_form textarea {
	float:left;
	clear: both;
}
#questionnaire_form label {
	width: 99%;
}
#questionnaire_form h3 {
	float:left;
	clear: both;
}


