body {
	background-image: url(./images/background.gif);	
	background-color: #ffffff;
	font-family: arial, verdana, helvetica, sans-serif;
	margin-top: 20px;
	text-align: center;
	font-size: 1em;	
 }

.homepageh1 {
	font-size: 1.6em;
	margin-top: 0;
	padding: 0;
	letter-spacing: .4em;
	font-weight: normal;
	margin-bottom: 0;
	margin-bottom: .5em;	
	color: #3333FF;		
}

/*
h1 {
	font-size: 3em;
	letter-spacing: .4em;	
	margin-top: 10px;
	margin-bottom: 0;
	color: #F89B2E;		
	font-family: "arial black", verdana, helvetica, sans-serif;
	text-align: center;
}
*/

.subpageh2 {
	background-image: url(./images/aladdin_duotone.jpg);
	background-repeat: no-repeat;
	margin-left: auto; 
	margin-right: auto; 
	display: block; 
	height: 100px;
}

h2 {
	font-size: 1.6em;
	margin-top: 10px;
	margin-bottom: 5px;
	padding: 0;
	font-weight: normal;
	color: #3333FF;
}

h3 {
	font-size: 1.2em;
	margin-top: 10px;
	margin-bottom: 0px;
	padding: 0;
	font-weight: normal;
	color: #3333FF;
}


p {
	font-size: .8em;
	font-weight: normal;
	color: #3333FF;
	text-align: justify;
	margin-top: 0px;
}

.newsletter {
	font-size: 1em;
	font-weight: normal;
	color: #3333FF;
	text-align: justify;
	margin-top: 0px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
}

.newsheader {
	background-color: #ffffff;
	color: #3333FF;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: bold;
	text-decoration: underline;
	margin-top: 10px;
}

span {
	font-size: .8em;
	font-weight: normal;
	color: #3333FF;
	text-align: justify;
	margin-top: 0px;
}



.contentTd {
	font-size: .8em;
	font-weight: normal;
	color: #3333FF;
	text-align: justify;
	margin-top: 0px;
}

li {
	margin-left: -15px;
	margin-right: 5px;
	margin-bottom: 10px;
	font-size: .8em;
	font-weight: normal;
	color: #3333FF;
/*	text-align: justify;	*/
}

.banner {
	margin-top: 0px;
}

#mainWrapper{
	width: 760px;
	margin:0px auto;
/*background-color: #FFFFCC;	*/
	background-color: #3333FF;	
	border: 1px solid #3333FF;
}

#headerWrapper{
	margin-bottom: 0px;
}

#contentWrapper {
	/* the background-image sets the the whole background of the content-wrapper to the background-image
	then the main-text is laid over top of the background. This gives us a left column that is the color of the background image. */
	clear: both;
	background-color: #FFFFCC;
	position: relative;
	width: 760px;
	margin: 0px auto; 
	text-align: left;
	padding-top: 0px;
}

#footerWrapper {
	background-color: #FFFFCC;
}

#footerWrapper p {
	text-align: center;
}

.textLink {
	font-size: 12px;
/*	text-decoration: none; */
	color: #3333FF;			
/*	color: #832E5E;		*/
	font-weight: bold;
}

#menu{
	background-color: 3333FF;	
	margin-top: 5px;
	float: right;
}



.sidebarLink a {
	font-size: .8em; 
/*	font-size: 12px;	*/
	color: #000000;
	background: #CCFFFF; 
	border-color: #000000;
/*
	background: #FFFFCC; 
	border-color: #FFFFCC;
*/
	border-style: solid;
	border-width: 1px 1px 1px 1px;
}		

#sidebarMenu {
	margin: 1px 0px 1px 0px;
	line-height: normal;
	width: 90%;
	margin-left: 10px;
	margin-top: 20px;
	}

#sidebarMenu a {
	display: block;
	padding: 4px 0px 4px 4px;
	margin: 1px 1px 0px 1px;
	text-decoration: none;
	}

#sidebarMenu a:hover {
	color: #000000; 
	background: #FFFF00; 
	border-color: #000000;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-weight: bold;
	padding-left: 4px;
}

.sidebarFocus a{
	border-width: 1px 1px 1px 1px;
	border-color: #FFFFCC;
	background-color: #FFFFCC;
	font-size: .8em; 
	padding-left: 4px;
	font-weight: bold;
}

/*
.sidebarFocus a{
	color: #3333FF; 
	background-color: #FFFF00; 
	border-color: #999999;
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	font-weight: bold;
}
*/


