/* CSS Document */

body{
	margin: 0px;
	padding: 0px;
	font: 11px verdana;
	background: url(../gfx/bgRepeat.gif) repeat-x;
	color: white;
}

h1{	
	font: bold 28px verdana;
	color: #392861;
	display: inline;
}

h2{	
	font: bold 15px verdana;
	color: #392861;
	display: inline;
}

h3{	
	font: bold 13px verdana;
	color: #392861;
	display: inline;
}

.clear{	clear: both; }


a{
	color: white;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

input, textarea{ 
	width: 100%;
	background: white;
	border: solid 1px #797979;	
}

 input#submit{
	width: 75px;
	background: url(../gfx/buttonSubmit.gif) no-repeat;
	height: 28px;
	margin-left: 61px;
	padding-bottom: 50px;
	border: none;
}


#box{
	width: 770px;
	margin: 0 auto;
	background: url(../gfx/topBarRepeat.gif) repeat-x top;
}

#topBar{
	height: 24px;
	padding: 10px 23px 0px 0px;
	text-align: right;
}

#header{
	height: 62px;
	padding-top: 32px;
}

a#logo{
	background: url(../gfx/logo.gif) no-repeat;
	height: 24px;
	display: block;
} 

#navigation{
	height: 38px;
	background: url(../gfx/navRightEnd.gif) no-repeat right;
}

#banner{
	clear: both;
	height: 229px;
	background: url(../gfx/bannerRepeat.jpg) repeat-y;
}

#bannerLeft{
	float: left;
	width: 200px;
	background: url(../gfx/bannerLeft.jpg) no-repeat;
	height: 64px;
	padding: 165px 0px 0px 18px;
}

#bannerRight{
	float: right;
	background: url(../gfx/bannerRightHome.jpg) no-repeat left;
/* 	width: 541px; */
	width: 547px;
	margin-right: 5px;	
	height: 229px;
	text-align: right;
}

#bannerRightAbout{
	float: right;
	width: 547px;
	margin-right: 5px;	
	background: url(../gfx/bannerRightCorporate.jpg) no-repeat;
	height: 229px;
	text-align: right;
}

#bannerRightSchools{
	float: right;
	width: 547px;
	margin-right: 5px;	
	background: url(../gfx/bannerRightSchools.jpg) no-repeat;
	height: 229px;
	text-align: right;
}

#bannerRightCommunity{
	float: right;
	width: 547px;
	margin-right: 5px;	
	background: url(../gfx/bannerRightCommunity.jpg) no-repeat;
	height: 229px;
	text-align: right;
}

#bannerRightNews{
	float: right;
	width: 547px;
	margin-right: 5px;	
	background: url(../gfx/bannerRightNews.jpg) no-repeat;
	height: 229px;
	text-align: right;
}

#mainArea{
	color: #392861;
	background: url(../gfx/mainAreaBg.gif) repeat-y;
}

#mainArea a{
	color: #0033CC;
}

#mainArea a:hover{
	color: #0033CC;
	text-decoration: underline;
}

#mainAreaTop{
	background: url(../gfx/mainAreaTop.gif) no-repeat;
	height: 39px;
}

#mainLeft{
	float: left;
	width: 369px;
	padding: 24px 60px 0px 69px;
}

#mainRight{
	float: right;
	width: 192px;
	padding: 19px 62px 0px 18px;
}

#footer{
	clear: both;
	background: url(../gfx/footer.gif) no-repeat;
	height: 60px;
}

#bottom{
	clear: both;
	padding-top: 10px;
	color: black;
	width: 771px;
	margin: 0 auto;
}

#bottom a{
	color: black;
}

#bottomLeft{
	float: left;
	width: 45%;
	padding-left: 5%;
}

#bottomRight{
	float: right;
	width: 45%;
	padding-right: 5%;
	text-align: right;
}

#contentTop{
	background: url(../gfx/bgContentTop.gif) top no-repeat;
	width: 771px;
	height: 32px;
}

.contentTopRepeat{
	background: url(../gfx/bgContentTopRepeat.gif) repeat-y;
	width: 771px;
}

.contentMiddle{
	background: url(../gfx/bgContentMiddle.gif) no-repeat;
	width: 771px;
	height: 24px;
}

.contentBottomRepeat{
	background: url(../gfx/bgContentBottomRepeat.gif) repeat-y;
	width: 771px;
}

#contentBottom{
	background: url(../gfx/bgContentBottom.gif) bottom no-repeat;
	width: 771px;
	height: 66px;
}

.contentLeft{
	margin-left: 40px;
	float:left;
	width: 300px;
	padding: 10px;
}

.contentRight{
	margin-right: 40px;
	float:right;
	width: 300px;
	padding: 10px;
}

#news{
	background: url(../gfx/bgNewsRepeat.gif) repeat-y;
	width: 770px;
}

#newsLHS{
	float: left;
	width: 386px;
}

.newsLeftTop{
	background: url(../gfx/bgNewsTopLeftRepeat.gif) repeat-y;
	width: 386px;
	
}

.newsMiddle{
	background: url(../gfx/bgNewsLeftMiddle.gif) no-repeat;
	width: 386px;
	height: 24px;
	
}

.newsLeftBottom{
	background: url(../gfx/bgNewsBottomLeftRepeat.gif) repeat-y;
	width: 386px;
	
}

#newsRight{
	float: right;
	background: url(../gfx/bgNewsRightRepeat.gif) repeat-y;
	width: 384px;
}

.white{
	color: #ffffff;
}

.profilepic{
	padding: 3px;
	margin: 3px;
	border: 1px solid black;
}