﻿@charset "utf-8";

H1 {color: #8DB000;text-align:center;}
H2 {
	/*whitespace*/
	color: #C30;
	text-align: center;
}
H2 Diary{
	/*whitespace*/
	color: #C30;
	text-align: left;
}
H3 {color: #0033CC;text-align: center;}

.twoColLiqLtHdr #container { 
    /*background-color: */
	width: 80%;  /* this will create a container 80% of the browser width */
	height: 100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) centers the page */
	border: 5px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:15px;
} 

.twoColLiqLtHdr #header1 {
	border: 5px;
	margin: 0px;
	background: #660000;
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
} 
#header1 #header4 em {
	color: #8080FF;
	/*secondary color for smaller font */
}

.twoColLiqLtHdr #sidebar1 {  
    padding-top: 10px; 	
    float: left;
	width: 200px;
	background-color:#FFF;
	padding: 10px;
	text-align: left;
	/*link bar on left side*/
}
.twoColLiqLtHdr #mainContent #sidebar1 h3 {
	color: #420000;
} /*color for heading 3 in sidebar */

.twoColLiqLtHdr #mainContent {
	text-align:center;
	margin-right: 5px;
	/*float:left 5px;*/
	padding:10px;
	/* padding elements to seperate main elements from left sidebar */
	font-family: "Berlin Sans FB Demi", "Blackadder ITC", "Blackoak Std";
	/*font-color: #2B0404; */
	font-size: 15px;
	background-color: #CCFFCC;
	left: 5px;
	top: auto;
	right: auto;
	bottom: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	background-position: center center;
}
.twoColLiqLtHdr #mainContentDiary {
	text-align:left;
	margin-right: 5px;
	/*float:left 5px;*/
	padding:10px;
	/* padding elements to seperate main elements from left sidebar */
	font-family: "MS Serif", "New York", "Serif";
	/*font-color: #2B0404; */
	font-size: 15px;
	background-color: #CCFFCC;
	left: 5px;
	top: auto;
	right: auto;
	bottom: auto;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999;
	background-position: center center;
}
.twoColLiqLtHdr #mainContent h3 {
	color: #243110;
}
.twoColLiqLtHdr #mainContent p b {
	color: #063;
}
.twoColLiqLtHdr #mainContent h2 strong {
	color: #800000;
}
.twoColLiqLtHdr #mainContent h3 {
	color: #400000;
}
.twoColLiqLtHdr #mainContent h3 {
	color: #804000;
}


.twoColLiqLtHdr #footer {
	background-color: #fff;
	padding: 0px 0px 10px 0px;
	/*font-color:#000000;*/
	text-align:center;
}

.twoColLiqLtHdr #footer2 {
	color:#FFF;
	background-color: #CCFFCC;
	text-align: left;
	padding:10px;
}
.twoColLiqLtHdr #footer3 {
	color:#FFF;
	background-color: #660000;
	text-align: center;
	padding:10px;
}

.clearfloat {
	line-height: 0px;
	clear:both;
    height:0;
    font-size: 1px;	
}

a:link
{
	color: #F66;
}
a:visited
{
	color: #096;
} 
a:active 
{
	color: #660;
}
.twoColLiqLtHdr #footer a { 
    color: #0066FF; 
	text-align:center;
	}
.twoColLiqLtHdr #container #header1 img {
	position: absolute;
	top: 10px;
	right: 100px;
	left: auto;
	bottom: auto;
	height: 100px;
	width: 100px;
}
.twoColLiqLtHdr #mainContent #sidebar1 ul li a {
	color: #800000;
}
.twoColLiqLtHdr #mainContent #sidebar1 ul li em a {
	color: #B00;
}

.twoColLiqLtHdr #mainContent form p {
	color: #063;
}
.twoColLiqLtHdr #mainContent h2 {
	color: #009300;
}
.twoColLiqLtHdr #mainContent h2 em {
	color: #2DC653;
}
.twoColLiqLtHdr #container #header2 em strong {
	color: #800000;
}
.twoColLiqLtHdr #popup {
	color: #C6C;
	text-align: center;
	background-color: #0F6;
	font-weight: bolder;
	text-transform: capitalize;
	border: medium solid #000;
	/* settings for popup relative popup window */
}
.twoColLiqLtHdr #container #mainContent table tr td p strong {
	color: #800000;
}
.twoColLiqLtHdr #container #mainContent diary {
	font-family: "Lucida Console", Monaco, monospace;
	font-size: 12px;
}
.twoColLiqLtHdr #container #mainContent Markets {
	color: #26B10E;
}
