body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 965px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: 758px;
} 
 #header {
	padding: 0;
	background-image: url(images/header960x97.gif);
	height: 97px;
	width: 960px;
} 
#headersub {
	font-family: Helvetica,"Helvetica Neue", Verdana, Arial, sans-serif;
	font-size: 15pt;
	text-align: center;
	font-style: normal;
	font-weight: bold;
	color: #999999;
	margin-bottom: 40px;
}
#leftside {
	float: left; /* since this element is floated, a width must be given */
	width: 366px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	/*	background: #EBEBEB; *//* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0;
	height: 366px;
	margin-left: 90px;
	background-color: #666666;
}
#container #leftside #text1 {
	color: #FFFFFF;
	padding-right: 28px;
	padding-left: 30px;
	text-align: left;
	overflow: hidden;
	padding-top: 35px;
}
#rightside {
	margin: 0px 0 0 40px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the #leftside div contains, the column space will remain. You can remove this margin if you want the #rightside div's text to fill the #leftside space when the content in #leftside ends. */
	padding: 0;
	background-image: url(images/redbackground480x450.gif);
	height: 366px;
	width: 366px;
	float: left;
	background-color: #D35E34;
} 
#rightside #rightnav {
	height: 305px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#rightnav ul,  #rightnav li {
	margin: 20px 0 0 0; /*Controls margin on each li item*/
	padding: 0;
	/*display: inline;*/
	list-style-type: none;}

#rightnav a:link, #rightnav a:visited {
	font-weight: normal;
	margin: 59px 10px 4px -2px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18pt;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
#rightnav  a:link#current, #rightnav a:visited#current, #rightnav  a:hover {
	background: transparent;
	color: #EA966C;
/*	text-align: center;*/
}
#rightnav  a:hover { color: #EA966C; 
}
#homediv {
	font-weight: normal;
	margin:0 ;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18pt;
	font-family: Helvetica, "Helvetica Neue", Verdana, Arial, sans-serif;
	float: right;	
}
#footer {
	padding: 0 ; 
	background:#ffffff;
	height: 112px; } 
#footernav {
	margin: 50px 0 0 0;
	padding: 0;
	text-align: center;	}
#footernav ul, #footernav li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;}

#footernav a:link, #footernav a:visited {
	font-weight: normal;
	margin: 59px 10px 4px 10px;
	text-decoration: none;
	color: #999999;
	font-size: 11px;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}
#footernav a:link#current, #footernav a:visited#current, #footernav a:hover { 
	background: transparent;	
	color: #D45F35;		
	text-align: center; }
#footernav a:hover { 
	color: #D45F35;  }
/*#footernav li img { float: none; } */
.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; }
#copyright {
	height: 14px;
	font-family: Century, "Times New Roman", Times, serif;
	font-size: 9pt;
	font-style: normal;
	color: #999999;
	text-align: center;
	margin-top: 1em	
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#container #footer #navlinks img { 
	float: left;
	/*line-height: 14px;*/
	/*font-weight: bold;
	text-decoration: none;*/
	margin: 56px 10px 4px 10px;
	

}
 
.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;
}

