p {
	margin: 10px 0;
}
ul, ol {
	padding-left: 15px;
	margin-left: 15px;
	list-style-position: outside;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
img {
	border: none;
}
a, a:visited {
	color: #696;
}
a {
	font-weight: bold;
}
a:hover {
	color: #222;
}
h1, h2, h3, h4, h5 { color: #696;}
h1 {font-size: 1.4em; margin: 1em 0 0;}
h2 {font-size: 1.2em; margin: .5em 0;}
hr {
	border: none 0;
	border-top: 1px solid #ddd;
	width: 80%;
	height: 1px;
	margin: 20px;
	text-align: center;
	clear: both;
}
table {
	margin-bottom: 20px;
}
table td {
	padding: 4px;
	border: 1px solid #ccc;
}
body {
	margin: 0 auto;
	font: 62.5% Arial, Helvetica, sans-serif; 
	text-align: center;
	color: #696;
}
#container {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	font-size: 1.4em;
	background: url(../img/bg.png) repeat-y 50% 0;
	overflow: auto;
}
#skip {
	height: 0;
	text-indent: -9999em;
}
.noshow {
	position: absolute;
	left: -9999px;
	width: 900px;
}
#header {
	width: 920px;
	height: 345px;
	padding: 0 0 0 60px;
	background: url(../img/header.png) no-repeat;
	float: left;
}
#content {
	width: 860px;
	padding: 20px 60px;
	line-height: 150%;
	float: left;
}
.alignright {
	margin: 20px 0 20px 20px;
	float: right;
	clear: both;
}
.logo {
	margin: 10px;
	float: left;
}
#footer {
	margin: 0 auto;
	position: relative;
	width: 980px;
	padding: 0;
	clear: both;
	background: url(../img/footer.png) repeat-x;
}
#footer h2 {
	margin: 10px 0 0;
	padding-top: 40px; 
	text-align: center;
	color: #696;
	font-size: .9em;
	border-bottom: none;
}
#footer h2 a, 
#footer h2 a:visited {
	color: #696;
	text-decoration: none;
}
#footer h2 a:hover,
#footer h2 a:focus {
	color: #222;
}
#footer h3 {
	margin: 0;
	text-align: center;
	color: #ddd;
	font-size: .9em;
}
#footer h3 a, 
#footer h3 a:visited {
	color: #ddd;
	text-decoration: none;
}
#footer h3 a:hover,
#footer h3 a:focus {
	color: #222;
}
