@charset "UTF-8";
body  {
	font: 110% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #0d6f8e;
	line-height: 130%;
	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 */
	color: #fff;
}
.twoColFixLtHdr #container { 
	background-image:url(../images/cssimg/homebgd.jpg);
	background-repeat:no-repeat;
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
p	{
	padding: 0 0 3px 0;
}
h1	{
	font: 270% Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: lighter;
	letter-spacing: -1.5px;
	line-height: 80%;
	padding: 4px 0;
}
h2	{
	font: 200%/100% Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: lighter;
	letter-spacing: -0.5px;
	line-height: 90%;
	padding: 4px 0;
}
h3	{
	font: 125%/90% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-weight: bold;
	letter-spacing: -1px;
	padding: 4px 0;
}
h4	{
	font: 95%/100% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-style: italic;
}
h5	{
	color: #eec783;
	font: 80%/100% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style:italic;
	padding: 0;
}
h6	{color: #eec783;
	font: 70%/110% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style:italic;
	margin: -10px 0 10px 0;
	text-align: right;
}
a:link, a:visited	{
	color:#fF9;
	font-weight: bold;
	text-decoration: none;
}
a:hover	{
	color: #eec783;
	text-decoration: underline;
}
a:active	{
	color: #ff9;
}
img	{
	border: 0;
	margin: 0;
}
.twoColFixLtHdr #header { 
	background: transparent;
	height: 310px;
} 
.twoColFixLtHdr #header #optindiv	{
	margin: 0 40px 0 625px;
	padding: 3px 0;
	height: 250px;
}	
.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: transparent; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 115px 0;
	padding: 0 10px;
}
.twoColFixLtHdr #sidebar1 #navholder	{
	height: 220px;
	margin-right: 15px;
	text-align: right;
}
.twoColFixLtHdr #sidebar1 #navholder p	{
	font: 5px/5px "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	margin: 5px 0;
}
.twoColFixLtHdr #sidebar1 .navbutton	{
	height: auto;
	margin: 3px 0;
	width: 180px;
}
.twoColFixLtHdr #mainContent { 
	background-image: url("../images/cssimg/copybgd-home2.jpg");
	background-repeat: repeat-y;
	color: #0d6f8e;
	margin: -30px 80px 0 211px; /* 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: 5px 90px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	width: auto;
} 
.twoColFixLtHdr #mainContent #insetcolumn {
	float: right;
	margin: 50px 10px auto 250px;
}
.twoColFixLtHdr #mainContent p	{
	color: #036;
}
.twoColFixLtHdr #mainContent a:hover, a:active {
	color: #000DFF;
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent ul	{
	line-height: 120%;
	list-style-image: url(../images/cssimg/bulletbug.png);
	list-style-position: outside;
}
.twoColFixLtHdr #mainContent ol	li {
	line-height: 120%;
	list-style-position: outside;
	padding: 0 0 20px 10px;
}
.twoColFixLtHdr #mainContent ul	li {
	padding: 0 70px 20px 5px;
}
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 211px; /* this padding matches the left alignment of the elements in the divs that appear above it. */; 
} 
.twoColFixLtHdr #footer p {
	font: 80%/120% Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	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 */
}
.twoColFixLtHdr #footer a, a:visited {
	color: #eec783;
	font-weight: lighter;
}
.twoColFixLtHdr #footer a:hover, a:active {
	color: #E89023;
}
.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;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
}
.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;
}
.lastbutton	{
	float: right;
	margin: 0;
	width: 125px;
}
.emphapink {
	color: #C36;
}
.emphawhite	{
	color: #fff;
}
.emphagold	{
	color: #FF6;
}
.imghug	{
	margin: -50px 0 -60px 0;
}
.editablesidebar	{
	padding: 300px 0;
}
