@charset "utf-8";
body  {
    background-image:url(/custom/themes/default/images/backtile.jpg);
	background-repeat:repeat-x;
}

.formField {
	border:none;
	padding:2px 2px 0 1px;
	background-color: #f4fde2;
	border: 1px solid #cccccc;
	}


#topright {
	background-image:url(/custom/themes/default/images/top-right.jpg);
	background-repeat:no-repeat;
	width: 444px;
	height: 125px;
	position: relative;
	}
	
#mininav{
	position: absolute;
	top: 20px;
	left: 210px;
	width: 200px;
	height: 20px;
}

#sidenavwrap{
	position: relative;
	width: 200px;
	padding: 0 0 0 20px;
	}
#dots {
	border-bottom: 1px dashed #c4c5c5;
	}

	
	
	
#contentarea{
	width: 519px;
}

#foot {
	background-image:url(/custom/themes/default/images/foot.jpg);
	width: 815px;
	height: 195px;
	}

.footclass{
	position: relative;
	}

.foottxt {
	position: absolute;
	top: 170px;
	left: 38px;
	color: #ffffff;
	}

.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;
	margin: 0px;
	padding: 0px;
}