@charset "utf-8";
/* CSS Document */

body {
	background-color: #AAB7C8;
	background-image: url(images/pagebg.jpg);
	background-repeat: repeat-x;
	margin-top: 15px;
}

a:link {
	color: #164476;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #164476;
}
a:hover {
	text-decoration: none;
	color: #CCCCCC;
}
a:active {
	text-decoration: none;
	color: #164476;
}

.headerbg {
	background-image: url(images/header2_bg.gif);
	background-repeat: no-repeat;
}
.footerbg {
	background-image: url(images/footerbg.gif);
	background-repeat: repeat-x;
}
.leftcolumnbg {
	background-image: url(images/orangebg_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.bluebutton {
	background-image: url(images/bluemenu1.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 210px;
	padding: 0px;
	text-indent: 45px;
	vertical-align: middle;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	text-transform: uppercase;
}
.orangebg {
	background-image: url(images/orangebg.gif);
	background-repeat: repeat-y;
}

.bluebutton2 {
	background-image: url(images/bluemenu2.gif);
	background-repeat: no-repeat;
	height: 43px;
	width: 210px;
	padding: 0px;
	text-indent: 45px;
	vertical-align: middle;
	background-position: center center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	font-size: small;
	text-transform: uppercase;
}
.orangetitle {
	background-image: url(images/orange_title.gif);
	height: 45px;
	width: 210px;
	vertical-align: middle;
}
.titletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #366CAE;
}

.gradebutton {
	background-image: url(images/gradebutton.gif);
	background-repeat: no-repeat;
	height: 25px;
	text-indent: 45px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	vertical-align: middle;
	font-weight: bold;
	text-transform: none;
	background-position: left center;
	text-align: left;
}
.news {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	list-style-position: outside;
	list-style-type: square;
}
.footertext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	padding-right: 5px;
	padding-top: 12px;
}
.titletextWhite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}
.contenttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
}

