body {
	margin: 0;
	color:#333333;
	background: #eeedf2;
	font:12px/18px arial, helvetica, sans-serif;
	min-width:940px;
}
#wrapper{
	width:800px;
	min-width:800px;
	position: relative;
	margin:0 auto;
	background:#fff;
}
#header{
	padding-bottom:4px;
}
#header img{
	display:block;
}
#headline{
	padding-bottom:30px;
}
h1{
	font-size:24px;
	color:#7a003c;
	padding:10px;
	margin:0;
}
h2{
	font-size:18px;
	line-height:22px;
	color:#7a003c;
	padding:5px;
	margin:0;
}
h3{
	font-size:14px;
	color:#7a003c;
	padding:5px;
	margin:0;
}

#headline h1{
	background:#7a003c;
	color: #fff;
	text-align:center;
}
#col1{
	width:485px;
	margin:0 25px 0 30px;
	float:left;
}
#col2{
	width:235px;
	margin:0 0 0 540px;
}
.col2l{
	float:left;
}
.col2r{
	float:right;
}
.col2c{
	margin:10px 0;
}
#col1 h2{
	text-align:center;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
img {border:0;border-style: none;}
input, select, textarea {
	vertical-align: middle;
	font: 12px arial, helvetica, sans-serif;
	color:#333333;
}
a {
	color: #4a71aa;
	text-decoration: underline;
}
a:hover {color: #6faaff;}
.btn{
	color:#fff;
	text-transform:uppercase;
	padding:6px;
	font-size:11px;
}
a.btn:link,a.btn:visited,a.btn:hover,a.btn:active{
	color:#fff;
}
form {
}
fieldset div {
	margin:0.3em 0;
	clear:both;
}
.required{font-weight:bold;color:#990000;}
label {
	float:left;
	width:15em;
	text-align:right;
	margin-right:1em;
	font-weight:bold;
}
legend {
	color:#234a66;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
	font-weight:bold;
}
textarea{
	height:5em;
}
input,textarea,select {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font:bold 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus,textarea:focus, textarea:hover {
	border-color:#c5c5c5;
	background:#f6f6f6;
}
input.fw,textarea {
	width:42em;
}
input.fm {
	width:25em;
}
input.fn {
	width:5em;
}
input.fvn {
	width:2em;
}
input[type=checkbox], input[type=radio] {
	width:12px;
	height:12px;
	padding:0;
	margin:0;
	border:1px solid #ddd;
}
input[type=file]{
	width:25em;
}
fieldset {
	border:1px solid #666;
	padding:5px;
}
.date input {
	background-image:url(../images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}
.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 16em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:15em;
	display:block;
}
.radio label, .radio input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio div {
	float:left;
	white-space:nowrap;
	clear:none;
}
.email {
	width:14em;
}
input.default {
	color:#bbb;
}

#footer{
	padding:10px 0;
	clear:both;
}

.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */