style type='text/css'>

body {
  margin: 0;
   
}
/*  Note:  **************
  Width: 1000px ensures that the footer retains it's size even if the window shrinks/gets minimized
 ****************************
*/
p#footer {
    background-color:     #CCCCCC;
    font-weight: normal;   
    text-align: center; 
    width: 100%;
   
}
 
p#MainTitle {
  color: "#666666";
  text-align: center;
  width=1000px;

}

table.mainbody {
    width: 82%;
    table-layout: fixed;
    border-collapse: collapse;
    empty-cells: hide;
    margin-left: 100px;

}

col#A {
	width:300px;
	padding-top: 0px;
	padding-right:  10px;
	padding-bottom: 0px;
	padding-left: 0px;
	vertical-align: top;

}

 
col#B {
	background: "#E1EDDB";
	width: 460px;
	color: "#000000";
	font-weight: normal;
	font-size: 14px;
	vertical-align: top;
   
}
 
col#JustSpaces {
 width:20px;
 
}

 p#Center_Table_Heading {
 
 padding-top: 15px;  
 color: #1A5C2E; 
 font-size: 16px;
 font-weight: bold;
 text-align: center;
 padding-left: 5px;
 
}
 
 

.text5 {
 
  text-align: left-justify; 
  width: 900px;  

}

.text6 {
 
  text-align: center; 
  width: 900px;  

}

.text7 {
 
  text-align: left-justify; 
  width: 800px;  

}
#td1 {
  color: "#000000"; 
  text-align: justify;
  font-weight: normal;
  padding-top: 5px;
  padding-right: 50px;
  padding-bottom: 0px;
  padding-left: 50px;
  font-size: 14px;
 
}
 

 
 
.border {
 border: 0px;

}

p#pimage {
position: fixed;
 border:0;
 margin:0;
 padding:0;
 
 }
 align#imagealign {
 position: absolute;
 top:0;
 left: 0;
 
 }
div#div1 {
  position: absolute;
  top: 76px;
  left: 100px;
  width: 1000px;
  }
  
.border_height {
 border: 0px;
 height:  "20";

}

.google_screen_width {
	width: 1000px;
	text-align: center;
	position: relative;
}


tr#row2 {
/* need this to cover the gaps between the nav bar elements*/ 
background-image: url('../images/navback.gif');
height: 20px;  
 
 
}

/************************************************************/ 
/*  Beginning of CSS code for RSS feed override */ 
/************************************************************/ 

/* first time through - link color - no cursor activity yet */
/* Defines the style for normal unvisited links. */

.class1 A:link {text-decoration: none;
   color: #FFFFFF;
   font-weight: bold;
   font-size: 14px;
}

/* once you click on a link, it comes back as black text */
/* Defines the style for visited links */

.class1 A:visited {
	text-decoration: none;

   color= "black";
	font-weight: bold;
	font-size: 14px;

   background="E1EDDB";
	color: #1A5C2E;
   
}

/* active means you clicked on the link and you come back to the screen, shows where you clicked */
/* Defines the style for active links.  A link becomes active once you click on it. */

.class1 A:active {
	text-decoration: none;
color="light-green";	font-weight: bold;
	font-size:14px;
	color: #0000CC;
}

/* cursor is over the link and it turns red, no click yet */
/* Defines the style for hovered links.
A link is hovered when the mouse moves over it. Note: Not supported by Netscape browsers prior to version 6.
*/
.class1 A:hover {text-decoration: underline; color: red;font-weight: bold;font-size:14px;}
}
/*****************************************************/ 
/*  End of CSS code for RSS feed override */ 
/*****************************************************/ 
 
  
 
</style>
 
