body {
	background-color: #FF6600;
}
#logo {
	margin-top:10px;
	margin-left:30px;
	width: inherit;
	position: relative;
	z-index: 1;
	width: 288px;
	height: 194px;
}
#mainContent {
	width: 800px;
	margin:auto;
	margin-top: 10px;
}
#topNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -150px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
}
#testTopNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: -150px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	background-color: #999;
	height: 60px;
	padding:10px;
	background-color:#FF6600;
}
#pageTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #6699FF;
	font-weight: bold;
	text-align: right;
	margin-bottom: 5px;
	border-bottom: thin dotted #6699FF;
}
#subTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6699FF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 10px;
	border-bottom: thin dotted #6699FF;
}
.content, #content {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#subject {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:16px;
	color: #FF6600;
	font-weight: bold;
	margin-left: 30px;
}
.faq {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FF6600;
	font-weight: bold;
}
.planTable {
	border-bottom: thin solid #CCC;
	color: #FF6600;
	font-weight: bold;
	height: 25px;
	vertical-align: bottom;
}
.tableItem {
	border-bottom: 1px solid #EEE;
}
.standOut {
	color: #FF0000;
	font-weight: bold;
	border-bottom: 1px solid #EEE;
}
td {
	height: 20px;
}
#subNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: right;
	font-size: 14px;
}

/* LINKS */
#copy {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
a.copy {
	color: #ccc;
	text-decoration: none;
}
a:hover.copy {
	color: #000000;
}
a {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
a.topNav {
	color: #FFF;
	text-decoration: none;
}
/* a:hover.topNav {
	color: #000000;
	text-decoration:blink;
} */
a:visited.topNav {

}
a.tutLink {
	color: #FF6600;
	text-decoration: none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
}
/* a:hover.topNav {
	color: #000000;
	text-decoration:blink;
} */
a:visited.tutLink {

}
a.logo {
	border: 0px;	
}
a:visited.logo {
	border: 0px;	
}
a:active.logo {
	border: 0px;	
}
a.subNav {
	color: #FF6600;
	text-decoration: none;
}
a:hover.subNav {
	color: #000000;
} */
a:visited.subNav {
}
#login_form {
	border-left: thin solid #6699FF;
}
/* ROLLOVER ADDITIONAL INFO */

/* TRANSPARENT TOOLTIP */

	
	#dhtmlgoodies_tooltip{
		background-color:#EEE;
		border:1px solid #000;
		position:absolute;
		display:none;
		z-index:20000;
		padding:2px;
		font-size:10px;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
		font-family: Geneva, Arial, Helvetica, sans-serif;
		
	}
	#dhtmlgoodies_tooltipShadow{
		position:absolute;
		background-color:#555;
		display:none;
		z-index:10000;
		opacity:0.7;
		filter:alpha(opacity=70);
		-khtml-opacity: 0.7;
		-moz-opacity: 0.7;
		-moz-border-radius:6px;	/* Rounded edges in Firefox */
	}
	
/* DOMAIN REGISTRATION ALERTS */
.domainError {
	color: #FF0000;
	font-weight: bold;
}
.available {
	color: #0066FF;
	font-weight: bold;
}.priceTable {
	border-bottom-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #CCCCCC;
}