body  {
font: 100% times, serif;
background-color:#000; color:#000;
margin: 0px;
}

div.container {display:inline; margin:0px;}


p {text-indent:20px;}
.yellow {color:#000; font-weight:strong;}


strong {font-weight:bold;} /* for highlighted words on pages - light purple */


/* styles for the title image */

div.title {display:inline; margin:0px; background-image:none; background-color:#fff;}

div.title h1 {display:inline !important; color:#000; font-size:20px;}

div.title a {display:none;}



/* styles for page content div. background is the color of the right sidebar */

div.content {display:inline; padding:5px; color:#000;
	margin:0px; border-style:none;
	background-image:none; background-color:none;
	overflow:hidden;} /* overflow is needed so the right column doesn't get cut off */

h3 {display:none;}
hr {display:none;}
.clear {display:none;}


/* styles to hide the righthand sidebar */

div.right {display:none;}



/* styles for main content column */

div.left {display:inline; color:#000; font-weight:normal; padding:0px;
	margin:0px; padding-top:10px;}

div.left p a {color:#000; text-decoration:underline;}

div.left ul {width:100%; margin:0px; padding:0px;}

div.left ul li a {text-align:underline; color:#000;}
div strong {color:#000; font-weight:bold;}

/* styles for journal entries */

div.journal {width:95%; border:1px solid #000; padding:10px;  overflow:hidden;
	background-color:#fffab1; color:#000;}

/* styles for journal section headers */

div.header {display:block; width:105%; background-color:#fff402;
	margin-left:-10px; margin-top:-10px; border:1px solid #fff402; border-bottom-color:#000;
	color:#000; font-weight:bold; padding-left:15px; clear:left;
}

div.header a {color:#000; text-decoration:none;}

/* styles for a header not inside a journal div */

div.bar {display:block; width:95%;
	color:#000; font-weight:bold; clear:left; 
	padding: 5px 0px 5px 25px;
	background-color:#fff402; background-image:url('../images/arrow.gif');
	background-repeat:no-repeat; background-position:left;}

div.bar a {color:#000;}


div.journal embed {margin:10px; float:right; height:276px; width:322px;}

div.journal object {margin:10px; float:right; height:276px; width:322px;}




/*styles for the sliding bars and hidden paragraphs on the school options page */


div.left a.bar {display:block; width:95%;
	color:#000; font-weight:bold; clear:left; 
	padding: 5px 15px 5px 10px; border:1px solid #330099;
	background-color:#fff402; text-decoration:none !important;}

div.left a.bar:hover {background-color:#330099; text-decoration:none !important; color:#fff;
	border-color:#5c3d99;}


div.left div {visibility:visible !important; display:inline !important;}





p.small {text-indent:0px; font-weight:normal;}
p.small a {text-decoration:underline;}

div.iframe {text-align:center;}



object, embed {float:right; width:322px; height:276px;}
div.iframe a {color:#000;}


/* footer styles */

div.footer {text-align:center; padding:0px; font-size:12px; font-weight:bold; color:#000;
	border-style:none; width:360px; margin:0px auto;
	background-color:#fff;}

div.footer img {display:none;}
div.footer a {color:#000; text-decoration:underline;}


