@charset "utf-8";
/* formatting style
----------------------------*/
* {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}
body {
	color: #333333;
	background-image: url(images/body_bg.gif);
	background-repeat: repeat;
	font-family: sans-serif;
	font-size: 75%;
	line-height: 1.6;
}
/* link style
----------------------------*/
a imag {
	border-style: none;
}
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	color: #999999;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	position: relative;
	left: 1px;
	top: 1px;
}
/* basic layout
----------------------------*/
#wrapper {
	background-color: #FFFFFF;
	width: 700px;
	border-right: 2px solid #336699;
	border-left: 2px solid #336699;
	margin: 0px auto;
}
#main {
	padding: 15px;
	float: right;
	width: 440px;
	margin-bottom: 20px;
}
#main h3 {
	font-size: 100%;
	font-weight: bold;
	padding: 2px 0px 1px 15px;
	margin-bottom: 15px;
	border-top: 3px solid #003399;
	border-bottom: 1px dotted #999999;
}

#main table {
	border: 0.5px solid #EEEEEE;
}
#home #main h4 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}
#staff #main h4 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}
#support #main h4 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}
#link #main h5 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
	font-weight: bold;
	font-size: medium;
}
#home #main #n1 {
	color: #FF0000;
}
#security #main h5 {
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
	text-indent: 15px;
}
#sitemap #main h4 {
	color: #FF3300;
	text-decoration: none;
}
#sitemap #main a:link {
	color: #FF3300;
	text-decoration: none;
}
#sitemap #main a:visited {
	color: #FF3300;
	text-decoration: none;
}
#sitemap #main a:hover {
	color: #000099;
	text-decoration: none;
}
#sitemap #main a:active {
	position: relative;
	left: 1px;
	top: 1px;
}



#sidebar {
	padding: 5px 5px 5px 0px;
	float: left;
	width: 225px;
	margin-bottom: 10px;
}
#footer {
	padding: 15px;
	clear: both;
	color: #FFFFFF;
	background-color: #336699;
}
/* header styles
----------------------------*/
#header {
	background-image: url(images/header06.jpg);
	height: 150px;
	border-top: 2px solid #FF6600;
	position: relative;
}
#room #header {
	background-image: url(images/header02.jpg);
}
#link #header {
	background-image: url(images/header03.jpg);
}
#staff #main a:visited {
	color: #333333;
}

#support #header {
	background-image: url(images/header09.jpg);
}
#staff #header {
	background-image: url(images/header08.jpg);
}
#security #header {
	background-image: url(images/header01.jpg);
}
#sitemap #header {
	background-image: url(images/header07.jpg);
}
#student #header {
	background-image: url(photo/Image010.jpg);
}

#header #logo {
	position: absolute;
	top: 7px;
	left: 5px;
}
/* sidebar styles
----------------------------*/

#home #sidebar #home a,
#center #sidebar #center a,
#room #sidebar #room a,
#link #sidebar #link a,
#support #sidebar #support a,
#staff #sidebar #staff a,
#blog #sidebar #blog a ,
#security #sidebar #security a ,
#student #sidebar #student a {
	color: #FFFFFF;
	background-color: #828CA7;
}
#sidebar ul {
	background-color: #FFFFFF;
	width: 225px;
	position: relative;
	top: 0px;
	bottom: 0px;
}
#sidebar ul li {
	list-style: url(none) none;
	float: left;
}
#sidebar ul li a {
	list-style: url(none) none;
	float: left;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	line-height: 2.5em;
	color: #666666;
	background-color: #CCCCCC;
	height: 2.5em;
	width: 220px;
	text-align: left;
	display: block;
	border: 1px solid #336699;
	margin: 1px;
	text-decoration: none;
	background-position: left center;
}
#sidebar ul li a:hover {
	background-color: #E8ECF5;
}


#footer ul li a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer ul li {
	list-style: none;
	line-height: normal;
}
#footer p {
	margin: 0px;
	float: right;
	color: #CCCCCC;
}
#footer p a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#footer p a {
	color: #CCCCCC;
}

