body {background: #D5D5D5;}

p {
	font-family: Georgia, Times New Roman, Serif;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
}

small {
	font-size: 12px;
	line-height: 12px;
}

h2 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 24pt;
	font-weight: bold;
	margin-bottom: 10px;
}

h3 {
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 18pt;
	margin-bottom: 10px;
}

a {
	color: #0673ba;
	text-decoration: underline;
}

a:hover {text-decoration: none;}

#container {
	margin: 0 auto;
	width: 1010px;
}

/* HEADER */

#header {
	width:1010px;
	height: 132px;
	margin-top: 20px;
	background: url(../images/header.png) no-repeat;
}

#header h1, cite {
	display: none;
}

/* MAIN */

#main {
	width: 980px;
	padding: 20px;
	background: url(../images/content-bg.png) repeat-y;
}

/* NAV */

#nav {
	width: 235px;
	float: left;
	font-family: Arial, Helvetica, Sans-serif;
}

#nav li {
	list-style-type: none;
	margin: 0px;
	line-height: 28px;
	font-family: Arial, Helvetica, Sans-serif;
}

/* CONTENT */

#content {
	float: left;
	width: 715px;
	margin-left: 20px;
}

ul li {
	list-style-type: circle;
	margin-left: 30px;
	line-height: 20px;
	font-family: Georgia, Times New Roman, Serif;
}

ol li {
	list-style-type: decimal;
	margin-left: 30px;
	line-height: 20px;
	font-family: Georgia, Times New Roman, Serif;
}

#contentEND {
	clear: both;
	margin: 0;
}

table, tr, td {
	border: 1px solid black;
	text-align: center;
}

/* FOOTER */

#footer {
	background: url(../images/footer-bg.png) no-repeat;
	height: 50px;
	padding: .7em 20px;
	clear: both;
}

#footer a{
	color: #FFFFFF;
}

#footer #copyright {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Sans-serif;
	float: left;
	line-height: 12px;
}

#footer #ccp {
	font-size: 12px;
	color: #FFFFFF;
	font-family: Arial, Sans-serif;
	float: right;
	font-style: italic;
	line-height: 12px;
}