body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #ffffff;
	width: 750px;
	margin: 0px auto 10px auto;
}

a {
	color: #777777;
	text-decoration: underline;
}

a:hover {
	color: #aaaaaa;
}

img {
	border: none;
}

img.left {
	float: left;
}

img.right {
	float: right;
}

fieldset {
	border: none;
	padding: 0px;
}

label {
	font-weight: bold;
}

#content {
	clear: both;

}

#content .column {
	position: relative;
	float: left;

}

#primary_content {
	width: 460px;
	border-left: 1px solid #dddddd;
}

#primary_content .contentblock1 {
	margin: 5px 10px 5px 5px;
}

#primary_content .contentblock1 img {
	margin: -5px -10px 15px -5px;
}

#primary_content h1 {
	font-size: 150%;
	font-weight: bold;
	color: #888888;
	display: block;
	margin: 0px 0px 8px 0px;	
}

#primary_content h2 {
	font-size: 105%;
	font-weight: bold;
	display: inline;
}

#secondary_content {
	width: 287px;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #f6f6f6;
}

#secondary_content .sidebox {
	padding: 6px;
	background-color: #f6f6f6;
	border-bottom: 1px solid #DDDDDD;
}

#secondary_content .sidebox h1 {
	font-size: 130%;
	font-weight: bold;
	display: inline;
}

#secondary_content .sidebox h2 {
	font-size: 105%;
	font-weight: bold;
	display: inline;
}

#secondary_content .sidebox input, #secondary_content .sidebox select {
	font-size: 90%;
}

#secondary_content #fillblock {
	background: url(/img/fill4.jpg);
	width: 270px;
	height: 203px;
}

#secondary_content #iconblock {
	padding-bottom: 10px;
	text-align: center;
}

#domainsearch_form {
	text-align: center;
}

#footer {
	clear: both;
	border-top: 1px solid #DDDDDD;
	position: relative;
	text-align: center;
	color: #888888;
	padding: 5px;
	font-size: 11px;
}

#header {
	height: 63px;
	background-color: #ffffff;
	padding: 3px;
}

#header #telbox, #header #logo {
	position: relative;
	float: left;
}

#header #logo {
	width: 490px;
}

#header #telbox {
	width: 250px;
	margin-top: 20px;
	font-size: 80%;
	text-align: right;
	color: #888888;
}

#menu {
	width: 740px;
	background-color: #dddddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
	height: 16px;
}

#menu, #menu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#menu {
	padding-left: 10px;
}

#menu a {
	color: #666666;
	text-decoration: none;
	display: block;
	padding-right: 20px;
	white-space: nowrap;
	border: none;
}

#menu li {
	float: left;
	white-space: nowrap:
}

#menu  li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	background-color: #eeeeee;
}

#menu  li:hover ul, #menu li.sfhover ul {
	z-index: 2;
	border-top: 1px #aaaaaa solid;
	border-left: 1px #aaaaaa solid;
	border-right: 2px #aaaaaa solid;
	border-bottom: 1px #aaaaaa solid;
	left: auto;
}

#menu li ul li {
	border-bottom: 1px #aaaaaa solid ;
	width: 100%;
}

#menu li ul li a {
	padding: 4px;
}

#menu li ul li:hover {
	background-color: #f9f9f9;
}

#rss_feed ul {
        list-style: none;
        margin: 0px;
        padding: 0px;
}

#rss_feed .rss_description {
        margin-bottom: 5px;
}

#rss_feed h2 {
	background: url(/img/icons/bullet_feed.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
}
