@charset "utf-8";
body  {
	font: 75% Verdana, Arial, Helvetica, sans-serif;
	background:url(graphics/background.gif) repeat-x;
	margin: 20px 0px 20px 0px; /* 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: #660000;
	line-height: 1.45em;
}
div {text-align:justify;}

h1 {font-size:1.6em;
    margin-bottom:0.5em;
	}

h2 {font-size:1.4em;
	margin:1.0em 0em 0.25em 0em;
	}
	
h3 {font-size:1.0em;
	margin:1.0em 0em 0.5em 0em;
	}
	
p {margin::0.25em 0em 0.5em 0em;
  	}	
	
li {
/*	border: 0px 0px 5px 45px; */
}

a:link {
	color: #006699;
	text-decoration: none; 
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #0066CC;
}
.oneColFixCtrHdr #container {
	width: 780px;  /* 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. */
}
.oneColFixCtrHdr #header { 
	background:url(graphics/banner.jpg) no-repeat bottom;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 220px;
}
.oneColFixCtrHdr #header .logo {
	float: left; /* since this element is floated, a width must be given */
	width: 250px; /* 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 */
	padding: 10px 10px 15px 10px;
}
.oneColFixCtrHdr #header .contact {
	float: right; /* since this element is floated, a width must be given */
	width: 170px; /* 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 */
	padding: 10px 0px 15px 10px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

.rightImage{
	margin: 0px 0px 15px 15px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:right;
}

.leftImage{
	margin: 0px 15px 15px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
}

ul li{
	margin: 0px 0px 10px 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FF9900;
}
.oneColFixCtrHdr #footer p {
	font-size: 80%;
	font-weight:bold;
	text-align:center;
	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 the margin would have, without the margin collapse issue */
}.topNav {
	float: left;
	margin: 20px 0px 0px 30px;
	height: 120px;
	width: 90px;
}