@charset "UTF-8";
/* CSS Document by Walter Matyas themmedia.com*/


html, body {
	font: 90% Tahoma, Geneva, sans-serif;
	background: #6c6e2f url(../images/pattern_119.gif) center center fixed;
	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: #000000;
	height:100%;
    border:none

}

a:link, a:visited {text-decoration:none;color:#669900}
a:hover { color:#D40}

.oneColLiqCtrHdr #container {
	width: 920px;  /* this will create a container 80% of the browser width */
	min-width:760px; max-width:1000px;
	background: #FFFFFF;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border:7px solid #8f9062;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #FFF url(../images/header.jpg) no-repeat; 
	padding: 0 10px 5px 20px;  /* 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. */
	color:white; text-shadow:0 0 2px black;
}
.oneColLiqCtrHdr #header h1 {
	margin: 10px 0 0 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 */
	padding: 10px 0 0 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */ font-family:Georgia, "Times New Roman", Times, serif;
}
.oneColLiqCtrHdr #header h4 {margin-top:0}
.oneColLiqCtrHdr #header p {margin-bottom:2px;}
.oneColLiqCtrHdr #header em {font-size:90%; color:#BBB}

.oneColLiqCtrHdr #mainContent .highlight {background:transparent; color:#898; text-align:right; padding-top:3px; font-size:90&}

.oneColLiqCtrHdr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF url(../images/gr-top-background-strip.jpg) 0 -8px repeat-x;
}

.oneColLiqCtrHdr #mainContent h1 {	font:bold 170% Georgia, "Times New Roman", Times, serif; color:#896; border-bottom:1px solid #DDC}
.oneColLiqCtrHdr #mainContent h2 {font:bold 150% Georgia, "Times New Roman", Times, serif; color:#993333}
.oneColLiqCtrHdr #mainContent #menu {font:bold 120% "Times New Roman", Times, serif; color:#fff; margin:10px 0}
.oneColLiqCtrHdr #mainContent #menu a:link, .oneColLiqCtrHdr #mainContent #menu a:visited {text-decoration:none; padding:0px 10px; color:#dabf38; background:#115050; border:1px solid #444; display:inline}
.oneColLiqCtrHdr #mainContent #menu a:hover {color:#FFF}
.oneColLiqCtrHdr #mainContent #menu a:active {background:#b03; color:white}

.oneColLiqCtrHdr #mainContent #rightBox {position:relative; float:right; width:40%; padding:5px 10px; background:#FFE; margin:10px 0 10px 10px; border:5px solid #EED; font-size:90%; color:#343}
.oneColLiqCtrHdr #mainContent #rightBox img { margin-right:5px; border:9px solid #FFF}

.oneColLiqCtrHdr #mainContent img {margin:10px 10px 10px 10px}
.oneColLiqCtrHdr #mainContent table {width:100%; border-collapse:collapse; border:1px solid #CCC}
.oneColLiqCtrHdr #mainContent th {padding:8px; color:white; background:#999}
.oneColLiqCtrHdr #mainContent td	{border:1px solid #CCC; text-align:left}

.oneColLiqCtrHdr #footer { 
	padding: 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#115050; color:#898; font-size:90%; line-height:1em
	} 

.oneColLiqCtrHdr #footer a:link, .oneColLiqCtrHdr #footer a:visited {color:#669966; border-bottom:1px dotted #669966; text-decoration:none}
.oneColLiqCtrHdr #footer a:hover {color:#CB0; border:none}

.smallTxt {color:#666; font-size:90%}

table td {text-align:center; padding:10px}

.leftFlash  {margin-right:10px; margin-bottom:10px}
.rightFlash  {flash:right; margin-right:10px; margin-bottom:10px; width:300px}

table.footnote {height:100%!important; font-style:italic; font-size:90%;  color:gray}
table.footnote td {height:100%!important;text-align:left!important;vertical-align:bottom}
.date {font-size:90%; color:gray}
.alert {background:#FFFFCC; padding:20px 20px 20px 40px; border-radius:15px; -web-border-radius:15px; border:3px dotted red; position:relative; left:-40px; right:450px;width:470px}
.floatleft {flaot:left} 