BODY {
	font-family: Arial, Helvetica, sans-serif;
background: #ffffff url(images/logoBbg.gif) ;
}


TD {
 font-family:  "comic sans","Comic Sans MS", Arial, Helvetica, sans-serif;

}
P {
font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
margin-left: .25in;

}
P.warn {
font-size: small;

}

LI {
 font-family: "Comic Sans MS", Arial, Helvetica, sans-serif;
  list-style-type: disk;
 color: #008080;
}

H1 {
 font-family:  "Arial Black", "Helvetica Black", sans-serif;
   color: #660099;
}

H2 {
 font-family:  "Arial Black", "Helvetica Black", sans-serif;
}

H3 {
 font-family:  "Arial Black", "Helvetica Black", sans-serif;
}

H1.rockwell {
font-family:  Rockwell, "courier new", Courier, monospace;
font-size: 48pt;

}

H2.rockwell {
font-family:  Rockwell, "courier new", Courier, monospace;
font-size: 18pt;

}

H3.rockwell {
font-family:  Rockwell, "courier new", Courier, monospace;
font-size: 16pt;

}

H2.edc {
font-family: "cooper black", cooperblack, cooper;

}
H3.edc {
font-family: "cooper black", cooper;

}


#header{
	position: fixed;
	width: 100%;
	
	height: 225px;
	top : 0;
	right : 0;
	bottom : auto;
	left : 0;
	border-bottom: 1px solid #cccccc;
	
}





#content {
position : fixed;
top : 225px;
bottom: 0px;
margin : 0px 0px 0px 0px;
width : 97%;
height : auto;
padding-left : 5px;
padding-right : 5px;
overflow : auto;
}
