@charset "UTF-8";
body  {
	background: #0d6f8e;
	font: 90%/130% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color: #fff;
	letter-spacing: -0.5px;
	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 { 
	background: url(../images/cssimg/contentbgd.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 5px 0;
}
h1	{
	font: 270%/95% Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: lighter;
	letter-spacing: -1.5px;
	padding: 4px 0;
}
h2	{
	font: 210% Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: lighter;
	letter-spacing: -0.5px;
	line-height: 80%;
	padding: 4px 0;
}
h3	{
	font: 145%/90% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-weight: bold;
}
h4	{
	font: 120%/90%;
	font-style: italic;
}
h5	{
	color: #3FC;
	font: 12px/17px "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-style:italic;
}
h6  {
	font: 70%/100% "Lucida Grande", "Lucida Sans Regular", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	color: #fff;
	font-style: italic;
	text-align: right;
}
img	{
	border: 0;
	margin: 0;
}
.twoColFixLtHdr #header { 
	background: none;
	height: 255px;
} 
.twoColFixLtHdr #header #optindiv	{
	height: auto;
	margin: 0 530px;
	padding: 0;
	width: 430px;
}
.twoColFixLtHdr #header #optindiv h2	{
	font: 125%/100% Baskerville, "Baskerville Old Face", "Times New Roman", serif
	color: #fff;
	margin: 0 0 -15px 0;
}
.twoColFixLtHdr #header h3	{
	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 */
}
.twoColFixLtHdr #header ul	{
	line-height: 120%;
	list-style-image: url(../images/cssimg/bug4teal.jpg);
	list-style-position: outside;
}
.twoColFixLtHdr #header ol li {
	line-height: 120%;
	list-style-position: outside;
	padding: 0 0 20px 10px;
}
.twoColFixLtHdr#header ul li {
	padding: 0 70px 20px 5px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 165px; /* 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 */
	margin: 50px 0;
	padding: 20px 10px 20px 10px;
}
.twoColFixLtHdr #sidebar1 #navholder	{
	margin: 40px 0 10px 60px;
	height: 250px;
	width: 110px;
}
.twoColFixLtHdr #sidebar1 .navbutton	{
	height: 25px;
	margin: 0 0 2px 0;
}
.twoColFixLtHdr #sidebar1 a:link, a:visited	{
	color: #EEC783;
}
.twoColFixLtHdr #sidebar1 a:hover, a:active	{
	color: #E5A05F;
}
.twoColFixLtHdr #mainContent { 
	color: #069;
	background-image: url("../images/cssimg/copybgd1.jpg");
	background-repeat: repeat-y;
	margin: -10px 0 0 186px; /* 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: 20px 130px 30px 30px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent h5, h6 {
	color;
}
.twoColFixLtHdr #mainContent a:link, a:visited {
	color: #C60;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent a:hover, a:active {
	color:#090;
	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 { 
	margin: 0 0 10px 0;
	padding: 0 10px 10px 200px; /* 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 0 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: #E89023;
}
.twoColFixLtHdr #footer a:hover, a:active {
	color: #390;
}
.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;
}
.boldemph	{
	color: #069;
	font-weight: bold;
}
.emphapink {
	color: #C36;
}
.emphapinkbold {
	color: #C36;
	font-weight: bold;
}
.emphawhite	{
	color: #fff;
}
.emphagold	{
	color: #FF6;
}
.titlecase	{
	text-transform: capitalize;
}
.imghug {
	margin: 0 20px -30px 0;
}
.imgpadfloat {
	float: left;
	padding: 0 20px 10px 0;
	width: auto;
}
.beyondabundancepadding  {
	padding-top: 20px;
}
.optabgd	{
	background-color: #09F;
}
