/* Mainstyle CSS used for the entire Adna School District No. 226 website. */

body {
	background-color: #FFFFFF;
	font-family: TrebuchetMS, Arial;
	color: black;
	margin-left: 0px;
	margin-right: -20px;
	border-bottom-color: #0000FF;
	}
p	{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	}
h1 {
	font-size: 14pt; 
	text-align: center;
	}
h2	{
	font-size: 16px;
	text-align: center;
	color: #000060;
	}
dt {
	font: bold 10px verdana;
	margin-left: 0px;
	text-align: left;
	}
dt a {
	text-decoration: none; 
	font: bold 12px verdana; 
	color: #000066;
	}
dt a:hover {
	color: red;
	font-weight: bold;
	}
dd {
	font-size: 10px;
	text-align: left; 
	}
dd a {
	text-decoration: none; 
	font: bold 12px verdana; 
	color: #000066;
	}
dd a:hover {
	color: red;
	font: bold 12px verdana;
	}
dl a {
	text-decoration: none; 
	font: bold 12px verdana; 
	color: #000066;
	}
dl a:hover {
	color: red;
	}
a {
	text-decoration: underline; 
	font: 12px verdana; 
	color: #000066;
	}
a:hover {
	text-decoration: underline; 
	font: 12px verdana; 
	color: red;
	}
#container {
	width: 750px; 
	margin-top: 0px;
	background-color: #6D98BE;
	}
#pageHeader {
	padding: 0;
	margin-bottom: 0;
	margin-top: 0;
	width: 100%;
	}
		
#linkbar {
	border: 4px solid #6D98BE;
	height: 25px;
	background-color: white;
	}
ul#linkbar {
	margin: 0;
	padding: 0;
	text-align: center;
	}
#linkbar li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}
#linkbar a {
	font: bold 10px Verdana;
	padding: 3px 3px;
	color: #000060;
	text-align: center;
	border-left: 1px solid #336699;
	border-bottom: 1px solid #336699;
	}
#linkbar a:link, #linkbar a:visited {
	background: white;
	text-decoration: none;
	}
#linkbar a:hover {
	color: red;
	background: #CBD5E7;
	}
#content {
	width: 563px;
	border-left: 2px solid #6D98BE;
	border-right: 4px solid #6D98BE;
	background-color: #FFFFFF;
	float: left;
	}
#content p, #content ul, #content li{
	font-family: TrebuchetMS, Arial;
	font-size: 12px;
	margin-left: 30px;
	}
#content li {
	text-align: center;
	}
#content h3 {
	font: bold 12px verdana;
	color: #000060;
	padding: 0;
	margin-top: 2px;
	height: 20px;
	margin-left: 5px;
	}

#sidebar {
	float: right;
	width: 205px;
	height: auto;
	margin-right: 0;
	border-bottom: 1px solid #6D98BE;
	border-left: 1px solid #6D98BE;
	background-color: white;
	}
#sidebar h3 {
	font: bold 12px verdana;
	padding: 0;
	margin-top: 0px;
	color: #000060;
	}
#sidebar h2 {
	font: bold 12px verdana;
	height: 20px;
	margin-top: 0px;
}
#sidebar p {
	font-family: TrebuchetMS, Arial, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	margin-right: 5px;
	background-color: #FFFFFF;
	}
#sidebar ul {
	font-family: TrebuchetMS, Arial, sans-serif;
	font-size: 12px;
	text-align: left;
	}
#sidebar dl {
	margin: 0;
	padding: 0;
	}
#sidebar dt {
	margin-left: 5px;
	border-top: 1px solid #CBD5E7;
	margin-top: 5px;
	}
#sidebar a {
	font-size: 10px;
	}
#sidebar dd {
	margin-left: 15px;
	}
#navigation{
	float: left;
	border-right: 2px solid #6D98BE;
	border-left: 4px solid #6D98BE;
	background:#FFFFFF;
	width: 175px;
	}
#navigation h3 {
	font: bold 12px verdana;
	color: #0000FF;
	padding: 0;
	margin-top: 0px;
	}
ul#nav {
	text-align: left;
	margin-left: 0;		
	padding: 0;
	list-style-type:square;
	}
ul#nav ul{
	width: 125px;
	margin: 0 0 0 5px;
	padding:0;
	}
ul#nav a, ul#nav a:link{
	text-decoration: none;
	font: bold 10px verdana; 
	color: #333;
	}
ul#nav abbr, ul#nav acronym{
	text-decoration: none;
	}
ul#nav a:hover {
	color: red;
	}
html>body ul#nav.mainjs_nav li{
	height:auto;
	}
ul#nav.mainjs_nav{
	padding: 5px;
	list-style-type:none;
	}
ul#nav.mainjs_nav li{
	width: 0px; 
	margin: 0px;
	padding-bottom: 3px;
	list-style-type:none;
	background-color: white;
	}
ul.mainjs_nav a,ul.mainjs_nav strong{
	width: 125px;
	text-decoration:none;
	color:#333;
	display:block;
	padding:0 0 0 17px;
	}
#footer {
	width: 750px;
	clear: both;
	font: 12px arial;
	color: white;
	background-color: #6D98BE;
	border-top: 3px solid #CBD5E7;
	}
#footer p {
	font-size: 10px;
	margin: 0;
	}
#footer a {
	text-decoration: underline;
	font-size: 10px;
	color: white;
	}
#footer a:hover{
	text-decoration: underline;
	font-size: 10px;
	color: red;
	}
#intro {
	font-family: Arial; 
	margin-left: 180px;
	}
#intro a {
	text-decoration: none; 
	font: bold 12px verdana; 
	color: #666699;
	}
#intro a:hover {
	color: red;
	}
#intro img {
	float: left;
	padding: 10px;
	}
#supportingText {
	font-family: Arial; 
	font-size: 12px; 
	margin-left: 180px;
	}
#supportingText a { 
	font:  12px verdana; 
	color: #666699;
	}
#supportingText a:hover {
	color: red;
	}
#supportingText ul {
	list-style-type: disc;
	}
#supportingText img {
	float: left;
	padding: 5px;
	padding-bottom: 20px;
	}
#supTextHead {
	font-family: Arial; 
	font-size: 12pt; 
	margin-left: 180px;
	}
#spacer {
	width: 750px;
	height: 10px;
	background-color: #C6D7E3;
	}
#headlines {
	border-top: 1px solid #CBD5E7;
	border-bottom: 1px solid #CBD5E7;
	clear: left;
	height: auto;
	}
#headlines h4 {
	text-align: left;
	margin-left: 2px;
	}
#headlines ul {text-align: left;}
a.red {color: #800000; text-decoration: underline;}
a.red:hover {color: red; text-decoration: underline;}
a.blue {color: #000060; text-decoration: underline; font-weight: normal;}
a.blue:hover {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: normal;
}
.important {font-size: 14px; text-align: left;}
	/* Classes added to show and hide and to indicate active state */
		.mainjs_hide{display:none;}
		.mainjs_show{display:block;}
		.mainjs_parent{background:url(plus.gif) no-repeat 0 100% transparent;}
		.mainjs_active{background:url(minus.gif) no-repeat 0 50% transparent;}
		.bgimage {background-repeat: no-repeat; background-position: top center; padding: 0;}
