body {
	/*behavior:url(Assets/csshover.htc);*/
	text-align:center;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	background:#6E7EAB;
	margin:0px;
	padding:0px;
}
/************* MAIN *********************/
#container {
	background:#FFF;
}
/** HEADER **/
#header {
	background-image:url(files/school%20graphics/new%20header%20image/header%20image.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	height:82px;
}
#header h1,#header h2 {
	display:none;
}
/** SUBHEADER **/
#subheader {
	background-image:url(Images/bg_01.gif);
	padding:6px 0px;
}
	.sub #subheader {
		height:7px;
		padding:0;
	}
#blue {
	background:#6E7EAB;
	border:#FFF solid;
	border-width:1px 0px;
	height:174px;
}
#images {
	background:#667194;
	border-left:#FFF 1px solid;
	border-right:#FFF 1px solid;
	width:760px;
	margin:auto;
}
#search {
	float:left;
	font-size:12px;
	text-align:left;
	color:#FFF;
	border-right:#FFF 1px solid;
	width:199px;
	height:174px;
}
#search h3 {
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	background:#556086;
	border-bottom:#A8AFC6 1px solid;
	margin:0px;
	padding:5px;
}
#search form {
	padding:15px 20px 0px 20px;
}
#search input {
	margin:6px 0px;
}
#flash {
	float:right;
	width:560px;
	height:174px;
}
/** BODY **/
#main {
	text-align:left;
	background-image:url(Images/bg_02.gif);
	background-position:top center;
	background-repeat:repeat-y;
	border-right:#CCC 1px solid;
	width:760px;
	margin:1px auto;
}
.sub #main {
	background-position:top left;
	width:100%;
	border-right-width:0;
}
#sidebar {
	float:left;
	padding:0px 1px;
	width:198px;
}
#sidebar h3 {
	font-size:12px;
	font-weight:normal;
	color:#424D73;
	background:#A6ADBF;
	border-top:#828CA7 1px solid;
	border-bottom:#828CA7 1px solid;
	margin:0px;
	padding:5px;
}
.channel {
	padding:5px;
}
#contentarea {
	float:right;
	width:560px;
}
.sub #contentarea {
	float:none;
	margin:0 0 0 203px;
	width:auto;
}
#isite_content {
	padding:5px;
}
/** FOOTER **/
#footer {
	background-image:url(Images/bg_01.gif);
	padding-top:6px;
}
/********** COPYRIGHT *******************/
#copyright {
	padding:5px;
	color:#C3CCE0;
	background:#6E7EAB;
	border-top:#FFF 1px solid;
}
/************* MENU *********************/
/** TOPMENU **/
#topmenu {
	width:730px;
	text-align:right;
	margin:auto;
	padding:10px;
}
#topmenu ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#topmenu li {
	display:inline;
	border-right:#6A76B4 1px solid;
}
#topmenu a {
	color:#CA0C0C;
	padding:0px 7px;
}
#topmenu a:hover {
	text-decoration:underline;
	color:#6A76B4;
}
/*************/
#menu {
	font-size:12px;
	color:#667194;
}
#menu a {
	display:block;
	text-decoration:none;
}
.menuitem {
	padding:6px;
	width:185px;
	border-bottom:#DCE0EA 1px solid;
}
#menu a:hover {
	color:#424D73;
	text-decoration:underline;
	background:#E9EDF5;
}
/** SUB MENU **/
.menucontainer {
	z-index:4;
	visibility:hidden;
	position:absolute;
	background:#CACDF5;
	padding:0px;
	margin:0px;
	border:#4C4F6F 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#666666', Direction=135, Strength=2);
}
.subitem {
	font-size:11px;
	border-top:#FFF 1px solid;
	padding:5px;
	width:135px;
}
/************************** LINKS ************************/
a {
	color:#373F7F;
	text-decoration:none;
}
a:hover {
	color:#666666;
	text-decoration:underline;
}
#images:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html #images {height: 1%;}
/* End hide from IE-mac */