body {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	
	background-color: #003377;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.tdBkg {
	background-color: #003377;
	background-image: url(Images/bkg_content.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.NoticeHeader {
	font-size: 14px;
	font-weight: bold;
}
.ContentHeader {
	font-size: 18px;
}
a:link {
	color: #a2b3cd;
}
a:visited {
	color: #ddddaa;
}
@font-face {
  font-family: EnviroD;  
  src: url("ENVIROD0.eot");
} 
.MyEnviroD {
  font-family: "EnviroD";
  font-size: 14px 
}
.contentsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

/* SETS UP FLOATED IMAGE CLASSES.-----------------------------------------------------------------*/
.leftfloat {
 float: left;/*Floats the image to the left*/
 margin: 5px 15px 2px 0;/*sets the margins so the image sits nicely in the p elements*/
 border: 1px solid #54242F;/*sets a border on the image*/
}
 
.leftfloat2 {
 float: left;/*Floats the image to the left*/
 margin: 5px 15px 2px 0;/*sets the margins so the image sits nicely in the p elements*/
 border: 0px;
}
 
.rightfloat {
 float: right;/*Floats the image to the right*/
 margin: 5px 0 2px 15px;/*sets the margins so the image sits nicely in the p elements*/
 border: 1px solid #54242F;/*sets a border on the image*/
}
 
.rightfloat2 { /*right float with no border */
 float: right;/*Floats the image to the right*/
 margin: 5px 0 2px 10px;/*sets the margins so the image sits nicely in the p elements*/
 border: 0px;
}