@charset "utf-8";
body  {
background: #FCFDF7;
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	
	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 */
	
}
.twoColFixRtHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FCFDF7;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixRtHdr #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. */
} 
.twoColFixRtHdr #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 */
	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;
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* 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: 35px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.twoColFixRtHdr #mainContent {
	margin-top: 0;
	margin-right: 250px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
} 
.twoColFixRtHdr #footer {
	background:#FCFDF7;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
} 
.twoColFixRtHdr #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 */
}
.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;
}

.footersmall {
	font-size: 70%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.foot:link {
	text-decoration: none;
	color: #333333;
}
a.foot:visited {
	color: #333333;
	text-decoration: none;
}
a.foot:hover {
	color: #6C88E9;
	text-decoration: none;
}
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;
}
.imageintext {
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 40px;
}
a:link {
	color: #5070FF;
	text-decoration: none;
}
a:visited {
	color: #94B6A5;
	text-decoration: none;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
a:hover {
	color: #FFC000;
	text-decoration: underline;
}
.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;
}
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: 210px;
	margin-top: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}

blockquote#right {
	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: 15px;
	
	margin-bottom: 15px;
	color: #FFFFFF;
	margin-left: 0px;
	padding: 5px;
}

a.side:link {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D998A;
	text-decoration: none;
}
a.side:visited {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D998A;
	text-decoration: none;
}
a.side:hover {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D998A;
	text-decoration: underline;
}
a.side:active {
font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D998A;
	text-decoration: underline;
}


#nav_side {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	color: #7D998A;
}

a.box:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.box:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a.box:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

.copyright {
	font-size: 80%;
	text-align: left;
	width: 200px;
	float: left;
	vertical-align: bottom;
}
.footmenu {
	text-align: left;
	float: left;
	font-size: 90%;
	clear: both;
}

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;
}

