.standard {
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	color: #b66c3c;
}

.standardred {
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	color: #ff0000;
}

.standardbold {
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	font-weight: bold;
	color: #b66c3c;
}

.standardboldred {
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	font-weight: bold;
	color: #ff0000;
}

h1 {
	font-family: Arial, Helvetica, san serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: italic;
	color: #b66c3c;
}

h2 {
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	font-weight: normal;
	font-style: italic;
	color: #b66c3c;
}

.legal {
	font-family: Arial, Helvetica, san serif;
	font-style: italic;
	font-size: 10pt;
	color: #b66c3c;
}

.page {
	background-color: #fde5c1;
}

.header {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #999999;
	padding: 0px;
	width: 800px;
	height: 100px;
	background: url(/images/HeaderBG-TEMP-800x100.jpg);
}

.menu {
	position: absolute;
	top: 100px;
	left: 0px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 200px;
}

.menutable {
	margin: 10px;
	padding: 0px;
	border: 0px;
}

.menutableheadertext {
	font-family: Arial, Helvetica, san serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #f3d0a3;
}

.menutableheadercells {
	margin: 0px;
	padding: 8px;
	width: 180px;
	background-color: #b66c3c;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
}

.menutableitemtext {
	font-family: Arial, Helvetica, san serif;
	font-size: 8pt;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	color: #b66c3c;
}

.menutableitemcells {
	margin: 0px;
	padding: 10px;
	width: 180px;
	background-color: #f3d0a3;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
}

.menutablefootercells {
	margin: 0px;
	padding: 10px;
	width: 180px;
	background-color: #f3d0a3;
	border-right: 1px solid #999999;
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.quicknav {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 90px;
	height: 45px;
}

.idealhostingbutton {
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 177px;
	height: 150px;
}

.acheanbutton {
	position: absolute;
	top: 10px;
	left: 371px;
	margin: 0px;
	border: 0px;
	padding: 0px;
	width: 219px;
	height: 55px;
}

.buttonlink {
	margin: 0px;
	border: 0px;
	padding: 0px;
}

.quicknavitems {
        margin: 0px;
        border: 0px;
        padding: 0px;
	text-align: left;
	font-family: Arial, Helvetica, san serif;
	font-style: italic;
	font-size: 10pt;
	color: #000000;
	text-decoration: none;
}

.contentpane {
	position: absolute;
	top: 100px;
	left: 200px;
	width: 590px;
        padding: 10px;
	border-left: 1px solid #999999;
	font-family: Arial, Helvetica, san serif;
	font-size: 10pt;
	font-weight: normal;
}

.footer {
	position: absolute;
	left: -1px;
	margin: 0px;
	border-left: 1px solid #999999;
	padding: 0px;
	padding-left: 10px;
	width: 590px;
	height: 170;
	border-top: 1px solid #999999;
}

