body {
	padding: 10px;
	font-family: Verdana;
	font-size: 14px;
	text-align: justify;
	width: 974px;
	background-color: #fff;
}

.header {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 32px;
	font-weight: bold;
	margin-top: 10px;
	width: 650px;
	float: left;
}

.highlight {
	color: #3030ff;
	font-weight: bold;
	display: inline;
}

.header img {
	margin-top: 30px;
}

.content_wrapper {
	padding: 20px;
}

h1 {
	font-family: "Century Gothic", "Apple Gothic", sans-serif;
	font-size: 26px;
	font-weight: bold;
	border-bottom: 3px solid #3030ff;
}

.field {
	float: left; 
	width: 160px;
	height: 50px;
	clear:both;
}

p {
	width: 650px;
}


.wide {
	width: 170px;
}

.field2 {
	float: left; 
	width: 100px;
	height: 30px;
	clear:both;
}

.footer {
	background-color: #f0f1ed;
	padding: 25px;
	height: 45px;
	border-top: 3px solid #3030ff;
}

.divider {
	border-top: 1px dashed #f0f1ed;
	margin-top: 20px;
	margin-bottom: -10px;
}

a {font-size:10pt;text-decoration:none;font-weight:bold;}
a:link { text-decoration:none; font-weight:bold; color:#444444;}
a:visited { text-decoration:none; font-weight:bold; color:#444444;}
a:hover { text-decoration:none; font-weight:bold; color:#222222;}
a:active { text-decoration:none; font-weight:bold; color:#222222; background-color: #EEEEFF; }

a img{ border: 1px solid #AEAEAE; padding: 10px; margin: 5px; }
a:hover img{ border: 1px solid #4E4E4E; }