body {font-family: "Lucida Grande", Verdana, Arial, sans-serif; font-size: 13px; margin: 0; background-color: #f0f0f0;}

h1 {margin-to: 1.5em; margin-bottom: 1.5em;}
h2 {margin-top: 1.5em; margin-bottom: 1.2em;}
h3 {margin-top: 1.5em;}
h4 {margin-top: 1.2em;}

p, ul, ol {line-height: 20px;}


table {font-size: 13px; border-collapse: collapse; }

table ul {margin: 0; padding-left: 15px;}
td {padding: 5px; }

th {padding: 10px;}
pre {font-size: 12px;}

#Content {
	background-color: #fff;
	width: 760px;
	padding: 10px 20px;
	margin: 25px auto 0 auto;
	border: 1px solid #999;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;	
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}



A:link {text-decoration: none;
}

A:visited {text-decoration: none;
}

A:active {text-decoration: none;
}
A:hover {text-decoration: none;
}

#header {text-align: center;}

hr {border-bottom: 0;} /* To make the <hr /> look nicer. */

#bottom-nav {margin: 25px 0; font-size: 12px;}

.bottom-nav-left {display: block; float: left;}
.bottom-nav-right {display: block; float: right;}

#copyright {font-size: 11px;
	color: #666;
	background-color: #fff;
	width: 760px;
	padding: 10px 20px;
	margin: 0 auto 25px auto;
	border: 1px solid #999;
	border-top: 0;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;	
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
}

