body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #333333;
	background: #6295c7;
	margin: 0;
	padding: 0;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #afd3f7;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background: #afd3f7; 
	background: url('http://www.designsforprofits.com/images/headerbg.gif') center center repeat-x;
	height: 90px;
}

#headerimage
{
background: url('http://www.designsforprofits.com/images/header.gif');
height: 90px;
width: 880px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #mainContent {
	padding: 0px 20px 0px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #afd3f7;
}
.oneColLiqCtrHdr #footer { 
	background: #afd3f7; 
	background: url('http://www.designsforprofits.com/images/footerbg.gif') center center repeat-x;
	height: 90px;
}
 

#pagecontainer { 
	width: 880px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#pagesidebar1 {
	float: right;
	width: 200px;
	padding: 20px 10px 20px 10px;
}
#pagemainContent { 
	margin: 0 200px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 20px 20px 10px 20px;
} 
.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 */
	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;
}

a
{
color: #0000ff;
text-decoration: none;
}

a:hover
{
color: #0000ff;
text-decoration: underline;
}

h1{
font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
font-size: 24px;
font-weight: 300;
color: #d85701;
margin: 0px 0px 0px 0px;
line-height: 30px;
}

a.none { 
text-decoration: none;
color: #3973c1;
} 

h2{
font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
font-size: 24px;
font-weight: 300;
color: #3973c1;
margin: 0px 0px 0px 0px;
letter-spacing: -1px;
line-height: 30px;
}

h3{
font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
font-size: 16px;
font-weight: bold;
color: #003366;
margin: 10px 0;
}

.underline{
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dfdfdf;
margin: 5px 0;
}

.box
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
color: #333333;
padding: 10px 10px 10px 10px;
}

#tabbar
{
background-color: #555555;
height: 10px;
width: 880px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

#reflection
{
background: url('http://www.designsforprofits.com/images/reflection.gif');
height: 90px;
width: 880px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

#tab 
{
background: url('http://www.designsforprofits.com/images/tab.gif') center center repeat-x;
height:40px;
width:880px;
margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
text-align: left; /* this overrides the text-align: center on the body element. */
}

#tableft 
{
font: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
} 
	
#tabright
{
float:right;
padding:11px 10px 0px 0px;
font: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #FFFFFF;
}

.tab
{
background: url('http://www.designsforprofits.com/images/tab.gif') center center repeat-x;
height:40px;
margin: 0;
padding: 0;
float: left;
font: Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: bold;
}

.tab li
{
display: inline;
}

.tab li a:active
{
color: white;
background: url('http://www.designsforprofits.com/images/tabhover.gif') center center repeat-x;
}

.tab li a
{
float: left;
color: white;
padding: 10px 20px 10px 20px;
text-decoration: none;
border-right: 1px solid #ffffff;
}

.tab li a:hover, .tab li .current
{
color: white;
background: url('http://www.designsforprofits.com/images/tabhover.gif') center center repeat-x;
}

#form
{
width: 100%;
background-color: #f5f9fe;
}

.form
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #333333;
}

.textbox 

{
height: 16px;
width: 200px;
background-color: #ffffff;
border: 1px solid #efefef;
font-family: Verdana;
font-size: 11px;
color: #333333;
padding: 4px 4px 0px 4px;
}

.textarea

{
height: 120px;
width: 530px;
background-color: #ffffff;
border: 1px solid #efefef;
font-family: Verdana;
font-size: 11px;
color: #333333;
padding: 4px 4px 0px 4px;
}

img {
border: none;
}