/* CSS Document */

* {
	padding: 0;
	margin: 0;
}

body {
	background: #fff url(images/bgtile.jpg) no-repeat;
	font: 12px/1.7em Helvetica, Arial, sans-serif;
	color: #333;
	padding: 0;
	margin: 0;
}

p {
	padding: 0;
	padding-bottom: 1em;
	margin: 0;
	text-align: left;
}

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

li {
	padding-left: 20px;
	padding-bottom: 5px;
}

li.ebullet {
	background: url(images/ebullet.gif) no-repeat 0 0;
	padding-left: 20px;
	padding-bottom: 5px;
}

ol {
	list-style-position: inside;  
	margin: 0;
	padding: 0 0 10px 0;
}


a img {
	border: 0;
}

a:link {
	color: #15639a;
	text-decoration: underline;
}
a:visited {
	color: #999;
	text-decoration: underline;

}
a:hover {
	color: #15639a;
	background-color: #f2c998;
	text-decoration: none;
	border-bottom: none;
}

a:active {
	color: #159a86;
	text-decoration: none;
}

#contentbox {
	width: 500px;
	margin-left: 206px;
	border: 0;
	position: absolute;
	top: 200px;
}

#pagenum {
	text-align: right;
}

#footer {
	background: #d6dee7;
	padding-top: 15px;
	width: 500px;
	padding-bottom: 20px;
	margin-top: 1em;
	margin-bottom: 30px;
	font-size: 11px;
	line-height: 14px;
	clear: both;
}

#footer a:link, #footer a:visited {
	color: #15639a;
	text-decoration: none;
	border-bottom: none;
}

#footer a:hover {
	background-color: #15639a;
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}

#footer a:active {
	color: #fff;
	text-decoration: none;
	border-bottom: none;
}