/*****************************************/
a.menuItem, a.menuItem:link, a.menuItem:visited{
	width: 75px;
	height: 40px;
	text-align: center;
	line-height: 55px;
	overflow:hidden;
	font-size: .8em; 
	color:#000;
	background-image: url(./images/button_template_off.gif);	
	display: block;	
	text-decoration:none; 
/*	border-bottom: 1px solid #000000; */
}

a.menuItem:hover {
	background-image: url(./images/button_template_on.gif);	
	font-weight: bold;
}

a.focusItem, a.focusItem:link, a.focusItem:visited{
	width: 75px;
	height: 40px;
	text-align: center;
	line-height: 55px;
	overflow:hidden;
	font-size: .8em; 
	color:#000;
	background-image: url(./images/button_template_focus.gif);	
	display: block;	
	text-decoration:none; 
	font-weight: bold;
}

a.focusItem:hover {
	background-image: url(./images/button_template_on.gif);	
	font-weight: bold;
}

#sideBar{
	background-color: #FFFFCC;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 220px;
}

#contentText{
	margin-left: 220px;
	margin-right: 10px;	
	background-color: #FFFFCC;
	padding: 10px;	
}

.highSchool{
	background-color: #FEDDBE; 
	border: 1px solid #603D98; 
	margin-left: 10px;
	display: block;
}

.daydreamers{
	background-color: #D4CBEB; 
	border: 1px solid #603D98; 
	margin-left: 10px;
	display: block;
}

/****************************************************/

.twoToneBox {
 	width: 200px;
	padding-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	}

.twoToneBox p {
	padding-top: 10px;
	background-color: #CCFFFF;	
  	color: #203A4E;			
	width: 180px;
	text-align: center;
	margin: 0 auto;
	display: block;
	}


.twoToneBox .header {
	background-color: #3233FF;
	color: #FFFF00;
	width: 180px;
	text-align: center;
	font-size: 130%;
	font-weight: bold;
	}

.twoToneBox .gif {
	text-align: center;
	margin-bottom: 0px;
	margin-top: -5px;
	}


.twoToneBox .tl {background: url("./images/tl.gif") 0 0 no-repeat #3233FF; width: 200px}
.twoToneBox .tr {background: url("./images/tr.gif") 100% 0 no-repeat; padding: 10px}
.twoToneBox .TTBcontent {background-color: #CCFFFF; border: 1px solid #3233FF;}


.twoToneBox .bl {background: url("./images/bl.gif") 0 100% no-repeat #3233FF; width: 200px}
.twoToneBox .br {background: url("./images/br.gif") 100% 100% no-repeat; padding: 10px}

/**********************************/

/****************************************************/

.twoToneBox2 {
 	width: 200px;
	padding-right: 0px;
	margin-left: 10px;
	margin-top: 10px;
	}

.twoToneBox2 p {
	padding-top: 10px;
	background-color: #FFFAEF;	
  	color: #203A4E;			
	width: 180px;
	text-align: center;
	margin: 0 auto;
	display: block;
	}


.twoToneBox2 .header2 {
	background-color: #F7941D;
	color: #FFFAEF;
	width: 180px;
	text-align: center;
	font-size: 100%;
	font-weight: bold;
	}

.twoToneBox2 .gif {
	text-align: center;
	margin-bottom: 0px;
	margin-top: -5px;
	}


.twoToneBox2 .tl2 {background: url("./images/tl2.gif") 0 0 no-repeat #F7941D; width: 200px}
.twoToneBox2 .tr2 {background: url("./images/tr2.gif") 100% 0 no-repeat; padding: 10px}
.twoToneBox2 .TTBcontent2 {background-color: #FFFAEF; border: 1px solid #F7941D;}


.twoToneBox2 .bl2 {background: url("./images/bl2.gif") 0 100% no-repeat #F7941D; width: 200px}
.twoToneBox2 .br2 {background: url("./images/br2.gif") 100% 100% no-repeat; padding: 10px}

/**********************************/




.topInfoBox {
	background-color: #ffffff;
	background-image: url(./images/topbox.gif);
	background-repeat: no-repeat;
	width: 550px;	
	margin-left: auto; 
	margin-right:auto;
	height: 10px;
}

.bottomInfoBox{
	background-image: url(./images/bottombox.gif);
	background-repeat: no-repeat;
	width: 550px;	
	margin-left: auto; 
	margin-right:auto;
	height: 10px;
}

.infoBoxContent{
	background-color: #ffffff;
	width: 550px;
	margin-left: auto; 
	margin-right:auto;
/*	border-left: 1px solid #603D98;	*/
}

.infoBoxContent p {
	padding-left: 20px; 
	padding-right: 20px; 
	margin-bottom: 0px;
	margin-top: 0px;
	color: black; 
}

.noBorder {
	border: 0 solid black;
	}


