@charset "UTF-8";
body {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFF;
	line-height: 140%;
}
.oneColFixCtrHdr #container {
	width: 849px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 0px solid #000000;
	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;
}
.oneColFixCtrHdr #header {
	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. */
	background-color: #FFF;
}
.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: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	margin: 0px;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #FFF;
}
.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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	background-color: #FFF;
}#linkmenu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	background-color: #FFF;
	height: 82px;
	color: #D8C069;
}
}.leftcolumn {
	color: #CCC;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
}
.rightcolumn {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333;
}
.leftcolumn a:link {
	color: #E6E6E6;
	text-decoration: none;
}
.leftcolumn a:visited {
	color: #E6E6E6;
	text-decoration: none;
}
.leftcolumn a:hover {
	color: #D8C069;
	text-decoration: none;
}
.leftcolumn a:active {
	color: #E6E6E6;
}
.rightcolumn a:link {
	color: #009;
	text-decoration: none;
}
.rightcolumn a:visited {
	color: #06F;
	text-decoration: none;
}
.rightcolumn a:hover {
	color: #069;
}
.rightcolumn a:active {
	color: #000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 20%;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 50%;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: normal;
	line-height: 50%;
}
h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: normal;
	line-height: 0px;
}
h5 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: normal;
	line-height: normal;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	margin-left: 20px;
	margin-right: 60px;
	line-height: 14px;
}
a {
   outline: none;
}
