/*-- format the body --*/
body {
padding-top: 0px; 
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
margin: 0px; 
background-color: #ffffff;  /*-- sets the body background to white --*/
}

/*-- set the properties of the header and its background --*/
#header {
background-position: left top; 
left: 0px; 
background-image: url(../images/header_background.jpg);
overflow: hidden;
width: 100%; 
background-repeat: repeat-x;  /*-- repeats background horizontally --*/
position: absolute; 
top: 0px;  /*-- places header at very top of screen --*/
height: 115px;  /*-- set same height as header_background.jpg --*/
}

#header img {
border-right: medium none; 
border-top: medium none; 
border-left: medium none; 
border-bottom: medium none;
}

/*-- format the container for the global navigation buttons --*/
#globalnav {
	padding: 0 0 0 0;
	font-weight: normal; 
	font-size: 0.75em; 
	z-index: 2; 
	right: 5px;  
	position: absolute; 
	top: 71px;
	height: 17px; 
	background-color: #faf8bb;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
}

#globalnav img {
	border: 0;
}

/*-- format the global nav links --*/
#globalnav a {
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

#globalnav a:hover {
	color: #009900;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/*-- format the container for the left-hand nav --*/
#navcont {
border-right: 0px; 
border-top: 0px; 
border-left: 0px;
border-bottom: 0px;
left: 0px; 
width: 50px;  /*-- set the horizontal size of the left-hand nav container --*/
position: absolute; 
top: 117px;  /*-- set distance from top of screen --*/
}

/*-- format the footer --*/
#footer {
clear: both;  /*-- forces the footer to another line --*/
background-image: url(../images/footer_background.jpg); 
width: 100%; 
background-repeat: repeat-x; 
white-space: nowrap; 
height: 76px; 
background-color: #ffffff;
}

/*-- format the footer graphics (if any) --*/
#footer img {
padding-right: 0px; 
padding-left: 0px; 
padding-bottom: 0px; 
padding-top: 0px;
margin: 0px; 
text-align: center;
}

/*-- format the footer paragraph style and font characteristics --*/
#footer p {
font-size: 70%; 
margin: 4px; 
color: #999; 
font-family: arial, helvetica, sans-serif; 
background-color: #fff; 
text-align: center;
}

/*-- set the position of the main area to the right of the left-hand nav container --*/
#mainarea {
margin-left: 50px;
}

/*-- format the area for lesson title: page x of y and the back/next buttons --*/
.lessonname {
clear: both;  /*-- forces this area to another line --*/
border-top: #666666 1px solid;  /*-- creates a solid line above the elements --*/
display: block; 
font-size: 12px;  /*-- set the text size of lesson title: page x of y --*/
color: #666666; 
font-family: arial, helvetica, sans-serif;
}

/*-- format the position of the back/next buttons --*/
.lessonnav {
display: inline; 
float: right;  /*-- positions the buttons to the right of the screen --*/
width: 158px;  /*-- equivalent to the sum of the back and next button widths --*/
margin-right: 10px;  /*-- sets the right-hand margin --*/
}

/*-- format the back/next button graphics --*/
.lessonnav img {
border: 0;
display: inline; 

}

/*-- format the page area --*/
#pagearea {
position: absolute; 
top: 115px;  /*-- places the page area directly under the header --*/
left: 0px;  /*-- page area begins at the left-hand side of the screen --*/
background-image: url(../images/background_quiz.gif);  /*-- places a background image in the left-hand nav container --*/
width: 100%;  /*-- page area is full screen width --*/
background-repeat: repeat-y;  /*-- repeats the background vertically (down the left-hand nav container) --*/
}

/*-- use if no background is desired --*/
#pagearea_nobkgnd {
left: 0px; 
width: 100%; 
position: absolute; 
top: 115px;
}

/*-- format the content area within the main area, within the page area --*/
#content {
margin-right: 30px;
font-family: Arial, Helvetica, sans-serif;
font-size: 100%; 
}

#content acronym, abbr, .help {
	border-bottom-width: 1px; /* underline the text */
	border-bottom-style: dotted; /* style the underline as a dotted line */
	border-bottom-color: #CC6666; /* color the line red */
	cursor: help;
}

/*-- format Heading 1 --*/
#content h1 {
font-size: 1.3em;
color: #003399;
}

/*-- format Heading 2 --*/
#content h2 {
font-size: 1.2em;
color: #3366CC;
}

/*-- format Heading 3 --*/
#content h3 {
font-size: 1.1em;
color: #999999;
}

.question {
font-weight: bold;
}

.instructions {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.9em;
color: #660099;
}

.correct {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
color: #009900;
}

.incorrect {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
font-weight: bold;
color: #CC0000;
}

.floatright {
float: right;
}

/*-- format Date --*/
#date {
font-size: 11px; 
right: 10px; 
color: #000; 
font-family: arial, helvetica, sans-serif; 
position: absolute; 
top: 3px;  /*-- distance from top of screen --*/
}

/*-- format Logo --*/
#logo {
z-index: 3; 
position: absolute;
right: 12px;  /*-- distance from right-hand side of screen --*/
top: 24px;  /*-- distance from top of screen --*/
}

/*-- format Close Window link --*/
#close {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.8em;
text-align: right;
}

/* ---- DATA TABLES ---- */

table {
	border: 2px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1em;
	width: 65%;
}

td {
	border-bottom: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
