/* CSS Document */
@charset "utf-8";
a:link {color:#ffff63; text-decoration:none;}
a:active {color:#red; text-decoration:none;}
a:visited {color:#ffff63; text-decoration:none;}
a:hover {color:red; text-decoration:none;}
.content {padding:10px;}
#minMax {min-width:700px; max-width:1100px; margin:0 auto;}
#outer1 {float:left; width:20%;}
#outer2 {float:left; width:25%;}
#outer3 {float:left; width:30%;}
#outer4 {float:right; width:15%;}
#outer5 {float:right; width:20%;}
#outer1, #outer2, #outer3, #outer4, #outer5 {padding-bottom:32767px; margin-bottom:-32767px;}
#wrapper {overflow:hidden;}
#topbar {width:60%; float:left;}
#footer {clear:both;}
#form {
	padding: 50px 0px 20px 200px;
	text-align:left;
	line-height: 40px;
	}

body  {	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	background-repeat:no-repeat;
	background-color:#000;
	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: #ffff63;}
ul.NoBullet {list-style-type: none; margin-left: 0px; padding-left: 0px}
.twoColLiqLtHdr #header { padding: 0 10px; background-color:#ffff63;
	/* for IE */ filter:alpha(opacity=60);
	/* CSS3 standard */opacity:0.6;} 
.twoColLiqLtHdr #header h1 {margin: 0;padding: 10px 0; }
.twoColLiqLtHdr #sidebar1 {float: right; width: 30%; padding: 15px 0; background-color:#000000;
	/* for IE */filter:alpha(opacity=80);
    /* CSS3 standard */opacity:0.8;}
.twoColLiqLtHdr #sidebar1 h3, .twoColLiqLtHdr #sidebar1 p { margin-left: 10px; text-align:left; padding:10px; margin-right: 10px;}
.twoColLiqLtHdr #mainContent { width: 70%; margin: 0; padding: 0 10px 0 80px;}
.twoColLiqLtHdr #mainContent2 { margin: 6% 10% 0 30px;}
.fltrt {float: right; margin-left: 8px;}
.fltlft { float: left; margin-right: 8px; }
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px; }
.topPost { margin: 0; padding: 0; font-size: 9pt; }
