body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
.body #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: 600px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #000;
}

#image img {
	left: 0px;
	top: 0px;
	position: relative;
}


.body #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.hidden, h1 {
	display: none;	
}


.backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:100%;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:1px solid #cecece;
	z-index:1;
}


/* Class listings */
ul {
	padding: 0;
	margin: 0;
	clear: both;
}

li {
	list-style-image: none;
	list-style-type: none;
	line-height: 10px;
}


.sublist li {
	font-size: 80%;
	list-style-type: square;
	list-style-position: outside;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 12px;
	clear: none;
	float: none;
	line-height: 15px;
}

h3 {
	clear: both;
	padding-top: 10px;
}

.style1 {
	font-style: italic;	
	font-size: 80%;
}


#class-one {
	display: inherit;
}

#class-two {
	display: none;	
}



/* Styles for the popups*/
#popupAbout, #popupClasses, #popupPolicies {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: auto;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:80%;
	line-height: 15px;
}


#popupAbout h2, #popupClasses h2, #popupPolicies h2 {
	text-align:left;
	color:#85030F;
	font-size:22px;
	font-weight:700;
	border-bottom:1px dotted #D3D3D3;
	padding-bottom:2px;
	margin-bottom:20px;
	line-height: 15px;
}


/* Styles for the Class popups*/
#popupClasses {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: auto;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupClasses h2 {
	color:#F1592A;
}



/* Styles for the Policies popups*/
#popupPolicies {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height: auto;
	width:408px;
	background:#FFFFFF;
	border:2px solid #cecece;
	z-index:2;
	padding:12px;
	font-size:13px;
}

#popupPolicies h2 {
	color:#EB1C24;
}


.popupClose {
	font-size:14px;
	line-height:14px;
	right:6px;
	top:4px;
	position:absolute;
	color:#000;
	font-weight:700;
	display:block;
}

#about {
	color: #fff;	
}


.navigation li {
	display: inline;
	clear: none;
	float: left;
	font-size: 60%;
}
