body {
	text-align: left;
	margin: 5px;
	padding: 0px;
	background: none #00ffcc;
	color: #108810;
	font-size: small;
	font-family: Arial, sans-serif;
	}
/* Generic HTML tags ----------------- */
a img {
	border: none;
	}
p {
	text-indent: 20px;
	font-family: Verdana, sans-serif;
	padding: 0px;
	color:#000000;
	font-size: 80%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 5px;
	}
h1 {
	font-family: Arial, sans-serif;
	font-size: 110%
	}
h2 {
	font-family: Verdana, sans-serif;
	font-size: 90%
	}
h3 {
	font-family: Verdana, sans-serif;
	font-size: 80%;
	font-weight: bold;
	/*text-decoration: underline;*/
	}
table	{
	table-layout: fixed;
	}
td {
	text-align: top;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 60%;
	}
th {
	font-family: Arial, sans-serif;
	font-weight: Bold;
	font-size: 60%;
	text-align: top;
	background-color: #00ffcc;
	}
caption {
	font-family: Arial, sans-serif;
	font-weight: Bold;
	font-size: 70%;
	text-align: top;
	color: #000000;
	}
dt {
	text-indent: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 80%;
	margin-left: 10px;
	margin-bottom:5px;
	}
dd {
	text-indent: 20px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	margin-left: 25px;
	margin-bottom:20px;
	}
/* --------------------------------END */
/* Generic classes ------------------- */
.simplelist {
	text-indent: 20px;
	padding: 0px;
	color:#000000;
	font-size: 80%;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: none;
	list-item-position: outside;
	}
.bulletlist {
	text-indent: 20px;
	padding: 0px;
	color:#000000;
	font-size: 80%;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: disc;
	list-item-position: outside;
	}
.numberedlist {
	text-indent: 20px;
	padding: 0px;
	color:#000000;
	font-size: 80%;
	margin-left: 30px;
	margin-right: 15px;
	margin-bottom: 1px;
	margin-top: 0px;
	list-style-type: decimal;
	list-item-position: outside;
	}
.right {
	text-align: right;
	}
.left {
	text-align: left;
	}
.center {
	text-align: center;
	}
/* --------------------------------END */
/* BreadCrumb section ---------------- */
div#footer {
	position: relative;
	font-family: Verdana, sans-serif;
	}
div#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #108810;
	}
div#footer a:hover {
	font-weight: bold;
	color: #005500;
	}
.updated {
	font-style: italic;
	font-size: 70%;
	text-align: right;
	color: #108810;
	}
/* --------------------------------END */
/* Nav Bar section ------------------- */
div#navbar {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 200px;
	margin-left:0px;
	text-align: left;
	padding: 0px;
	font-size: 60%;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	background-color: #00ffcc;
	}
div#navbar a {
	color: #108810;
	text-decoration: none;
	}
div#navbar a:hover {
	color: #005500;
	}
.navbar {
	list-style-type: disc;
	color: #108810;
	list-item-position: outside;
	}
.square {
	list-style-type: square;
	}
ul li.here {
	list-style-type: square;
	list-style-image: url('arrow.gif');
	color: #108810;
	font-weight: bold;
	}
ul li.subheader {
	list-style-type: none;
	color: #108810;
	font-weight: normal;
	}
ol li.here {
	list-style-type: decimal;
	list-style-image: none;
	font-weight: bold;
	}
.navbarsubl1 {
	list-style-type: decimal;
	list-style-image: none;
	margin-left: 25px;
	color: #108810;
	font-weight: normal;
	}
.navbarsubl {
	list-style-type: disc;
	color: #108810;
	left: 0px;
	margin-left: 15px;
	font-weight: normal;
	list-item-position: outside;
	}
/* --------------------------------END */
/* Main Section ---------------------- */
div#main {
	background-color: #ccffff;
	position: absolute;
	text-align: justify;
	margin-left: 5px;
	margin-right: 15px;
	padding: 15px;
	font-size:100%;
	left: 200px;
	top: 0px;
	}
/* --------------------------------END */
/* Advert Section -------------------- */
div#adverts {
	text-align: center;
	margin-left:0px;
	padding: 0px;
	}
.advert {
	border: 10;
	}
/* --------------------------------END */
/* Special Print Functions ----------- */
#printheader {
	display: none;
	}
/* --------------------------------END */
/* TEST OBJECTS ---------------------- */
test {
	background: url(background.gif) #bbffbb;
	background-repeat:no-repeat;
	background-attachment: fixed;
	}
/* --------------------------------END */
