/* 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: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	}
	
a:link {
	color: #000;
	text-decoration: none;
	}
a:visited { 
	color: #000;
	text-decoration: none;
	}
a:hover { 
	color: #000;
	text-decoration: none;
	}
a:active { 
	color: #000;
	text-decoration: none;
	}


#container {
	background-color: #FFF;
	height: 590px;
	padding: 0px;
	padding-top: 0px;
	margin-left: 30px;
	}

#header	{
	background-image: url("images/headerbg.png");
	background-repeat: no-repeat;
	width: 800px;
	height: 106px;
	margin: 0px;
	border: none;
	border-bottom: medium solid #860038;
	}
	
#logo	{
	height: 106px;
	width: 400px;
	float: left;
	}

#logo img	{
	border: none;
	}

#pagename	{
	height: 66px;
	padding-top: 40px;
	text-align: right;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 200%;
	letter-spacing: 8px;
	font-weight: bold;
	}

#main	{
	margin-top: 0px;
	margin-bottom: 0px;
	width: 800px;
	height: 350px;
	}

#nav	{
	margin: 0px;
	border: 2px solid #bdbec0;
	border-right: none;
	width: 200px;
	font-size: 75%;
	letter-spacing: 4px;
	padding: 4px;
	background-color: #FFF;
	}

#nav a:link {
	background-color: #FFF;
	text-decoration: none;
	color: #000;
	}

#nav a:hover { 
	background-color: #bdbec0;
	text-decoration: none;
	}

#mainleft	{
	float: left;
	margin: 0px;
	width: 200px;
	height: 350px;
	}

#mainright	{
	position: absolute;
	top: 114px;
	left: 284px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-right: 5px;
	overflow-y: auto;
	height: 392px;
	width: 511px;
	z-index: 1;
	}

#mainright img	{
	border: none;
	}

#listleft	{
	float: left;
	margin: 0px;
	width: 250px;
	height: 335px;
	}

#listleft ul	{
	list-style-type: none;
	}

#listleft ul li	{
	padding-bottom: 5px;
	}

#listright	{
	margin-left: 280px;
	height: 335px;
	}

#listright ul	{
	list-style-type: none;
	}

#listright ul li	{
	padding-bottom: 5px;
	}

#lefttext	{
	margin: 3px;
	padding: 4px;
	width: 175px;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 17px;
	text-align: left;
	font-weight: normal;
	}

.lefttextbig	{
	color: #860038;
	font-size: 175%;
	}

.style1	{
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	}

.style2	{
	text-align: right;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	}

.stafftable	{
	text-align: left;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	}

#footer	{
	width: 800px;
	height: 145px;
	margin-top: 0px;
	background-image: url("images/footerbg2.png");
	background-repeat: no-repeat;
	text-align: right;
	}

#footer img	{
	margin-top: 0px;
	height: 160px;
	}

#leftcontact	{
	float: left;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	text-align: left;
	margin-left: 10px;
	padding-top: 10px;
	font-size: 75%;
	}

#sitemap	{
	text-align: center;
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	width: 800px;
	margin-top: 0px;
	}

#contact	{
	font-family: Geneva, Verdana, Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
	font-size: 75%;
	text-align: left;
	margin-left: 10px;
	color: #000;
	text-decoration: none;
	}
