html { height: 101%; }
body {
	margin-top: 0px;
	padding-top: 0px;
	font-family: arial, helvetica, sans-serif;
	background: #FDF7ED;
}

img {
	border: 0;
}

img.centered {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

div.centered {
	text-align: center;
}

.center { text-align: center; }

.float_left { float: left; }
.float_right { float: right; }
.clearer { clear: both; font-size: 0px; }

#container {
	width: 802px;
	margin: 0 auto;
	background: white;
}

#header {
	width: 802px;
	height: 260px;
	background: url(images/header.jpg) no-repeat;
}

#header p { margin: 0px;}
#header #optin form { margin: 0px; padding: 0px; }
#header #optin {
	color: white;
	width: 280px;
	float: right;
	text-align: center;
}

#header .field {
	width: 185px;
	height: 19px;
	color: #757575;
	border: 0px solid #757575;
	font-size: 12px;
	background: url(images/optin_field.png) no-repeat;
	margin-bottom: 7px;
}

#header .sub {
	background: url(images/optin_submit.png) no-repeat;
	width: 91px;
	height: 21px;
	cursor: pointer;
	border: none;
}

#connect_bar {
	background: url(images/connect_bar.png) no-repeat;
	width: 802px;
	height: 37px;
	color: #E02632;
	line-height: 37px;
	font-size: 17px;
}

#navigation a { outline: none; }
#navigation {
	width: 217px;
	height: 536px;
	background: url(images/nav_bg.png) no-repeat;
	float: left;
}

#navigation img, #navigation li, #navigation a { margin: 0px; padding: 0px; }
#navigation ul { margin: 0px; padding: 0px; list-style: none; }


#content {
	float: right;
	width: 535px;
	padding: 50px 25px 25px 25px;
	background: white;
	color: #414042;
}

#content h1 {
	color: #E02632;
	margin-top: 0px;
	font-weight: normal;
	font-size: 30px;
}

#content h2 {
	color: #487ead;
	margin-top: 0px;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
}

#content a { color: #E02632; }

#content p {
	font-size: 13px;
	color: #414042;
}

#content li {
	font-size: 13px;
	color: #414042;
	padding-bottom: 13px;
}

#contactBox {
	background: #fceeee;
	padding: 20px;
}

.contact_form .col1 {
	text-align: right;
}

.contact_form .col2 input {
	width: 250px;
}

/* Font styles */
.size12 { font-size: 12px; }
.size17 { font-size: 17px; }
.size25 { font-size: 25px; }
.red { color: #E02632; }

/* Font styles edit by tom */
#content .size12 { font-size: 12px; }
#content .size17 { font-size: 17px; }
#content .size25 { font-size: 25px; }


/* Copyright */
#copyright {
	font-size: 12px;
	text-align: center;
	color: #E02632;
	padding: 5px 0;
	background: #fceeee;
}

p.quiz-title {
	margin-bottom:0;
	font-weight:bold;
}
p.quiz-check {
	margin-top:5px;
	margin-bottom:25px;
}

.subheader {
	color:#487EAD;
	font-weight:bold;
}