/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#c8c8c8;;
	
}

body, html {
	height:100%;
}

#wrapper {
	width:965px;
	position:absolute;
	padding:0;
	left:50%;
	margin-left:-482px;
	background:#ffffff;
	height:606px;
}

#header {
	height:90px;
	background:url(bannerbg.jpg) #fff top right no-repeat;
}

#header h2 {
	height:90px;
	background:url(shulogo.jpg) no-repeat;
	padding:0;
	margin:0;
}


.loginbar {
	margin-top:-80px;
	margin-right:10px;
	float:right;
	width:300px;
	display:inline;
}

.login {
	float:left;
	margin:0 0px 0 5px;
	display:inline;
}

.logininfo {
	float:right;
	margin:0 10px 0 0;
	display:inline;
}

.language {
	float:right;
	margin:-30px 15px 0 0;
	display:inline;
	clear:both;
}

#navigation {
	height:39px;
	background:url(menubg.jpg) no-repeat;
}

#content  {
	width:965px;
	padding:0;
	margin:0
}

.contentleft {
	float:left;
	width:540px;
	margin:0;
	padding:0;
	height:308px;
}

.flash {
	float:left;
	margin:0;
	padding:0;
}

.searchbar {
	float:left;
	height:25px;
	width:540px;
	margin:0;
	padding:0;
	background:url(searchbarbg.jpg) no-repeat;
}

.newscontent {
	float:right;
	width:425px;
	height:308px;
	margin:0;
	padding:0;
	background:url(newscontentbg.jpg) #4c81bf no-repeat;
}
#newscontent a:hover {
	text-decoration: none;
}

#bottommenu {
	width:965px;
	background:url(bottommenubg.jpg) no-repeat;
	height:31px;
}

#bottommenu a:hover {
	text-decoration: none;
}

#quicklink {
	width:965px;
	margin-top:2px;
	background:url(quicklinkbg.jpg) no-repeat;
	height:44px;
	display:block;
	text-align:center;
}

#copyright {
	width:965px;
	background:url(copyrightbg.jpg) no-repeat;
	height:90px;
	display:block;
	text-align:center;
}

.clear {
	clear:both;
}


input{
	color:#014175;
	border:solid 1px #2f80c5;
}

input.search{
	color:#f08282;
	border:solid 1px #2f80c5;
}

input.gobtn {
	margin-left:5px;
	background:url(gobtn.gif) 3px 0  no-repeat;
	border-style:none;
	width:35px;
	height:18px;
	cursor:hand;
}

