* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #d8d4c8;
}

 
#maincontainer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #181818;
	height: auto;
	width: 982px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #797979;
}
#header {
	height: 130px;
	width: 100%;
	background-image: url(../image/headerbg.jpeg);
	background-repeat: repeat-x;
	background-position: left top;
}
#adminareaimg {
	background-image: url(../image/grdbk3.jpeg);
	background-repeat: no-repeat;
	background-position: left top;
	float:right;
	height: 101px;
	width: 850px;
	margin-top: 5px;
}
#companylogo {
	float: left;
	height: 94px;
	width: 92px;
	margin-top: 6px;
	margin-right: 8px;
	background-image:url(../image/schoollogo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#topbar {
	background-image: url(../image/bar_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height: 27px;
	width: 100%;
}
#contentcontainer {
	background-image: url(../image/bodybg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	height: auto;
	width: auto;
	padding-bottom: 10px;
}
#contentcontainer2 {
	height: auto;
	width: auto;
	padding-bottom: 10px;
	background-color: #FFF;
	text-align: center;
}
#leftarea {
	width: 198px;
	height: auto;
	float: left;
}
#leftbutton {
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 188px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 21px;
}

.leftheading
{
	background-image: url(../images/button.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 21px;
	width: 188px;
	padding-left: 10px;
	font-weight: bold;
	line-height: 21px;
}


#lefttext {
	padding-left: 8px;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#rightarea {
	float: left;
	width: 766px;
	margin-left: 10px;
}
#rightarea2 {
	float: left;
	width: 970px;
	margin-left: 6px;
	margin-top: 6px;
}
.stylecontent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	color: #006BBD;
}

.lefttextlist
{
	padding-left: 8px;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}


.orange {
	color: #EC832D;
}
a:link {
	color: #222;
	text-decoration: none;
}
a:visited {
	color: #222;
	text-decoration: none;
}
a:hover {
	color: #E9842D;
	text-decoration: underline;
}
a:active {
	color: #222;
	text-decoration: none;
}


 
