body  {
	font: 62.5% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	 /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/fullBackTile.jpg);
	background-repeat: repeat-x;
}
.twoColLiqRtHdr #container {
	text-align: left;
} 
.twoColLiqRtHdr #header { 
margin:0;
padding:0;
} 


.twoColLiqRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 349px;
	margin-top: 18px;
	background-image: url(images/signUpBck.jpg);
}
.twoColLiqRtHdr #sidebar1 h3, .twoColLiqRtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

.signup {
font-size: 1.6em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#fff;
}

.signupForm {
background-color:#FFFF99;
padding-left:10px;
padding-right:10px;
padding-bottom:10px;
padding-top:5px;
margin-top:15px;
font-size: 1.6em;
font-family:Georgia, "Times New Roman", Times, serif;
color:#000066;
}

h1 {
font-family:Georgia, Times New Roman, serif;
font-size: 2.6em;
font-weight:300;
color:#fff;
background-image:url(images/h2bck.gif);
background-repeat:repeat-x;
text-indent:17px;
margin-left:12px;
margin-top:12px;
width:590px;
}

h2.basic {
	font-family:Georgia, Times New Roman, serif;
	font-size: 2em;
	font-weight:300;
	text-indent:17px;
	color:#990000;
	margin-left:12px;
	margin-top:12px;
}

h3.basic {
	font-family:Georgia, Times New Roman, serif;
	font-size: 1.6em;
	font-weight:700;
	text-indent:17px;
	color:#000;
	margin-left:12px;
	margin-top:12px;
}

h6.basic {
	font-family:Georgia, Times New Roman, serif;
	font-size: 1.6em;
	font-weight:700;
	text-indent:17px;
	color:#000;
	margin-left:12px;
	margin-top:30px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
}

h4 {
	font-family:Georgia, Times New Roman, serif;
	font-size: 2em;
	font-weight:700;
	text-indent:0px;
	color:#000;
	margin-left:12px;
	margin-top:12px;
}

h5 {
	font-family:Georgia, Times New Roman, serif;
	font-size: 1.5em;
	font-weight:normal;
	text-indent:0px;
	color:#ee0000;
	margin-left:12px;
	margin-top:12px;
}




/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the right margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this right 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 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.
*/
.twoColLiqRtHdr #mainContent {
	margin: 18px 16px 0 18px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	background:#fff;
	width: 635px;
	z-index: 20;
	left: 18px;
	top: 200px;
} 


.twoColLiqRtHdr #mainContentForm {
	margin: 18px 16px 0 18px; /* the left margin should mirror the margin on the header and footer for proper alignment. */
	background:#fff;
	padding-left:20px;
	width: 850px;
	z-index: 20;
	left: 18px;
	top: 200px;
}


.twoColLiqRtHdr #footer { 
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColLiqRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 5px 0 5px 5px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #CCCCCC;
}

.basic {
font-size: 1.4em;
margin-left: 29px;
margin-right:12px;
}

.cutline {
	font-size: 1em;
	font-style:italic;
	margin-left: 29px;
	margin-right:75px;
}

p.questions {
font-size: 1.1em;
line-height:.5em;
left:18px;
margin-left: 29px;
margin-right:12px;
}

.iebullet {
font-size: 1.4em;
margin-left: 40px;
margin-right:12px;
}

.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: 8px;
}
.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;
	color: #999999;
}

#navcontainer {
	position:absolute;
	left:18px;
	top:145px;
	width: 591px;
}

#navlist
{
margin: 0px;
padding: 0px;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 1.9em;
padding-bottom: 3px;
padding-top: 3px;
}

#navlist a, #navlist a:link, #navlist a:visited
{
padding: 1px;
padding-left: 0.5em;
padding-right: 0.5em;
color: #fff;
text-decoration: none;
}

#navlist a:hover, #navlist a:active, #navlist a:focus
{
color:#FF9900;
text-decoration: none;
}

#navlist li
{
padding-right: 5px;
display: inline;
font-size: 0.6em;
color:#fff;
}

#navlist ul
{
margin: 0px;
padding: 0px;
}

#navlist #active a { background-color: #7291A6; }
