@charset "utf-8";
body  {
background: #FCFDF7;
		color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
	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 */
	
}
.twoColFixLtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCFDF7;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixltHdr #header {
	background: #FCFDF7;  /* 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. */
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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: #FCFDF7;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	font-weight: bold;
	padding-left: 30px;
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #footer {
	background:#FCFDF7;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 30px;
} 
.twoColFixLtHdr #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 the margin would have, without the margin collapse issue */
}
.menutop {
	padding-bottom: 20px;

}

.nav {
	list-style-type: none;
	margin: 0px;
	font-size: 100%;
	font-weight: bold;
	width: 780px;
	float: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline;
}

#nav li {
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

a.navlink {
	text-decoration: none;
	display: block;
	color: #6C88E9;
}
a.navlink:hover {
	color: #FFC000;
}

a.navlink:active {
	color: #FFC000;
}

a.navlink:visited {
	color: #6C88E9;
	text-decoration: none;
}
.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;
}
.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;
}

blockquote {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 90%;
	font-style: normal;
	background-color: #7D998A;
	text-align: left;
	float: left;
	width: 200px;
	margin-top: 50px;
	margin-right: 15px;
	margin-bottom: 5px;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}

a.box:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.box:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.box:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h1 {
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 115%;
	font-style: italic;
	font-weight: bold;
	color: #7D998A;
	text-align: left;
	vertical-align: middle;
}

h2 {
	font-size: 120%;
	font-weight: bold;
	color: #7D998A;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h3 {
	font-size: 110%;
	font-weight: bold;
	color: #7D998A;
	font-style: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.copyright {
	font-size: 80%;
	text-align: left;
	width: 200px;
	float: left;
	vertical-align: bottom;
}
.footmenu {
	text-align: left;
	float: left;
	font-size: 80%;
	margin-left: 220px;
	clear: both;
	padding-left: 20px;
}

a.foot:link {
	text-decoration: none;
	color: #333333;
}
a.foot:visited {
	color: #333333;
	text-decoration: none;
}
a.foot:hover {
	color: #6C88E9;
	text-decoration: none;
}.ftlow {
	font-size: 80%;
	text-align: left;
	float: right;
}




.footcontact {
	float: left;
	font-size: 80%;
	padding-left: 40px;
}
