@charset "UTF-8";
body  {
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-size: 100%;
	background-color: #e8e2c5;
	font: 12px/18px "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	margin: 0;
}
#navigation {
	height: 30px;
	font-size:80%;
	float:left;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	width: auto;
}
#navigation a:hover {color: #0066CC;}
#navigation ul {
	list-style-type: none;
	font-family: "Century Gothic", Arial, Helvetica;
	font-size: medium;
	display: inline;
}
#navigation li {
	display:inline;
	margin:0px;
	padding: 20px;
}

#navigation li a { color:#003366; text-decoration:none; margin:0px; padding:0px; margin-right:17px; margin-left:17px;}

.oneColFixCtrHdr #container {
	width: 870px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	background: #DDDDDD;  /* 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. */
}
.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 {
	background: #FFFFFF;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: none;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #000033;
}
.oneColFixCtrHdr #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;
}
#footer a {
	color: #CCCCCC;}

img { border: 0; }

.style1 {
	color: #333333;
	font-weight: bold;
}
#mainContent table {
	margin-left: 20px;
	clear: both;
}
#mainContent #top_intro {
}
#top_intro #text_boxright {
	width: 300px;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: none;
}
#img_left {
	margin-left: 20px;
	margin-right: 350px;
	padding-top: 20px;
}
#about_text {
	margin-left: 40px;
	margin-right: 40px;
}
#contactBbox {
	clear: both;
	margin-top: 0px;
	margin-left: 300px;
	padding-top: 50px;
}
.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;