html, body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
	background: #EEF9EE;
	margin: 0px;
}

table.page, tr.page, td.page {
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

a {
	color: #004500;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	text-decoration: none !important;
}

hr {
	border-color: #009900;
	background-color: #009900;
}

h1 {
	font-size: 15pt;
}

h2 {
	font-size: 12pt;
}

h3 {
	font-size: 10pt;
}

h4 {
	font-size: 8pt;
}

h5 {
	font-size: 7pt;
}

h6 {
	font-size: 6pt;
}

.header {
	color: #001100;
	font-size: 25pt;
	font-weight: bold;
	text-align: center;
	line-height: 200%;
	width: 100%;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px #008000 solid;
}

.splash {
	color: #003F00;
	background: #EEFFEE;
	font-weight: bolder;
	text-transform: uppercase;
	text-align: center;
	width: 25em;
	margin: auto;
	padding: 5px;
	border: 2px #003F00 solid;
}

.navbar {
	background: #AACCAA;
	color: #006600;
	font-size: 10pt;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
	line-height: 175%;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	margin-bottom: 10px;
	border-top: 1px #008000 solid;
	border-bottom: 1px #008000 solid;
	clear: both;
}

.sidebar {
	background: #EEF0EE;
	color: #004500;
	font-weight: normal;
	font-size: 8pt;
	text-align: left;
	line-height: 150%;
	margin: 0px;
	margin-right: 5px;
	padding: 0px;
	border-right: 1px #008000 solid;
	width: 20%;
}

.title {
	background: #AADDAA;
	color: #001100;
	font-size: 12pt;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	line-height: 175%;
	padding-left: 5px;
	padding-right: 5px;
	height: 30px;
	border-bottom: 1px #008000 solid;
}

img.buttons {
	text-align: center;
	padding: 2px;
}

div#site {
	background-image: url(images/layout/pendantcourage.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(pendantcourage.gif) no-repeat center left;*/
}

div#game {
	background-image: url(images/layout/pendantpower.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(pendantpower.gif) no-repeat center left;*/
}

div#fans {
	background-image: url(images/layout/pendantwisdom.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(pendantwisdom.gif) no-repeat center left;*/
}

div#affiliates {
	background-image: url(images/layout/chest.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(chest.gif) no-repeat center left;*/
}

div#topsites {
	background-image: url(images/layout/map.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(map.gif) no-repeat center left;*/
}

div#host {
	background-image: url(images/layout/bigkey.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(bigkey.gif) no-repeat center left;*/
}

div#stats {
	background-image: url(images/layout/sign.gif);
	background-repeat: no-repeat;
	background-position: center left;
/*	background: #AADDAA url(sign.gif) no-repeat center left;*/
}

div#bottom {
/*	margin-bottom: 10px;
	border: none;
	background: #EEF9EE;*/
	border-top: 1px #008000 solid;
}

.spacer {
	background-image: url(images/layout/spacer.gif);
	clear: both;
}

.navtitle {
	position: relative;
	background: #AADDAA;
	color: #002200;
	width: 100%;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	line-height: 125%;
	padding: 0px;
	margin: 0px;
	clear: left;
	border-top: 1px #008000 solid;
	border-bottom: 1px #008000 solid;
}

.content {
	color: #000000;
	font-weight: normal;
	text-align: left;
	clear: right;
	padding-left: 5px;
}

.details {
	color: #001100;
	font-size: 8pt;
	line-height: normal;
	float: left;
	margin-right: 2px;
	margin-bottom: 10px;
	padding-left: 2px;
}

.update {
	color: #001100;
	font-size: 8pt;
	line-height: normal;
	float: right;
	margin-right: 2px;
	margin-bottom: 10px;
	padding-right: 2px;
}

.copyright {
	position: relative;
	background: #AACCAA;
	color: #000900;
	font-size: 8pt;
	font-weight: bold;
	text-align: right;
	text-transform: capitalize;
	line-height: 250%;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 2px;
	padding-left: 2px;
	padding-right: 2px;
	border-top: 1px #008000 solid;
	border-bottom: 1px #008000 solid;
	float: right;
	z-index: 1;
}

table.table, th.table, tr.table, td.table {
	border-color: #009900;
	font-size: 10pt;
}

th.head {
	font-weight: bolder;
	font-size: 11pt;
}

td.head, tr.head {
	font-weight: bold;
}

