body {
	background-color: #eadaca;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#Header {
	height: 100px; 
}

#Main {
	background-color: #FFFFFF;
	width: 800px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid black;
}

#CenterColumn {
	margin: 0 10px 0 75px;
}

#Footer {
	text-align: center;
	font-size: 10px;
}

P {
	text-align: justify;
	line-height: 130%;
	font-size: 14px;
	margin-right: 15px;
}

.Phone {
	text-align: right;
	text-decoration: none;
}

.Phone H3 {
	margin: 0;
}

.Left {
	float: left;
}

.Right, 
.Phone {
	float: right;
	margin: 5px 0 20px 20px;
}

.ClearBoth {
	clear: both;
}

.ContactInfo {
	list-style-type: none;
}




/* ---- */
#BGFilter{
	position: absolute;
	background-color: #000;
	display: none;
	top: 0px;
	left: 0px;
	height: 1;
	width: 1;
	/*opacity: .5;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);*/
}

#Overlay{
	display: none;
	position: absolute;
	background-color: #fff;	
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	overflow: auto;
	border: 1px solid #000000;
}

#WindowContent{
	padding: 0 10px 0 15px;
}

.WindowHeader {
	top: -50px;
	height: 28px;
}

.WindowHeader p{
	padding: 3px 0 0 3px;
	margin: 0;
	font-weight: bold;
}

.CloseButton {
	float: right;
	border: none;
	padding: 3px 4px 0;
}

