body {
   	margin: 0;
   	margin-bottom: 25px;
   	padding: 0;
   	font-family: "Lucida Grande", "Bitstream Vera Sans", "Verdana";
   	font-size: 13px;
   	color: #333;
	background: url('/images/background.png') repeat-x;
}
 
h1 {
   	font-size: 28px;
   	color: #000;
}
 
th {
	text-align: right;
	line-height: 1.75em;
}

a  {color: #03c}

a:hover {
	background-color: #03c;
	color: white;
	text-decoration: none;
}

a.nohover:hover {
	background: none;
}

#page {
	width: 805px;
	margin: 0;
	margin-left: auto;
	margin-right: auto;
	background: #ddd;
	border-left: 3px solid #bbb;
	border-bottom: 3px solid #bbb;
	border-right: 3px solid #bbb;	
}
 
#content {
	float: left;
	background-color: white;
	border-bottom: 2px solid #bbb;
	border-right: 2px solid #bbb;
	border-top: none;
	padding: 15px;
	background: #fff;
	width: 585px;
}
 
#sidebar {
	float: right;
	width: 162px;
}

#footer {
	clear: both;
	text-align: center;
	font-size: x-small;
	padding: .5em 0 .5em 0 ;
}


#header, #about, #main-content {
	padding-left: 45px;
	padding-right: 30px;
}

#header h1, #header h2 {margin: 0;}

#header h2 {
	color: #666;
	font-weight: normal;
	font-size: 16px;
	margin-left: 2px;
}

 
#main-content {
	border-top: 1px solid #ccc;
	margin-top: 25px;
	padding-top: 15px;
}

#main-content h1 {
	margin: 0;
	font-size: 20px;
}

#main-content h2 {
	margin: 0px;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	margin-bottom: 25px;
}

#main-content h3 {
	font-size: 12px;
	color: #333;
}

#main-content ol {
	margin-left: 0;
	padding-left: 0;
}

#main-content li {
	font-size: 18px;
	color: #888;
	margin-bottom: 25px;
}

#main-content li h2 {
	margin: 0;
	font-weight: normal;
	font-size: 18px;
	color: #333;
}

#main-content li p {
	color: #555;
	font-size: 13px;
}


#sidebar ul {
	margin-left: 0;
	padding-left: 0;
}

#sidebar ul h3 {
	margin-top: 25px;
	font-size: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#sidebar li {
	list-style-type: none;
}

#sidebar ul.links li {
	margin-bottom: 5px;
}

#main-content ul {
	list-style: none;
}

#main-content ul h2 {
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
}

.form {
	margin: 20px 0px;
}

.form div {
	clear: both;
	margin-bottom: 8px;
}

.input label {
	display: block;
	width: 160px;
	float: left;
	font-size: 16px;
}

.checkbox {
	padding-left: 170px;
	text-indent: -20px;
}

#policy {
	background: white; width: 480px; font-family: Arial; font-size: small; color: #555
}

.input input {
	width: 160px;
}

.submit input {
	width: 130px;
	margin-right: 20px;
}

.submit {
	margin-top: 15px;
	width: 310px;
	text-align: right;
}

.a {
	margin-left:  160px;
	width: 160px;
	padding-right: 34px;
	text-align: center;
}

#main-content .warn {
	color: red
}

#main-content .gray {
	color: gray
}

#main-content .gray .warn {
	color: #C99
}

#main-content .goodwarn {
	color: #393
}

img {
	text-decoration: none;
}

#dyndnsscreen {
		text-align: center;
}

#dyndnsscreen img {
	border: 1px solid #aaa;
}

#smaller li {
	line-height: 0px;
	font-size: 12px;
	color: #666;
	padding: 0;
	margin: 1.5em;
}

#deleteacct {
	margin-top: 3em; 
	padding-top: 10px; 
	border-top: 1px solid #aaa; 
	font-size: x-small;
	text-align: right;
}