body  {
	color: #b9b9b9;
	font: 12pt Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 20; 
	padding: 0;
	text-align: left;
	}
img{
	border: 0px;
}

.image{
	padding: 10;

}
.twoColLiqRtHdr #container { 

	height: 100px; 
	border-width: 0px; 
	border-style: none; 
	width: 95%;  
	background: #ffffff; 
	text-align: left; 
} 

.mouseover{
width: 200px;
line-height: 5px;
font-size: 12px;
/*background-color: blue;*/
padding: 5px;

}

.mouseover a:link{
color: #7e7e7e;
padding: 5px;

}

.mouseover a:visited{
color: #7e7e7e;
padding: 5px;

}

.mouseover:hover{
line-height: 5px;
width: 200px;
font-size: 12px;
background-color: #7e7e7e;
padding: 5px;

}

.mouseover:hover a:link{
line-height: 5px;
width: 200px;
font-size: 12px;
background-color: #7e7e7e;
color: #FFFFFF;
padding: 5px;
}

.mouseover:hover a:visited{
line-height: 5px;
min-width: 200px;
width: 200px;
font-size: 12px;
background-color: #7e7e7e;
color: #FFFFFF;
padding: 5px;
}

.twoColLiqRtHdr #header { 

	color: white;  
	padding-top: 25px; 
	margin-left: 250px; 
	margin-bottom: 0px; 
	margin-right: 0px; 
	margin-top: 0px; 
	font-variant: normal; 
	text-shadow: 3px 3px 0px; 
	background-position: 0px; 
	background-repeat: no-repeat;  /* 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. */
}

.twoColLiqRtHdr #header h2 {
	word-break: keep-all;
	font-size: 9px;
	font-variant: normal;
	color: #919191;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	margin: 0px; /* 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 */
}


.twoColLiqRtHdr #sidebar1 {
	border-width: 1px;
	border-style: none;
	color: #7e7e7e;
	margin-left: 950px;
	background-color: #dddddd;
	word-break: keep-all;
	padding: 10px;
	font-variant: normal; /* since this element is floated, a width must be given */
	width: 200px; /* the background color will be displayed for the length of the content in the column, but no further */ /* top and bottom padding create visual space within this div  */
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	font-variant: normal;
	/* the left and right margin should be given to every element that will be placed in the side columns */
	/*margin-left: 5px; margin-right: 5px;*/
}

.twoColLiqRtHdr #mainContent {
	
	top: 100px; 
	bottom: 10px;
	position: absolute;
	
	padding-bottom: 10px;
	margin-left: 250px;
	margin-bottom: 30px;
	border-color: #b9b9b9;
	width: 550px; 
	background-color: #ffffff; 
	font-size: 12px; 
	color: #979797; 
	font-variant: normal; /* the left margin should mirror the margin on the header and footer for proper alignment. */
} 

.twoColLiqRtHdr #footer { 
	margin: 200px;
	margin-top: 100%;
	width: 650px;  
	color: #7e7e7e; 
	font-size: 12px; 
	font-variant: normal; 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#dddddd; 
} 
.twoColLiqRtHdr #footer p { /* 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*/ 
}

/* Miscellaneous classes for reuse */
.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: 0px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the 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;
}
/* place css fixes for all versions of IE in this conditional comment */
//.twoColLiqRtHdr #sidebar1 { padding-top: 30px; }
//.twoColLiqRtHdr #mainContent { top: 200px; position: absolute; zoom: 1; padding-top: 0px; }
//img { }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
a:link {color: #5e5e5e; text-decoration: none } a:visited { color: #5e5e5e; text-decoration: none } a:hover { color: #5e5e5e; text-decoration: underline; }

h3-2 { text-align: left; line-height: 12px; font-family: sans-serif; font-weight: bold; font-size: 16px; }