@charset "utf-8";
/* CSS Document */

html, body {
	margin:0;
	padding:0;
}

body {
	font-family:"Segoe UI", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background-color:#6599FF;
}

a {
	text-decoration:none;
	color:#0000FF
}
a:hover {text-decoration:underline}

div#toplinks, div#btmlinks {
	display:block;
	height:24px;
	font-size:0.8em;
}
#toplinks {
	background-color: #6599FF;
}


div#toplinks, div#toplinks a {
	color:#000;
	text-align:center;
	padding-top:8px;
	font-weight:bold;
}

div#btmlinks, div#btmlinks a {
	color:#000000;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	font-weight:bold;
}

div#frame {
	width:780px;
	margin-left:auto;
	margin-right:auto;
}
#wrapper {
	background-image: url(../images/strip.jpg);
	background-repeat: repeat-x;
}


div#banner {
	display:block;
	background-image:url(../images/header.jpg);
	height:167px;
	background-repeat: no-repeat;
}

div#links {
	display:block;
	width:100%;
	height:24px;
}

div#links div, div#links a {
	display:block;
	height:24px;
	float:left
}
div#links a:hover {
	background-position:0 -24px
}

a#nav_home {
	background-image:url(../images/btn_home.jpg);
	width:106px
}
a#nav_about {
	background-image:url(../images/btn_about.jpg);
	width:94px
}
a#nav_curriculum {
	background-image:url(../images/btn_curriculum.jpg);
	width:95px
}
a#nav_calendar {
	background-image:url(../images/btn_calendar.jpg);
	width:95px
}
a#nav_documents {
	background-image:url(../images/btn_documents.jpg);
	width:97px
}
a#nav_contact {
	background-image:url(../images/btn_contact.jpg);
	width:97px
}
a#nav_links {
	background-image:url(../images/btn_links.jpg);
	width:96px
}
a#nav_news {
	background-image:url(../images/btn_news.jpg);
	width:100px
}

div#content {
	background-image: url(../images/content_repeat.jpg);
	background-repeat: repeat-y;
	width: 780px;

}

div#content_inner {
	min-height:100px;
	height:auto !important;
	height:100px;
	text-align:justify;
	background-repeat:no-repeat;
	color:#000000;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	width: 700px;
	background-image: url(../images/content_top.jpg);
	padding-bottom: 5px;
	position:relative;
}
.comment_content {
}
.comment_user {
	width: 150px;
}
.comment_username {
	margin: 0px;
}
.comment_table {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 100%;
	background-color: #CCCCFE;
	border: 1px solid #6599FF;
}
#content_image_right {
	float: left;
	width: 214px;
	background-image: url(../images/content_right.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 400px;
}


div#footer {
	display:block;
	height:80px;
	color:#fff;
	text-align:center;
	clear: both;
	background-image: url(../images/footer.jpg);
	position: relative;
	
}
#logos {
	text-align: center;
	color: #FAFCCD;
}



h1, h2 {margin:0; padding:0}
img {border:0}

div#banner h1,
div#links span,
div#footer span
{display:none}
#footer_left {
	position: absolute;
	left: 40px;
	top: 5px;
	font-size: 70%;
	width: 325px;
	text-align: left;
}
#footer_left p {
	padding: 0px;
	margin: 0px;
}

#footer_right {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 90%;
	text-align: right;
	width: 500px;
}
.comment_date {
	margin: 0px;
	font-size: 70%;
}
.docs_pagetitle {
	margin: 0px;
}
.doclist_link {
	margin: 0px;
	font-size: 70%;
}
.login_area {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 70%;
	text-align: right;
}
.doclist_table {
	margin-top: 10px;
}

.textbox_100pc {
	width: 100%;
}
.textbox_90pc {
	width: 90%;
}
