/* CSS Document */

/* color
cross purple    = 990099
white cross     = ffffff
blue background = 9933ff
*/


html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #9933ff;
}

#header1 {
	position:absolute;
	left: 0px;
	top: 0px; 
	width:1024px;
	height:150px;
	background:url(../StdImages/header.gif);

	margin:0px auto ;
	background-repeat: no-repeat;
}

#footer1 {
	position: relative;
	top: 20px;
	display:block;
	width:1024px;
	height:50px;
	background:url(../StdImages/footer.gif);
	margin:0px auto ;
	background-repeat: no-repeat;
}

#wrapper1 {
	position: absolute;
	left: 10px;
	top: 150px;
	color: #666666;
	width: 1000px;
	margin: 0px 0px;
	background-color: #9933ff;
	background-image: url(../StdImages/middlegrades.gif);
	background-repeat: no-repeat;
}

#wrapper2 {
	position:absolute;
	margin: 0px 0px;
	left: inherit;
	top: 0px; 
	color: #666666;
	width: 1024px;
	background-color: #9933ff;

}

#menu1 {
	position:absolute;
	left: 244px;
	top: 106px;
	color: #666666;
	width: 750px;
	margin: 0px 0px;
	background-color: #909;
}

#wrapper2a {
	position:absolute;
	left: 10px;
	top: 150px; 
	color: #666666;
	width: 167px;
	margin: 0px 0px;
	background-color: #9933ff;
	
}

#wrapper2b {
	position: absolute;
	left: 187px;
	top: 150px;
	color: #666666;
	width: 750px;
	margin: 0px 0px;
	padding-left: 65px;
	background-color: #9933ff;
	background:url(../StdImages/middle1.gif) repeat-y;
}

a:link {color: #ff0; }
a:visited {color: #0ff}
a:link img {color: #ff0}
a:visited img {color: #0ff}
p {color:#000000; padding-bottom: 1em }
h1 {color:#26354A; border-bottom: 1px solid; padding-top: 1em; padding-bottom: 0em; font-size: x-large}
h2 {color:#26354A; border-bottom: 1px solid; padding-top: 1em; padding-bottom: .25em; font-size: large }
h3 {color:#26354A; border-bottom: 1px solid; padding-top: .5em; padding-bottom:  .25em; font-size:medium }
h5 {color: #26354a; padding-top: 0em; padding-bottom: .0em; font-size: small; }
h6 {color:#ffcc00; padding-top: 0em; padding-bottom: .0em; font-size: x-small; }
li {color:#000000; padding-bottom: .5em; margin-left:40px; } 


#sitesearch {
	position: static ;
	top: 45px;
	left: 536px;
	height: 40px;
	width: 210px;
	margin: 0px;
}

form { 
  font:100% Geneva, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
}

