/*******************BLUE************************/
body {
	margin:0 auto;
	padding: 0px;
	height: 100%;
	font-family: Arial, Helvetica, Sans Serif;
	clear:both;
	font-size:13px;
	background:#18375f;
	
}
a {
	color:#656565;
	font-size:13px;
	text-decoration:underline;
}
a:hover {
	color:#656565;
	font-size:13px;
	text-decoration:none;
}
a img {
border:none;
text-decoration:none;}

ul {
	font-weight:normal;
	list-style-type:none;
}
p {
	color:#333333;
	font-weight:normal;
}



/*1st page*/
.schools{
position:absolute;
top:45%;
left:43%;
text-align:center;
text-transform:uppercase;
font-size:14px;
border:1px solid #A78341;
background:url(../images/1page.png) repeat;
padding:25px;
}
* html .schools{
background:none;
}

.schools ul {
margin:0px;
padding:0px;

}

.schools ul li{
padding:10px;
}


.schools li a,.schools li a:visited {
color:#E0D3BA;
text-decoratiopn:none;
font-weight:bold;
}

.schools li a:hover {
text-decoratiopn:underline;
}
/*1st page end*/

/*Panels*/

div.top-panel{
height:64px;
background:url(../images/blue-top-panel-bg.gif) repeat-x top;
position:absolute;
top:0;
width:100%;
text-align:center;
}

div.top-panel a.settings{
float:right;
margin-top:20px;
padding-right:15px;
}

.top-panel p{
text-transform:uppercase;
color:#ffffff;
font-weight:bold;
font-size:14px;
display:block;
margin-top:18px;
text-align:center;
}

.top-panel a.back{
float:left;
display:block;
color:#e4af21;
margin-top:20px;
padding-left:15px;
font-weight:bold;}

.book{

position: absolute;
top:50%;
margin-top:-251px;
width:100%;

}

.bottom-panel{
height:64px;
background:url(../images/blue-bottom-panel-bg.gif) repeat-x top;
position:absolute;
bottom:0;
width:100%;
text-align:center;
}


.bottom-panel ul{
padding:0px;
margin:0px;
list-style-type:none;
text-align:center;
}

.bottom-panel ul li{display:inline;padding-left:10px;}
.bottom-panel ul li img{height:35px;margin-top:15px;}

/**********END OF BLUE**********/


