/* CSS Document */
/* All Code and Scripting is copyright Patrick Jungers and Digital Solutions unless otherwise
specified and cannot be used without written permission from the copyright holder */
body	{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	min-width: 600px;
	background-image: url("images/bg.jpg");
	}
	
a:link {
	color: #FFF;
	text-decoration: none;
	}
a:visited { 
	color: #FFF;
	text-decoration: none;
	}
a:hover { 
	color: #FFF;
	text-decoration: underline;
	}
a:active { 
	color: #FFF;
	text-decoration: underline;
	}

#container {
	background-color: #000;
	margin: 0 auto;
	width: 857px;
	}

#test	{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 900px;
	height: 467px;
	}

#leftnav	{
	font-size: 12px;
	background-color: #000;
	margin: 5px;
	height: 418px;
	width: 149px;
	float: left;
	background-image: url('images/sidebarbg.jpg');
	background-repeat: no-repeat;
	}

#leftnav ul	{
	list-style: none;
	text-align: left;
	display: inline;
	margin-left: 0px;
	border: medium;
	border-color: #FFF;
	}

#leftnav ul li	{
	padding: 10px;
	/*font-family: "Zapf Chancery", "Monotype Corsiva", "Brush Script MT", cursive;*/
	color: #FFF;
	text-align: left;
	border-bottom: dashed 1px #000;
	}

#banner	{
	background-color: #000;
	width: 857px;
	height: 166px;
	}

#header	{
	background-color: #000;
	width: 693px;
	height: 55px;
	margin-left: 165px;
	}

#text	{
	margin: 0px;
	background-color: #FFF;
	width: 690px;
	height: 412px;
	margin-left: 165px;
	}

#textleft	{
	width: 432px;
	padding-left: 20px;
	font-size: 10px;
	float:left;
	}

#calendar	{
	width: 680px;
	padding-left: 20px;
	font-size: 10px;
	float:left;
	}

#memberlist	{
	width: 430px;
	height: 412px;
	padding-left: 20px;
	font-size: 10px;
	float:left;
	overflow: auto;
	}

#textleft a	{
	color: #00F;
	}

#memberlist a	{
	color: #00F;
	}

#textright	{
	width: 170px;
	height: 412px;
	margin-left: 452px;
	font-size: 13px;
	background-color: #FFF;
	background-image:url('images/capitol.jpg');
	background-repeat:no-repeat;
	padding-left: 50px;
	padding-right: 10px;
	}

#textleft img	{
	float: right;
	}

#companyimage	{
	width: 410px;
	height: 100px;
	margin-right: 20px;
	background-color: #000;
	color: #CCC;
	text-align: center;
	}

#ad	{
	position: absolute;
	top: 235px;
	left: 760px;
	background-color: #181B24;
	width: 175px;
	height: 315px;
	}

#footer	{
	background-image:url('images/footerbg.jpg');
	background-repeat:no-repeat;
	width: 857px;
	height: 27px;
	text-align: right;
	font-size: 9px;
	padding-top: 6px;
	color: #CCC;
	}

.heading	{
	font-weight: bold;
	}

.floatleft	{
	float: left;
	}

.floatright	{
	float: right;
	}
