html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
}

HTML{
	height: 100%;
}

BODY{
	height: 100%;
	font-family: Arial, sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
}

/*************link tag styles**************/

a:link, a:visited{
	text-decoration: underline;
}

a:hover{
	color: #800000;
}

/************** header tag styles **************/

h1{
 font: bold 150% Arial;
 color: maroon;
 text-align:center;
 padding-bottom: 20px;
}

h2{
 font: bold 100% Arial;
 color: maroon;
 margin: 0px;
 padding-bottom: 5px;
 padding-top: 10px;
}

h3{
 font: bold 100% Arial;
 color: #000000;
 margin: 0px;
 padding: 5px;
}

h4{
 font: 100% Arial;
 color: #000000;
 margin: 0px;
 padding: 5px;
}

/*************paragraph tag styles**************/

p{
 font: Arial;
 color: #000000;
 margin: 0px;
 padding-bottom: 10px;
}

.notes{
 font-size: small;
 font-style: italic;
 padding-top: 0px;
 padding-bottom: 2px;
}
 
/*************** list tag styles ***************/

ul{
  font: Arial;
  color: #000000;
  list-style-position: outside;
  padding-bottom: 7px;
}

ol{
  font: Arial;
  color: #000000;
  list-style-position: outside;

}

li{
  font: Arial;
  margin-left: 35px;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 	font: bold 1em Arial;
 	color: #334d55;
}
				
input{
	font-family: Arial;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	width:100%;
	left: -1px;
	top: -1px;
	min-width: 763px;
	height: 202px;
}

#logo{
	margin-left:151px;
	margin-top:0px;
	height:202px;
	width:612px;
	background-image:  url(images/Logo.gif);
	background-repeat: no-repeat;
}

#pageNav{
	margin-left: 151px;
	padding-top: 0px;
	width: 612px;
	background: #000000;
}

#pageContent{
	background-color: #FFFFFF;
	margin-top: 5px;
	margin-left: 170px;
	width: 727px;
	padding-bottom: 30px;
}

