body {
	background-color:#b6d6ca;
	text-align:center;
	margin:0px;
	padding:0px;
	color:black;
}
#container{
	margin:0 auto;
	width:700px;	
	text-align:left;
}




p {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:   10pt;
	color:black;
	margin:0px;
	font-weight: normal;
}
div#pageblock {
	/*this is the outermost div block--everything else is within this div*/
	//width:700px;
	text-align:left;
	background-color:none;
}
div#arclogo {
	background-image:url('images/arc-logo.jpg');
	background-repeat:no-repeat;
	background-position:center;
	width:700px;
	height:177px;
	margin-top:5px;
}

div#firstsection{
	width:700px;
	height:75px;
}
div#leftinfo {
	text-align:left;
	float:left;
	width:350px;
	overflow:hidden
}
div#rightinfo {
	text-align:right;
	width:350px;
	//margin-left:250px;
	overflow:hidden
}



div#secondsection{
	width:700px;
	height:125px;
}
div#locationinfo{
	float:left;
	text-align:left;
	width:350px;
	overflow:hidden
}
div#pricinginfo{
	text-align:right;
	width:350px;
	//margin-left:250px;
	overflow:hidden
}
ul#locations{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:   10pt;
	font-weight: normal;
	margin-top:0px;
}
p.special{
	font-weight:bold;
	font-size:16px;
	text-align:center;
}
h1.company{
	display:none;
}
#hosting_credit {
	margin-top:60px;
	text-align:center;
}

#hosting_credit a, a:hover, a:visited{
	text-decoration:none;
}

