* {
	margin: 0;
	padding: 0;
}

img {
	border: 0;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
   	background-color: #FFF;
   	color: #000;
}

/* HEADER DIV */

#header {
	background-color: #CCC;
	overflow: hidden;
	height: 50px;
	padding: 2px 0 0 10px;
	position: relative;
}

#header div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 500px;
}

#header div img {
	float: left;
	margin-right: 5px;
}

#header h1 {
	font-size: 1em;
	color: #666;
}

#utility {
	font-size: .7em;
	color: #FFF;
	position: absolute;
	top: 4px;
	right: 20px;
	text-align: right;
	z-index: 100;
}

#utility a {
	color: #FFF;
	text-decoration: none;
	margin: 0 .2em;
}

#utility a:hover {
	color: #FFF;
	text-decoration: underline;
}

#page { 
	background-color: #FFF;
	margin: 15px 15px 15px 15px;
	border: 1px solid #666;
}

.pagenav {
	background-color: #666;
	height: 35px;
	overflow: hidden;
}

div.pagenum {
	color: #FFF;
	font-size: .8em;
	width: 20%;
	height: 40px;
	padding: 8px 10px;
}

div.pagebuttons {
	float: right;
	width: 60%;
	text-align: right;
}


.pagebuttons img {
	margin-left: 50px;
	margin-right: 10px;
}

#content {
	margin: 10px;
	position: relative;
}

/* CONTENT STYLES */

#content h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: .5em 0;
	color: #336666;
} 

#content h2 {
	font-size: 1.4em;
	font-weight: bold;
	margin: .5em 0;
	padding-bottom: .2em;
	/* border-bottom: 1px solid #CCC; */
	color: #666;
} 

#content h3 {
	font: 1.2em Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: .5em 0;
	color: #336666;
} 

#content p { 
	font-size: 1.2em;
	line-height: 1.5;
	margin-top: 1em;
}

#content .instructions { 
	font-size: 1em;
	font-style: italic;
	margin: .5em 0;
	color: #666;
}

#content ul, ol {
	margin: 1em 0 1em 2em;
}

#content ul li, #content ol li {
	color: #000;
	margin-bottom: .5em;
	padding-left: .3em;
	margin-left: 1.5em;
	line-height: 1.5;
	font-size: 18px;
}

dt {
	border-bottom: 1px dotted #336699;
	color: #336699;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3;
	margin: .5em 0 .5em 0;
	padding: 0 0 .5em 0;
	position: relative; /* fixes a bug in IE */
}

dd {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	line-height: 1.3;
	margin: .5em 0 .5em 2%;
	padding: 0 0 .5em 0;
}

/* FOOTER DIV */

#footer {
	margin-top: 1em;
	clear: both;
	text-align: right;
	margin-right: 10px;
	font-size: .8em;
}

.copyright {
	color: #666;
}

/* TABLES */

table {
	border: 4px solid #CCC;
	border-bottom: 3px solid #CCC;
	margin: 1em 0;
}

#content table.center td {
	text-align: center;
}

td {
	border-bottom: 1px solid #CCC;
	vertical-align: top;
	padding: 8px;
}

.floatright {
	float: right;
	margin: 0 0 10px 10px;
}

.question {
	text-align:center;
	font-style:italic;
}

#utility {
	font-size: .7em;
	color: #333;
	position: absolute;
	top: 4px;
	right: 20px;
	text-align: right;
}

#utility a {
	color: #333;
	text-decoration: none;
	margin: 0 .2em;
}

#utility a:hover {
	color: #333;
	text-decoration: underline;
}

#content ul li.off {
	color:#8383AC;
	font-size: 1.3em;
	line-height: 1.5;
	margin-top: 1em;
	}
	
#content ul li.on {
	font-size: 2em;
	line-height: 1.5;
	margin-top: 1em;
	margin-left:1em;
	}
	
.define {
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	border-bottom-width: thin;
	cursor: help;
}	

#login {
	width: 250px;
	float: right;
	border: 1px solid #036;
}

#login h1, p {
	margin: 5px 10px;
}

#login h1 {
	font-size: 1em;
	font-weight: bold;
}

#login p {
	font-size: .8em;
	font-weight: normal;
}


