html,body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}

#contentarea {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	/*margin-top: 15px;
	margin-left: 15px;*/
	/*border: 1px solid #000;*/
}
#headerBox {
	width: 800px;
}

#middleContentBox {
	width: 800px;
}

#MenuBox {
	float: left;
	width: 170px;
	min-height: 500px;
  	height:auto !important; 
 	height: 500px;
	padding-left: 15px;
	/*border: 1px solid #000;*/
}

#MenuBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bolder;
	color: #000;
}

#MenuBox A:link    {text-decoration: none; color: #000;}
#MenuBox A:visited {text-decoration: none; color: #000;}
#MenuBox A:active  {text-decoration: none; color: #000;}
#MenuBox A:hover   {text-decoration: underline; color: #000;}

#MainContentArea {
	float: right;
	width: 590px;
	min-height: 500px;
  	height:auto !important; 
 	height: 500px;
	/*border: 1px solid #000;*/
}

#footerBox {
	width: 800px;
}

#formframe {
	height: 98%;
	width: 560px;
	border: thin dashed #666666;
	padding: 15px 15px 5px;
}

#contactCol1 {
	float: left;
	width: 270px;
	/*border: 1px solid #000;*/
}

#contactCol2 {
	float: right;
	width: 270px;
	/*border: 1px solid #000;*/
}

/********************** GLOBAL STYLES ***************************/
.float_clear {
	clear:both;
	height:1px;
	overflow:hidden;
	margin-top:-1px;
}
/********************** LAYER STYLES ***************************/
.hideLayer {
	visibility: hidden;
}
.showLayer {
	visibility: visible;
}
.collapseLayer {
	display: none;
}
.expandLayer {
	display: block;
}

