
	/*  General  */

body {
	font-family: arial, helvetica, sans-serif;
	color: #86f; 
	background-color: #000;
/*
	background: #000 url(/images/background.jpg) repeat-y top left;

*/
	width: 100%;
	margin: 0;
	padding: 2px;
	border: 0; 
	}

p, th, td, li, ul, ol, h1, h2, h3, h4, h5, h6, input, textarea { 
	font-family: arial, helvetica, sans-serif;
	}

p.justified, p.left, p.right, p.center {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	color: #86f;
	line-height: 150%; 
	}

p.justified {
	text-align: justify;
	}

p.left	{
	text-align: left;
	}

p.right	{
	text-align: right;
	}

p.center {
	text-align: center;
	}

p.lefttight, p.centertight {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #86f;
	line-height: 150%; 
	}

p.lefttight {
	text-align: left;
	}

p.centertight {
	text-align: center;
	}

p.leftsmall, p.rightsmall, p.centersmall {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 130%;
	color: #86f;
	}

p.leftsmall {
	text-align: left;
	}

p.rightsmall {
	text-align: right;
	}

p.centersmall {
	text-align: center;
	}

a:link, a:visited, a:active {
	color: #c6e; 
	text-decoration: none; 
	font-weight: normal;
	}

a:hover {
	color: #c8e; 
	text-decoration: underline; 
	font-weight: normal;
	}

ul	{
	text-align: left;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #86f;
	line-height: 150%; 
	list-style: disc inside url("/images/button.jpg");
	padding: 0;
	}

h2 {
	font-size: 15px;
	margin: 0 0 20px 0;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	color: #c6e;
	}

h3 {
	font-size: 14px;
	margin: 0 0 20px 0;
	text-align: left;
	font-weight: bold;
	color: #0bf;
	}

img	{
	display: block;
	font-size: 11px;
	line-height: 130%;
	color: #fff;
	}

.border {
	border: 1px solid #309; 
	}

.inline {
	display: inline;
	}

strong	{
	font-weight: bold;
	}

em	{
	font-style: italic;
	}


	/* Header */

div#tablecenter {
	width: 100%;
/**
	text-align: center;
**/
	padding: 0;
	margin: 0;
	}

div#pagetable {
	width: 700px;
/**
	display: inline-table;
**/
	padding: 0;
	margin: 0;
	}

div#maincontent {
	width: 640px;
	margin: 0 0 30px 30px;
	padding: 0;
	}



	/* Header Menu System */

table#menusystem {
	width: 100%;
	margin: 0 0 0 0;
	border-collapse: collapse;
	}

#menusystem td {
	border: 1px solid #309;
	vertical-align: middle;
	}

#menusystem p {
	text-align: center;
	vertical-align: middle;
	color: #93f;
	background-color: #000;
	font-size: 11px;
	line-height: 130%; 
	font-weight: bold;	
	width: 100%;
	padding: 0;
	margin: 0;
	}

#menusystem p a {
	display: block;
	font-size: 11px;
	text-decoration: none; 
	margin: 0;
	padding: 0;
	text-align: center;
	width: 100%;
	height: 28px;
	}

#menusystem p a:link, #menusystem p a:visited, #menusystem p a:active {
	color: #93f;
	background-color: #000;
	font-weight: normal;
	}

#menusystem p a:hover {
	color: #97f; 
	background-color: #205;
	font-weight: normal;
	}	


	/* Main Content Styles */

.lightbluetext {
	color: #0bf;
	}

.lightpurpletext {
	color: #c6e;
	}

p.caption {	
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
	color: #0bf;
	}

p.pagenotfound {
	margin: 0 0 30px 0;
	text-align: center;
	padding: 0 200px 0 200px;
	font-size: 14px;
	color: #86f;
	line-height: 150%;
	}	

div.newsletter {
	width: 240px;
	padding: 10px;
	float: right;
	margin: 0 0 10px 10px;
	border: 1px solid #309;
	}



	/* Images */

h1#splash {
	background: transparent url(/images/splash.jpg) no-repeat 50% 0%;
	width: 100%;
	height: 234px;
	margin: 20px 0 0 0;
	padding: 0;
	}

h1#splash span {
	display: none;
	}

h2#pagenotfound {
	background: transparent url(/images/404_error.jpg) no-repeat 50% 0%;
	width: 100%;
	height: 223px;
	margin: 0;
	padding: 0;
	}

h2#pagenotfound span {
	display: none;
	}

h3#slothdj {
	background: transparent url(/images/sloth_dj.jpg) no-repeat 50% 0%;
	width: 220px;
	height: 250px;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	}

h3#slothdj span {
	display: none;
	}

h3#slothbreakfast {
	background: transparent url(/images/sloth_breakfast.jpg) no-repeat 50% 0%;
	width: 250px;
	height: 255px;
	float: right;
	margin: 0 0 0 10px;
	padding: 0;
	}

h3#slothbreakfast span {
	display: none;
	}

div#sleepysloth {
	width: 300px;
	float: right;
	margin: 0 0 0 25px;
	}



	/* Footer Styles */

div#footer {
	width: 700px;
	margin: 0;
	padding: 0;
	}

#footer p {
	font-size: 11px;
	}