/*The layout for the 4 columns on the front page
    This page is intended only for version 5+ browsers
*/
#content{
	width:100%;
	padding:0%;
	margin:0;
}
#column4 {
/*******************************************************
	IMPORTANT! This column4 declaration must
	always be placed before the other 3
	columns.  I don't know why, but IE5 will
	not display correctly otherwise
********************************************************/
	border-bottom : 1px solid white;
	width:100%;
	padding: 1em .5% 0 76%; /*This is for stupid IE5*/
	voice-family:inherit;
	width:23.25%;
	left:74.25%;
	margin:0;
	position: absolute;
	padding:1em 1% 0 .5%;
}
html>body #column4{
	width:23.25%;
	left:74.25%;
	position: absolute;
	margin:0;
	padding:1em 1% 0 .5%;
	/* ie5win fudge ends */
}

#column1{
	position: absolute;
	border-bottom : 1px solid white;
	width:25%;
	padding:1em 2% 0 8%;
	left:0;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:23.25%;
	padding:1em .5% 0 2%;
	margin:0;
}
html>body #column1 {
	width:23.25%;
	padding:1em .5% 0 2%;
	margin:0;
	width:23.25%;
	/* ie5win fudge ends */
}
#column2{
	position: absolute;
	border-bottom : 1px solid white;
	width:25%;
	left:25.75%;
	padding:1em 2% 0 2%;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:23.25%;
	padding:1em .5% 0 .5%;
	margin:0;
}
html>body #column2 {
	width:23.25%;
	padding:1em .5% 0 .5%;
	margin:0;
	/* ie5win fudge ends */
}

#column3 {
	position: absolute;
	border-bottom : 1px solid white;
	width:25%;
	left:50%;
	padding:1em 2% 0 2%;
	/* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:23.25%;
	padding:1em .5% 0 .5%;
	margin:0;
}
html>body #column3 {
	width:23.25%;
	padding:1em .5% 0 .5%;
	margin:0;
	/* ie5win fudge ends */
}
#copyright{
	margin:2em 0 0 0;
	text-align:center;
	}
.contact{
	padding-top: .5em;
	margin:auto;
	text-align:center;
}

hr{
	margin-top:1px;
	color: #999;
	text-align: left;
	width:66%;
	height: 1px;
}