@charset "utf-8";
/* CSS Document */

body  {
	font: 90% 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;
	background-color: #FFFFFF;
}
.twoColFixLtHdr #container {
	width: 910px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	line-height: 140%;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	background-color: #ffffff;
	height: 145px;
} 
#header2 {
	width: 350px;
		height: 120px;
		}
#header3 {
	float: right;
	width: 250px;
	height: 120px;
	}
	
#nav {
	height: 25px;
	clear: right;
	}
	
h1 {
	font-size: 110%;
}

h2 { font-size: 100%;
}
.twoColFixLtHdr #footer {
	height: 80px;
	width: auto; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: left;
	width: 910px;
	display: inline;
	background-color: #000000;
	
	} 
	
#footercopy {
	height: auto;
	width: 550px;
	padding-top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	line-height: 120%;
	margin-left: 180px;
	color: #FFFFFF;
}
#footer .copyright {
	font-size: 80%;
	line-height: 90%;
	}
 
 
#footer a:link { color: #f77121; }

#footer a:visited {color: #CCCCCC }

#footer a:hover { color: #FFFF00;}


.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;
}
a img {border:0px;}
a:active
{
outline: none;
}

a:focus
{
-moz-outline-style: none;
}
