
#content {
	font-size: 12px;
	width: 540px;
	float: left;
	margin-left:50px;
	overflow: hidden;
	padding: 15px 0;
}


#sideBar {
	width: 20em;
	float: right;
}

#sideBar {
	display: block;
}

#sideBar p {
	padding: 0px;
}

#sideBar h2 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: .5em 0;
}

#sideBar h3 {
	font-size: 1.6em;
	line-height: 1.6em;
	margin: 0;
}

#sideBarContent {
	font-size: 12px;
}

#sideBar a {

}

#sideBar a:link, #sideBar a:visited {
	color: #fbff48;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	margin-right: 3px;
}

#sideBar a:hover, #sideBar a:active {
	color: #177714;
	background-color: #fbff48;
	border-bottom-style: solid;
	border-bottom-color: #fbff48;
	margin-right: 3px;
}



div.policies {
	border: 0;
}

div.policiesNavigation {
	border: 0;
}

div.policies UL, div.policiesNavigation UL {
	margin: 2px;
	padding-left: 18px;
}

div.policies UL LI, div.policiesNavigation UL LI {
	list-style: none;
	list-style-position: inside;
	padding-left: 18px;
	line-height: 24px;
	margin: 0;
	margin-left: 8px;
	background-image: url("/icons/16x16/plain/nav_plain_blue.png");
	background-position: 0px center;
	background-repeat: no-repeat;

}

div.policiesNavigation UL {
	margin-bottom: 10px;
	padding-bottom: 8px;
	border-bottom: 1px solid #271a07;
	text-align: center;

}

div.policiesNavigation UL LI {
	display: inline-block;
	padding-left: 28px;
	line-height: 18px;
	margin: 0;
	margin-left: 16px;
	background-position: 10px center;
}

div.policies UL LI.external, div.policiesNavigation UL LI.external {
	background-image: url("/icons/16x16/plain/nav_right_green.png");

}

div.whois, div.whoisResult {
	text-align: center;
	margin-bottom: 18px;
	padding-bottom: 6px;
	padding-top: 4px;
}

div.whoisResult {
	text-align: left;
}

div.whoisResult pre {
	white-space: pre-line;
	font-family: monospace;
}

div.whois h2, div.whoisResult h2 {
	text-align: left;
	float: left;
}

div.whois br, div.whoisResult br {
	clear: both;
}

div#liveChat span {
	background:url("/images/sidebar-btn.png") no-repeat scroll left top transparent;
	color:#042804;
	display:block;
	float:right;
	font-family:"American Typewriter",Georgia,"Times New Roman",Times,serif;
	padding:0 0 0 12px;
	width:188px;
	line-height: 30px;
}
div#liveChat span:hover {
	background: url(images/sidebar-btn.png) no-repeat left -30px;
}

div.help form input, div.help form textarea, div.help form select {
	padding: 4px;
	margin: 6px;
	background-color: white;
	border: none;
	float: left;
	line-height: 22px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
