BODY
{
	COLOR: #000; /* default text color */
	background-color: #c2b5a5;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

/* General Settings */

H1
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
border-bottom: solid 1px #756b62;
color: #000000;
}

H2
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color: #000000;
}

a:link, a:visited {
	text-decoration: underline;
	color: #0000ff;
}
a:hover {
	text-decoration: none;
	color: #0000ff;
}

li
{
	margin-bottom: 4px;
}



/* Begin Layout Settings */

.wrapper
{
	width: 989px;
	border: solid 0px #CC9933;
	display: block;
	background: url(images/body-bg.jpg) repeat-y;
	background-position: left top;
	text-align: left;
}

.header
{
	background: url(images/header.jpg) no-repeat;
	height: 227px;
	display: block;
	width: 989px;
	
}

.headerlink 
{
	display: block;
	height: 217px;
	width: 979px;
	text-decoration: none;
}


.leftbar
{
	width: 200px;
	float: left;
	display: block;
}

.leftbar li, .leftbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.bodywrapper
{
	width: 760px;
	float: right;
	display: block;
}


.bodywrapper3col
{
	width: 640px;
	float: left;
	display: block;
}

.bodyinside
{

	text-align: left;
	margin: 10px;
}

.rightbar
{
	width: 200px;
	float: right;
	display: block;
}

.rightbar li, .rightbar ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.footer
{
	display: block;
	clear: both;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	background: url(images/footer.jpg) repeat-x;
}

/* End Layout */


/* Begin Navigation */


#menu
{
	margin-top: 0px;
}

/* Heading for Navigation (optional) */

#menu ul li h2
{
	margin-top: 0px;
	padding-top: 5px;
	font-size: 10pt;
	height: 35px;
	display: block;
	width: 200px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
}


/* Define Main Navigation */

#menu ul li ul li a:link, #menu ul li ul li a:visited {
	font-family: tahoma;
	font-size: 10pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	width: 200px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}



#menu ul li ul li a:hover {
	background-color: #1494D0;
	text-decoration: none;
}

#menu ul li ul li a:link span, #menu ul li ul li a:visited span {
	padding-left: 10px;
	padding-right: 10px;
	display: block;
}


/* Define Sub Navigation Level 1 */

#menu ul li ul li ul li a:link, #menu ul li ul li ul li a:visited {
	background: url(images/sub-nav-bg.gif) no-repeat;
	FONT-FAMILY: arial;
	font-size: 9pt;
	color: #fff; /* text color */
	font-weight: normal;
	text-align: left;
	padding-top: 4px;
	padding-left: 30px;
	text-decoration: none;
	height: 30px;
	width: 200px;
	margin-bottom: 6px;
	border-bottom: solid 1px #fff;
	display: block; /* makes it so you don't need br's between the buttons */
}

#menu ul li ul li ul li a:hover {
	background-position: 0px -30px;
	text-decoration: none;
}

/* End Navigation */



@media print
{
.wrapper, .header, 
{
	width: 640px;
}
.leftbar
{
	display: none;
}

}

.mathquestion
{
border: solid 1px gray;
padding: 5px;
width: 300px;
margin-left: 25px;
margin-bottom: 15px;
}

.skygads
{
float: left;
display: block;
width: 360px;
padding: 5px;
}

.bodyinside ul 
{
list-style-position:inside;
}

.bodyinside ol 
{
list-style-position:inside;
}


