html, body {
	margin: 0px;
	background-color: #05053C;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: top center;
	height: 100%;
}

h1 /* page titles */ {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	line-height: 25px;
	display: inline;
	color: #7DAFE0;
	font-weight: normal;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h2 /* section titles */, strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 24px;
	color: #000000;
	display: inline;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

h3 /* learning community titles */ {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 19px;
	line-height: 25px;
	display: inline;
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
    padding-bottom: 0px;
}

hr /* rules */ {
	height: thin;
	color: #999999;
	background-color: #999999;
	margin-top: 10px;
	margin-bottom: 10px;
}

#wrapper {
	width: 1200px;
	top: 0px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(images/bgContent.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

#wrapperblank {
	width: 1200px;
	top: 0px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	background-image: url(images/bgContentBlank.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

* html div#wrapper {
	height: 100%; 
}

#header {
	width: 100%;
	height: 240px;
	top: 0px;
	position: relative;
}

.header {
	background-image: url(images/bannerN.jpg);
	background-repeat: no-repeat;
}

#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 30px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/bgNavMain.png);
	background-repeat: repeat-x;
	display: block;
}

#navigation a:hover {
	color: #000000;
}

#title {
	width: 100%;
	height: 54px;
	top: 0px;
	position: relative;
}

#content {
	width: 100%;
	top: 0px;
	padding-bottom: 60px;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #444444;
}

#content a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #CC0000;
}

#content a:hover {
	text-decoration: none;
}

#footer {
	width: 100%;
	height: 60px;
	bottom: 0px;
	position: absolute;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #CC0000;
	background-image: url(images/bgNavBottom.png);
	background-position: top center;
	background-repeat: no-repeat;
}

#navigationbottom a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	line-height: 18px;
	color: #CC0000;
}

#navigationbottom a:hover {
	color: #000000;
	text-decoration: none;
}

#teachers, #students, #parents, #corporate {
	width: 675px;
	min-height: 100%;
	display: none;
}

.textnote {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 14px;
	color: #0000FF;
}

 
.hidearea {
	display: none;
}

.showarea {
	width: 675px;
}

#subnav {
	width: 325px;
	height: 46px;
	padding-top: 12px;
	background-image: url(images/bgNavSub.gif);
	background-repeat: no-repeat;
}

#subnav a,
#subnav a.hidenav:link,
#subnav a.hidenav:visited,
#subnav a.shownav:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

#subnav a.shownav:link,
#subnav a.shownav:visited,
#subnav a.hidenav:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	text-decoration: none;
	font-size: 11px;
}

#subnav a:hover {
	color: #000000;
}



.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #000000;
}

a.copyright:hover {
	text-decoration: none;
}

.bgrepeat-x {
	background-repeat: repeat-x;
}

.bgrepeat-y {
	background-repeat: repeat-y;
}

.bgnorepeat {
	background-repeat: no-repeat;
	background-position: top center;
}

.imageright {
	margin-left: 15px;
	margin-top: 5px;
}

.imageleft {
	margin-right: 15px;
	margin-top: 5px;
}