.outerSite{
	width:901px;
	margin:auto;
	background-color:#FFFFFF;
}

.greenBar{
	width:901px;
	height:15px;
	background-color:#000400;
}

.schoolTitle{
	background-image:url('/template/images/schoolName.gif');
	background-position:top left;
	background-repeat:no-repeat;
	height:28px;
	width:901px;
}

.topNav{
	background-color:#000400;
	width:901px;
	height:30px;
}

.breadCrumbs{
	width:899px;
	border:1px solid #000000;
	text-align:right;
	height:25px;
	background-color:#eeeeea;
}

.contArea{
	border-left:2px solid #6c9692;
	border-right:2px solid #6c9692;
	width:897px;
	position:relative;
	background:url('/template/images/leftNavBack2.gif') bottom left no-repeat;
}

* html .contArea{
	height:500px;
	margin-top:0px;
	padding-top:0px;
}

.menuLeft{
	min-height:500px;
	width:160px;	
	float:left;
} 

* html .menuLeft{
	height:500px;
	padding-bottom:0px;
	margin-bottom::0px;
}

.content{
	float:left;
	min-height:500px;
	width:727px;
	padding-left:10px;
	margin-bottom:1px;
	background:url('/template/images/contentBack.png') bottom right no-repeat;
}

* html .content{
	float:right;
	background:url('/template/images/contentBack.gif') bottom right no-repeat;
	height:500px;
	width: 726px;
}

.clear {
	clear:both;
	overflow:none;
	height:0px;
	padding:0px;
	margin:0px;
}

.footerImages{
	
	width:697px;
	text-align:center;
	margin: 0px auto;
	padding-left:150px;
}

/*Home Page css*/
.latestNewsFront{
	width:183px;
	margin-right:10px;
	float:right;
}

.latNewsTop{
	width:183px;
	height:30px;
	background:url('/template/images/latNewsTop.gif') top left no-repeat;
}

.latNewsCont{
	width:183px;
	background:url('/template/images/latNewsContent.gif') bottom right repeat-y;
}

.latNewsBot{
	width:183px;
	height:15px;
	background:url('/template/images/latNewsBot.gif') bottom right no-repeat;
}