body
{
	text-align: center;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	background: #eee;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container
{
	width: 800px;
	background: #fff;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
}

#leftcontainer
{
	float: left;
	padding-bottom: 8px;
}

#rightcontainer
{
	width: 528px;
	text-align: right;
	margin: 0px 0px 0px auto;
	padding-bottom: 8px;
}

#header
{
	height: 119px;
}

#header2
{
	border: solid #ccc;
	border-width: 1px 0px;
	color: #666;
	font-size: 11px;
	padding: 4px;
}

.lbox
{

	
}

.rbox
{
	width: 528px;
	border: solid #ccc;
	border-width: 0px 0px 1px 0px;
}

.heading12
{
	color: #c30;
	font-size: 12px;
}

.heading14
{
	color: #c30;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
}

.heading24
{
	color: #c30;
	font-size: 24px;
	font-weight: bold;
}

.text11
{
	font-size: 11px;
}

.grey
{
	color: #555;
	font-size: 11px;
}

.main
{
	margin: 8px 8px 0px 4px;
	padding: 8px;
	background: #eee;
	text-align: left;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 500px;
}

.main_nopad
{
	margin: 8px 8px 0px 4px;
	padding: 0px;
	background: #eee;
	text-align: left;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #ccc;
	width: 516px;
}

.phone
{
	color: #c30;
	font-weight: bold;
}

#footer
{
	background: #c30;
	padding: 4px;
}

#footer a
{
	color: #fff;
	margin: 4px;
}

.footerwhite
{
	color: #fff;
	font-size: 11px;
	padding: 2px;
}

a
{
	color: #c30;
	text-decoration:none;
}
a:hover{
	color: #c30;
	text-decoration:underline;
}

.left
{
	float: left;
}
.right
{
	float: right;
}


#nav{
	width: 100px;
	border: solid #ccc;
	border-width: 0px 1px 0px 0px;
	float:left
}

#navEnd{
	width: 100px;
	border-width: 0px 0px 0px 0px;
	border: solid #ccc;
	float:left
}

#heading14
{
	color: #c30;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 4px;
}

.input{
	width:220px;
}