body {
	margin: 0;
	background: #FFF9CB;
	font-family: Arial, Verdana, Geneva, Lucida, Helvetica, sans-serif;
	font-size:x-small;
	voice-family: "\"}\""; voice-family: inherit;
	font-size:small;
	}
	html>body {font-size:small;}
	
#main {
	padding-left: 148px;
	position: absolute;
	left: 0;
	top: 0;
	/*width: 630px;*/
	clear: both;
	}

#maincontent {
	padding-left: 153px;
	position: absolute;
	left: 0;
	top: 0;
	/*width: 630px;*/
	clear: both;
	}
/*	
#sectioncontent {
	margin: 50px 0 0 10px;
	}
*/
#sectionnavbar {
	padding: 0 30px 0 100px;
	height: 19px;
	float: right;
	width: 300px;
	background: #8b9bf0 url(/images/navsection.gif) top left no-repeat;
	}

#sectionnavbar p {
	position: absolute;
	padding: 0;
	margin: 1px 0 0 -90px;
	color: #fff;
	font-weight: bold;
	}	

/* drop down list stuff */

#sectionnav {
	margin: 0;
	padding: 0;
	list-style: none;
	/*float: right;*/
	}

#sectionnav ul { /* all lists */
	display: inline;
	position: absolute;
	/*background: #3d54c6;*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	width: 110px;
	z-index: 10;
}

#sectionnav li img {
	display: inline;
	}

#sectionnav li { /* all list items */
	float: left;
	display: inline;
	/*width: 100px;*/ /* width needed or else Opera goes nuts */
}

#sectionnav li ul { /* second-level lists */
	position: absolute;
	background: #3d54c6;
	margin-top: -0.2em;
	margin-left: -0.8em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	z-index: 10;
}

* html #sectionnav li ul {
	margin-top: 0;
	}

#sectionnav li a {
	color: #fff;
	font-size: 9pt;
	font-family: Arial,sans-serif;
	text-decoration: none;
	display: block;
	width: 100px;
	margin: 2px;
	padding: 3px;
	white-space: normal;
	background: #3d54c6;
	}

#sectionnav li a:hover {
	background: #899BEF;
	}

#sectionnav li ul ul { /* third-and-above-level lists */
	margin: -1.8em 0 0 108px;
	background: #3d54c6;
	z-index: 3;
}

#sectionnav li:hover ul ul, #sectionnav li.sfhover ul ul {
	left: -999em;
}

#sectionnav li:hover ul, #sectionnav li li:hover ul, #sectionnav li.sfhover ul, #sectionnav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/* end drop down list stuff */

#nav {
	float: left;
	/*background: #3952C6;*/
	background: #fff9cb url(/images/nav/menu-bg.gif) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 148px;
	height: 435px;
	list-style-type: none;
	position: fixed;
	}

#mainnav a {
	float: left;
	width: 65px;
	height: 53px;
	display: block;
	text-indent: -1000em;
	text-decoration: none;
	}
	
#main h1 {
	padding: 0;
	margin: 0;
	width: 580px;
	height: 143px;
	background: transparent url(/images/main-title.gif) 0 0 no-repeat;
	text-indent: -1000em;
	border: 0;
	}
	
h1#inset {
	padding: 0;
	margin: 0;
	width: 150px;
	height: 40px;
	float: right;
	background: transparent url(/images/top-menu.gif) 0 0 no-repeat;
	text-indent: -1000em;
	}
	
h1#inset a {
	width: 150px;
	height: 40px;
	display: block;
	text-decoration: none;
	}
	
h2#pagetitle a {
	width: 200px;
	height: 40px;
	display: block;
	text-decoration: none;
	}
	
p#siteby {
	font-size: 85%;
	margin: 170px 0 0 0;
	width: 130px;
	text-align: center;
	}
	
#sectioncontent {
	width: 95%;
	margin: 50px auto 0 auto;
	text-align: center;
	z-index: 2;
	}
	
#sectioncontent h3 {
	color: #ff0033;
	font-size: 160%;
	text-align: center;
	}
	
#sectioncontent h3.left {
	text-align: left;
	}
		
#sectioncontent p {
	text-align: left;
	}
	
#sectioncontent p.copy {
	text-align: center;
	font-size: 80%;
	}
	
img#arithmakid {
	margin-left: 90px;
	}
#footeroffset{
	float: left;
}