@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #43517d;
	color: #000000;
}
a {
	color: #006AB6;
	text-decoration: none;
}
a:visited {
	color: #444444;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 16px;
}
h2 {
	font-size: 14px;
}

.twoColLiqLtHdr #container { 
	background: url(/Resources/images/page_bg.jpg) #FFFFFF ;
	background-repeat:repeat-y;	
	background-position:top left;	
} 
.twoColLiqLtHdr #header { 
	background: url(/Resources/images/top_bg.jpg) #5badd6;
	background-repeat:no-repeat;
	background-position:top left;	
} 
.twoColLiqLtHdr #header h1 {
	font-size: 17px;	
}


/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1  {
	font-size: 12px;
	color:#ffffff;	
	background: #006AB6; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #5badd6;
}
.twoColLiqLtHdr #sidebar1 a {
	color: white;
}

.twoColLiqLtHdr #sidebar2 {
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border: 1px solid #006ab6;
	border-left: 0px;
}

/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes /Resources/images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #footer { 
	background: url(/Resources/images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;	
}

#header div {
	font-size:18px;
	color:#4e606b;
	font-family:Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:40px;
	left:400px;
	width:375px;
}

#container {
	position:relative;
}

.border {
	padding:5px;
	background: #006AB6; 
	border: 2px #024A66 solid;
}