html, body {
margin:0px;
padding:0px;
width:100%;
}

body {
font-size: 11px;
font-family: Verdana, Arial, sans-serif;
color:#333333;
padding:0;
margin:0;
text-align:center;
line-height:20px;
}


/* ----------container to center the layout-------------- */
div.twoColumns,
div.threeColumns {
width: 880px;
border:solid 10px #ffffff;
margin:10px auto;
text-align:left;
background-color: #ffffff;
}


ul {
font-size:12px;
line-height:20px;
list-style-type:none;
margin-bottom:20px;
}

	ul ul {
	margin-left:40px;
	}

	ul li {
	font-size:12px;
	line-height:20px;
	padding:0px 0px 0px 20px;
	background-image:url(../images/list_marker.gif);
	background-position:0px 5px;
	background-repeat:no-repeat;
	}

ol {
font-size:12px;
margin-bottom:20px;
margin-left:20px;
line-height:20px;
list-style-type:decimal;
}

	ol li {
	font-size:12px;
	line-height:20px;
	padding:0px;
	background-image:none;
	}

/* -----------------TEXT--------------------- */

.leftSide {
float:left;
margin-right:20px;
margin-bottom:20px;
}

.rightSide {
float:right;
margin-left:20px;
margin-bottom:20px;
}

.lastFloat {
margin-right:0px;
}


.centered {
text-align:center;
}



/* -----------------content--------------------- */
div.twoColumns div#content,
div.threeColumns div#content {
width:520px;
float:left;
background-color: #ffffff;
margin: 0 20px 0 0;
min-height:500px;
padding: 0 0 20px 0;
/* height:expression(this.scrollHeight > 500 ? "auto":"500px");*/
height:auto;
}

div.twoColumns div#content {
width:690px;
padding-left:10px;
}




/* -----------footer--------------------------- */
#footer {
clear: both;
margin: 0;
padding: 0;
text-align: center;
background-color:#474747;
color:#ffffff;
margin:20px 0px 0px 0px;
padding:10px 0px;
}

/* ----------- form --------------------------- */

div.formRow {
clear:both;
margin-bottom:20px;
}

	div.formRowsus label{
	width:160px;
	margin-right:20px;
	float:left;
	display:block;
	}

	div.formRow label{
	width:160px;
	margin-right:20px;
	}
	
	div.formRowsus input.longText{
	width:328px;
	height:18px;
	padding:0px 5px;
	border:solid 1px #A5ACB2;
	}
	
	div.formRowsus textarea.longText{
	width:328px;
	height:158px;
	padding:0px 5px;
	border:solid 1px #A5ACB2;
	}
	
	div.formRowsus textarea.hugeText{
	width:508px;
	height:158px;
	padding:0px 5px;
	border:solid 1px #A5ACB2;
	}
	
	div.formRowsus select.longText{
	width:338px;
	height:18px;
	padding:0px;
	border:solid 1px #A5ACB2;
	}
	
	div.formRow p,
	div.formRow h4 {
	margin-bottom:0px;
	}



