@charset "utf-8";
/* CSS Document */
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	margin: 0 auto;
	background:url('images/paper.png') #faf7e1;
	/*color: #525d1d;*/
	font-size: 12px;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	text-align: center;
}

p {
	padding: 6px 0 8px 0;
	line-height: 18px;
	color: #333;
	text-align: left;
}

ol, ul {
	margin: 0;
	padding: 0 0 0 15px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th { padding:8px; }
td { padding:4px; text-align:left; }
/* END RESET */

/***Tony Aslett's clearing hack***/
.clearing:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearing {
	display: inline-block;
}

/* hides from IE/Mac \*/
* html .clearing { 
	height: 1%;
}

.clearing {
	display: block;
}
/* end hide from IE-Mac */
/***end clearing hack***/

/* BEGIN HANG ON MESSAGE OVERLAY */
/*
.novis {margin:0;padding:0;display:none;width:0;height:0;}
div.vis {
	display:block;
	z-index: 1000;
	filter: alpha(opacity=50); /*older IE* /
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE * /
	-moz-opacity: .50; /*older Mozilla* /
	-khtml-opacity: 0.5;   /*older Safari* /
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera* /
	background-color:#666666;
	position:fixed; top:0px; left:0px; width:100%; height:100%; text-align:center; vertical-align:middle;
}

#innerOverlay {
	position: absolute;
	width: 100%;
	height:100%;
	display: none;
	z-index: 1001;
	top:200px;
	left:0;
	margin:0 auto;
	text-align:center;
}
h1.loadMessage { width:500px; margin:0 auto; padding:10px; border:solid 1px #4671D5; background:#efefef;}
*/
/* END HANG ON MESSAGE OVERLAY */

div#wrapper { 
	width:1024px;
	text-align:center; 
	margin:0 auto; 
	background-color: #FFE7C0;
}
h1 {
	font-size:18px; 
	color:#06266f; 
	margin:10px; 
	padding:10px; 
}
div.tier { 
	width:auto; 
	text-align:center; 
	margin:10px;
}
div.hdr {
	padding:6px; 
	margin-bottom:6px;
}
h2 { 
	text-align:left;
	font-size:18px;
}
h3 {
	padding:8px;
	font-size:14px;
}

div.fieldset {
	text-align:left;
	padding-bottom:6px;
}
div.fieldset div { width:300px; float:right; }
div.fieldset ul {
	list-style-type:none;
}
div.fieldset ul li {
	width:175px;
	padding:5px;
	float:left;
}
div.fieldset label {
	width:150px;
	float:left;
	padding-left:20px;
}

#header {
    width:1024px;
	height: 90px;
    margin:  -15px auto;
    text-align: left;
	background-color: #FFE7C0;
}
#banner {
	width:1024px;
	height: 90px;
	margin:   auto;
	text-align: left;
	margin-left: 270px;
	background-image:url('images/banner.gif');
	background-repeat:no-repeat;
}
#footer {
	width:1024px;
	height: 125px;
	margin: auto;
	text-align: left;
	background-color: #FFE7C0;
}
#content {
	width: 755px;
	height:auto;
	margin: auto;
	margin-left:85px;
	padding: 40px;
	background-image:url('images/printrepeat.png');
	border: double 5px #FFF;
}
#quiz {
	width: 700px;
	height: auto;
	margin-left:15px;
	margin-top: 15px;
	padding: 10px;
	background-color:#FFF;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	border: dotted 2px black;
}

#quiz img {
/*	margin-left: 220px;*/
	margin:0 auto;
}
div.image {
	text-align:center;
	margin:0 auto;
}
#quiz p {
	text-align:justify;
}
#quiz p.registration {
	font-weight:bold;
}

#navWrapper {
	width:1024px; 
	text-align:center; 
	margin:0 auto;
}
#nav {
	list-style-type:none;
}
#nav li {
	list-style-type:none;
	width:100px; 
	float:left;
}
#nav a {
	font-size:14px;
	font-weight:bold;
	font-variant:small-caps;
	text-decoration:none;	
	color:#666;
}
#nav a:hover {
	color:#900;
}

img.banner {
	padding:0 0 14px 0;
}