@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

#alerth {
	width: 100%;
	background: red;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 36px;
	text-align: center;
	padding: 10px 0;
}

#alertm {
	width: 100%;
	background: red;
	color: white;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	text-align: center;
	padding-bottom: 20px;
}


body {
	background: #eee;
}

img {
	border: none;
}

div#headbox {
	margin:0 auto;
	width: 770px;
	padding: 5px;
	background: #003399;
	margin-bottom: 5px;
	margin-top: 5px;
}

div#container {
	width: 770px;
	margin: 0 auto;
	padding: 5px;
	background: #003399;
}

div#inner-left {
	width: 300px;
	float: left;
	background: #003399;
}

div#inner-right {
	width: 470px;
	float: right;
	background: #003399;
	text-align: center;
	margin-bottom: 5px;
	padding: 0;
	text-align: right;
}

div#footer {
	clear: both;
	padding: 5px 0;
	text-align: center;
	background: #003399;
	font-size: 10px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	color: white;
}

div#footer a:link, div#footer a:visited {
	color: #ffcc33;
}

div#footer a:hover {
	color: black;
}

#inner-left ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
}

#inner-left a {
	display: block;
	margin-left: 15px;
	padding-left: 4px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 270px;
	background-color: #003399;
}

#inner-left a:link, #navlist a:visited {
	color: #ffcc33;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}

#inner-left a:hover {
	color: #000;
}

#navlist3 a:link, #navlist3 a:visited {
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}

#navlist3 a:hover {
	color: #000;
}

#space {
	height: 10px;
}

div#framebox {
	background-color: white;
	width: 460px;
	padding-top: 6px;
	padding-bottom: 6px;
	float: right;
	margin-bottom: 5px;
}

iframe {
	border: 1px solid white;
}

.announce {
	font-size: 36px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 1;
}

.lft_hdr1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-size: 10px;
	background-color: white;
	padding: 7px 0;
	width: 270px;
	padding-left: 16px;
	font-weight: bold;
}

.lft_hdr2 {
	font-family: Tahoma, Geneva, sans-serif;
	color: black;
	font-size: 10px;
	background-color: #ffcc33;
	padding: 7px 0;
	width: 270px;
	padding-left: 16px;
	font-weight: bold;
}

.schoolnews {
	text-align: center;
	color: white;
}

.schoolnews a:link, .schoolnews a:visited {
	font-family: Tahoma;
	color: white;
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.schoolnews a:hover {
	color: black;
}