body {
   background-color: #2072A2;
   margin: 0px;
   padding: 0px;
   font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", sans-serif;
   font-size: 10px;
   color: #000033; 
   text-align: center;   
}
#main {
   width: 764px;
   margin: 0 auto; 
   text-align: left;  
}
#middle_zone {
   position: relative;
   background-color: #CCFFFF;
   margin: 0px;
   overflow: hidden;
   height: auto;   
}	
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:unknown {
	clear: both;
	display: block;
	visibility: hidden;
	height: 0px;
	content: ".";
}
.clearfix {
	ZOOM: 1;
}
#footer {
   clear: both;
   background-color: #CCFFFF;
   height: 40px;   
   color: #000;
}
#footer a {
   font-size: 1.2em;
   color: #000;
   text-decoration: none;
}
	
#footer a:hover {
   color: #5C6F90;
   text-decoration: underline;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the margin would have, without the margin collapse issue */
}
a {
	color: #993333;
	font-size: 1.0em;
	text-decoration: none;	
	}
A:hover {
	border-bottom: #ffc676 1px solid;
	background-color: #fff8eb;
	}
p {
	font-size: .8em;
	color: #333333;
	line-height: 1.5em;
	font-weight: normal;
	}
ul {
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #313131;
	}
	
form p {
   clear: both;
}

.sideText {
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	color: #333333;
	}

td {
	padding-right: 0px;
	padding-left: 0px;
	}
h1 {
	font-size: 1.9em;
	color: #B20000;
	font-family: "Century Gothic";
	font-weight: normal;
	}
h2 {
	font-family: "Century Gothic";
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 3px;
	color: #FF6600;
	}
h3 {
	font-family: "Century Gothic";
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #990033;
	}

