/* CSS Document */

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


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

body {
	font-family:"Courier New", Courier, monospace
	font-size: 100%;
	background-color: #42526b;
}

#header1 {
	position:absolute;
	left: 0px;
	top: 0px; 
	width:1024px;
	height:150px;
	background:url(../ImgStandard/hplogo125.gif);
	margin:6px 10px ;
	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: #000;
	width: 1000px;
	margin: 0px 0px;
	background-color: #fff;
	/* background-image: url(../StdImages/middlegrades.gif); 
	background-repeat: no-repeat; */
}

#wrapper1b {
	position: absolute;
	left: 1020px;
	top: 150px;
	/* color: #000; */
	width: 300px;
	margin: 0px 0px;
	/* background-color: #fff; */
	/* background-image: url(../StdImages/middlegrades.gif); 
	background-repeat: no-repeat; */
}

#wrapper2 {
	position:absolute;
	margin: 0px 0px;
	left: inherit;
	top: 0px; 
	color: #000;
	width: 1024px;
	background-color: #fff;
}

#menu1 {
	position:absolute;
	left: 160px;
	top: 110px;
	color: #666666;
	width: 850px;
	margin: 0px 0px;
	background-color: #000;
}

#wrapper2a {
	position:absolute;
	left: 10px;
	top: 150px; 
	color: #000;
	width: 140px;
	margin: 0px 0px;
	background-color: #fff;
}

#wrapper2b {
	position: absolute;
	left: 160px;
	top: 150px;
	color: #000;
	width: 820px;
	margin: 0px 0px;
	padding-left: 15px;
	padding-right: 15px;
	background-color: #fff;
	/* background:url(../StdImages/middle1.gif) repeat-y; */
}

a:link {color: #42526b }
a:visited {color: #42526b}
a:link img {color: #ffffff}
a:visited img {color: #42526b}
p {
	color:#000000;
	padding-bottom: 1em;
	font-size: medium;
	text-align: left;
}
h1 {color:#42526b; border-bottom: 1px solid; padding-top: .25em; padding-bottom: 0em; font-size: x-large}
h2 {color:#42526b; border-bottom: 1px solid; padding-top: .5em; padding-bottom: .25em; font-size: large }
h3 {color:#42526b; border-bottom: 1px solid; padding-top: .25em; padding-bottom:  .25em; font-size:medium }
h4 {
	color: #ffffff;
	background-color: #42526b; 
	padding-top: 1em;
	padding-bottom: 1em;
	font-size: large;
	font-style:italic;
	text-align:center;
}
h5 {
	color: #C00;
	padding-top: 0em;
	padding-bottom: 0em;
	font-size: x-large;
	font-style:italic;
	text-align:center;
}
h6 {color:#ffffff; padding-top: 0em; padding-bottom: .0em; font-size: 36px; margin-left: 150px; }
h7 {color:#000000; font-size: x-small; font-style: italic; padding-bottom: 1em; text-align: right}
li {color:#000000; padding-bottom: .5em; margin-left:40px; } 
h8 {text-align:center
	color:#000000;
	padding-bottom: 1em;
	font-size: medium;
	text-align: center;
}


#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;
}
.comment {
	font-size: small;
}

