@charset "utf-8";
html {
	height: 100%;
	}
body  {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #333;
	height: 100%;
}
.twoColFixLtHdr #container { 
	width: 808px; 
	margin: 0 auto;
} 
.twoColFixLtHdr #header {
	width: 810px;
	text-align: left;
}

.twoColFixLtHdr #header p {
	margin: 0;
	padding: 25px 0px 0px 25px;
}

.twoColFixLtHdr #navheader {
	width: 810px;
	text-align: right;
}

.twoColFixLtHdr #navheader ul {
	margin: 0px;
	padding: 15px 30px 0;
	}

.twoColFixLtHdr #navheader li {
	list-style: none;
	display: inline;
	}
	
.twoColFixLtHdr #sidebar1 {
	float: left;
	width: 350px;
	padding: 0px 10px 15px 20px;
}
.twoColFixLtHdr #mainContent { 
	min-height: 450px;
	margin: 0 0 0 380px; /* 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 #mainContent ul {
	text-align: left;
	}

.twoColFixLtHdr #mainContent li {
	margin: 5px 0px 0px 15px;
	}
	  
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px;
} 

.twoColFixLtHdr #footer p {
	width: 650px;
	border-top: 1px solid navy;
	margin: 10px auto;
	padding: 10px 0;
	font-size: 10px;
}


.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;
}

.header_follow {
	margin-top: 0px;
	}

#sidebar_contact {
	margin: 50px 0px;
	}

#sidebar_contact p {
	margin: 30px 0px 0px 90px;
	}
	
/*Typography stuff here*/
a {
	color: #0c5f80;
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}
	
h1 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: normal;
	color: #0c5f80;
	}

h2 {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #0c5f80;
	margin: 10px 0px 0px 0px;
	}

.twoColFixLtHdr #mainContent p {
	text-align: left;
	}

span.header {
	color: #0c6181;
	font-weight: bold;
	}

p.quote {
	font-size: 12px;
	font-style: oblique;
	width: 300px;
	margin-left: 50px;
	}

p.thanks {
	font-size: 14px;
	color: white;
	font-style: italic;
	border: 1px solid #1d534b;
	background-color: #70a099;
	padding: 2px;
}

.plain {
	font-style: normal;
	}

.tiny {
	font-style: italic;
	font-size: 10px;
	}

.explink {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
	}

.error {
	color: #FF0000;
	}

.reg {
	font-size: 10px;
	}

.underline {
	text-decoration: underline;
	}