/* CSS Document */

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: #D3DCE6;
}

#header1 {

	width:800px;
	height:110px;
	background:url(../images/header.gif);

	margin:0px auto ;
	background-repeat: no-repeat;
}

#footer1 {
	position: relative;
	top: 20px;
	display:block;
	width:800px;
	height:50px;
	background:url(../images/footer.gif);
	margin:0px auto ;
	background-repeat: no-repeat;
}

#wrapper1 {
	color: #666666;
	margin: 0px 0px; 
	width: 800px;
	background-color: #D3DCE6;
}

#wrapper2a {
	position:absolute;
	margin: 0px 0px;
	left: inherit;
	top: 140px; 
	color: #666666;
	width: 500px;
	background-color: #D3DCE6;
}

#wrapper2b {
	position: absolute; 
	left: 520px; 
	top: 140px;
	text-align:center;
	color: #666666;
	margin: 0px 0px ;
	width: 280px;
	background-color: #FFCC00;
}

/* center justified, not working in IE correctly
#wrapper1 {
	color: #666666;
	margin: 0px auto; 
	width: 800px;
	background-color: #D3DCE6;
}

#wrapper2a {
	position:absolute;
	margin: 0px auto;
	left: auto;
	top: 140px; 
	color: #666666;
	width: 500px;
	background-color: #D3DCE6;
}

#wrapper2b {
	position: relative; 
	left: 260px; 
	top: 10px;
	text-align:center;
	color: #666666;
	margin: 0px auto 10px auto;
	width: 280px;
	background-color: #FFCC00;
} */ 

a:link {color: #26354A; }
a:visited {color: #FF0000}
a:link img {border: medium; color: #26354A}
a:visited img {border: medium; color: #FF0000}
p {color:#000000 }
h1 {color:#FFCC00; padding-top: 0em; padding-bottom: 0em; font-size: x-large}
h2 {color:#26354A; border-bottom: 1px solid; padding-top: 1em; padding-bottom: .25em }
h3 {color:#26354A; border-bottom: 1px solid; padding-top: .5em; padding-bottom:  .25em }
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;} 

/* #wrapper1 ul, ol, li, p, h1, h2, h3, h4, h5, h6 { margin: 0px, 30px} */ 
/*#2wrapper ul, ol, li, p, h1, h2, h3, h4, h5, h6 { margin: 0px} */



#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;
}

/* form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out
  border-color: #000;
  border-width: 1px;
  border-style: none;
  padding: 0px;        /* padding in fieldset support spotty in IE
  margin: 0;
  width: 210px;
  max-width: 210px;
}

/* form label { 
	display: none;  /* block float the labels to left column, set a width 
	float: none; 
	padding: 0; 
	margin: 0 px 0 0; /* set top margin same as form input - textarea etc. elements 
	text-align: left; 
}*/
