body {
	background-color: #036;
	margin:0px;
	padding:0px;
	background-image: url(/images/bg_page.jpg);
	background-repeat: repeat-x;
}

body,td,th {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 1.4;
}

a {
	color: #004890;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

h1 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 28px;
	color: #D11;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 18px;
	color: #D11;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	font-weight: normal;
}

h3 {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 14px;
	color: #5CA3E9;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

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

h2.tagline {
	font-family: "Times New Roman", Times, Georgia, serif;
	font-size: 16px;
	font-style: italic;
	color: #DD7700;
	padding:0px;
	margin:0px;
	margin-bottom: 15px;
}

.floatbox {
	float: right;
	margin: 0px 0px 10px 15px;
	background: #653;
	border: 4px solid #F90;
	color: #FFF;
}

.floatbox td {
	color: #FFF;
}

.error {
	color: #FFFF00;
}


/* LAYOUT */

#pagewrap {
	position:relative;
	background-image: url(/images/bg_middle.jpg);
	background-repeat: repeat-x;
	background-color:#0A4785;
	width: 918px;
	padding: 0px 30px 30px 30px;
	margin: 0 auto;
}

#contentwrap {
	background-color: #FFF;
	background-image: url(/images/bg_nav.gif);
	background-repeat: repeat-y;
}

#header {
	background-repeat: no-repeat;
	background-position: 0px 20px;
}

#logo {
	margin: 40px 0px 40px 30px;
}

#contenttable {
	margin: 0px;
	text-align: left;
}

#content {
	vertical-align: top;
}

#navcol {
	vertical-align: top;
}

#contactinfo {
	float: left;
	font-size: 10px;
	padding: 8px 0px 8px 0px;
	margin-top: 10px;
	color:#004890;
	border-top: 1px solid #004890;
	border-bottom: 1px solid #004890;
}

#contenttable td.storethumb {
	width: 140px;
	padding: 5px;
	text-align: center;
	border: 1px solid #CCC;
	background: #EEE;
}

#quiz {
	background: #653;
	border: 4px solid #F90;
}

#quiz td {
	color:#FFF;
}

#quiz td a {
	color: #FFCD03;
}

#answer {
	background: #653;
	padding: 10px;
	color: #FFF;
}

#answer a {
	color: #FC0;
}


/* NAVIGATION */


.nav a {
	font-size: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #3D90E1;
	font-style: italic;
	text-decoration: none;
}

.nav a:hover {
	color: #FF9900;
}

.navhead a {
	font-size: 20px;
	font-family: "Times New Roman", Times, Georgia, serif;
	color: #3D90E1;
	font-style: italic;
	text-decoration: none;
}

.navhead a:hover {
	color: #FF9900;
}

.subnav ul {
	list-style: url(/images/bt_bullet.gif);
	padding: 0px;
	margin: 0px;
	margin-top: 2px;
	margin-left: 22px;
	margin-bottom: 8px;
}

.subnav a {
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #004890;
	text-decoration: none;
}

.subnav a:hover {
	color: #F90;
}

#copyright {
	text-align: center;
	font-size: 11px;
	color: #58C;
	margin: 15px 0px 15px 0px;
}

#copyright a {
	color: #58C;
}