/* ****************************************************** */
/* DOC STYLING */

* {
}

html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1F5776;
	weight: bold;
}

body {
	margin: 0px auto 0px auto;
	padding: 20px;
	text-align: center;
}

p {
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

/* ****************************************************** */
/* DOC LAYOUT + STYLING */

#layout {
	text-align: left;
	margin: 0px auto 0px auto; 
	width: 750px;
	border: 1px solid black;
	padding: 0px;
}

#content {
	width: auto;
	padding: 20px 10px 20px 10px;
}

#footer {
	margin: 10px auto 0px auto; 
	width: 750px;
	display: block;
	background-color: #fff;
	text-align: center;
	color: #666;
	font-size: 10px;
}

#footer #information {
	padding: 10px;
	color: #666;
	font-size: 10px;
}

.clear {
	clear: both;
	height: 1px;
	margin: -1px 0 0;
	font-size: 1px;
}
.clear10 {
	clear: both;
	height: 10px;
	margin: -1px 0 0;
	font-size: 1px;
}

/* ****************************************************** */
/* ****MSIE DEBUGGING************************************ */
/* ****************************************************** */
form { 
}

/* ****************************************************** */
/* ****************************************************** */
/* ****************************************************** */

/* ****************************************************** */
/* Form styling */
.maxwidthx {
	width: 100%;
}
label.optin {
	padding-left: 25px;
	height: 30px;
	display: block;
	width: 100%;
	line-height: 30px;
	background: transparent url('../img/unchecked.gif') no-repeat;
}
label.checked {
	padding-left: 25px;
	height: 30px;
	display: block;
	width: 100%;
	line-height: 30px;
	background: transparent url('../img/checked.gif') no-repeat;
}

/* ****************************************************** */
/* TEXT STYLING */

a:link, a:visited, a:active {
	color: #931429;
	text-decoration: underline;
}
a:hover {
	color: #86b3d4;
	text-decoration: underline;
}

h1, h2, h3, h4 {
	font-weight: bold;
	margin: .5em 0;
	padding: 0px;
/*	letter-spacing: .07em;*/
}
h1 { 
	font-size: 218%;
}
h2 { font-size: 164%; color: #666; }
h3 { font-size: 145%; color: #666; }
h4 { font-size: 118%; /*letter-spacing: .15em*/ }

span.error, p.error, .errMsg { 
	color: #c00 !important;
}

span.req-star {
	color: #c00;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
}

.errFld {
	background-color: #FDECEC;
}


