body {
background: #ffffff;
width: 640px;
}

#pagecontainer {
width: 640px;;
}

div.header {
width: 100%;
height: 77px;
color: #99CCCC;
}

div.mainnav {
display: none;
}

div.lhnavandcontent {
width: 640px;
background: #ffffff;
}

div.lhnav {
display:none;
}

div.content {
width: 640px;
color: #000000;
}

div.content a, div.content a:active, div.content a.content:visited {
	text-decoration:underline;
	color:#000000;
}
div.content a:hover {
	text-decoration:underline;
	color:#000000;
}

div.footer {
	color: #000000;
	width: 640px;
	text-align: center;
	border-top: 1px #e0e0e0 solid;
}

div.footer a {
	color: #000000;
	text-decoration:none;
}
div.footer a:hover {
	color: #000000;
	text-decoration:none;
}

td.contact_footer{
	color: #000000;
	padding: 0px;
}
