	body {
		margin: 0;
		padding: 0;
		font-family	:arial,tahoma,verdana,helvetica;
		font-size: 12px;
		background-image:url(pagebckgrnd.gif);
	}

	

	div#content h1 { font-size:170%;margin-left:10px;border-left:5px solid #d4d4d4;padding-left:4px; }
	div#content h2 { font-size:125%;margin-left:10px;border-left:5px solid #d4d4d4;padding-left:4px; }
	div#header h1 { font-size:40px; color:#006946; padding: 0 0 0 15px;}

	a {font-weight:bold; text-decoration:none; color:black;}
	a:hover {color:#006946;}
	

	hr {border: solid 1px #006946;}
	
	img {border: 0px;}
		
#page {
	position: relative;
	margin: 10px auto;
	width: 1100px;
	height: auto !important;
	height: 500px;
	min-height: 500px;
}		


div#countdown {color: #ffffff;
background-color: #006946;}

div#header {
		position:relative;
		height:82px;
		border-left :1px solid gray;
		border-right :1px solid gray;
		border-top :1px solid gray;
		background-color: #d4d4d4;
		background-image: url(img/header.jpg);
		background-position: right;
		background-repeat: no-repeat;
		vertical-align: middle;
	}
div#header h1 {
			font-size:30px;
			color:#006946;
			padding: 0 0 0 15px;
		}
	div#menuoben {
		position:relative;
		height:16px;
		color:#ffffff;
		border-left :1px solid gray;
		border-right :1px solid gray;
		border-bottom :1px solid gray;
		background-color:#006946;
		padding-left: 6px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

div#menuoben a {
		color:#ffffff;
	}	


div#content {
		position: relative;
		margin-left: 158px;
		margin-right: 154px;
		margin-top: 5px;
		background: #ffffff; 
		overflow: hidden;
		padding: 5px;
		border: 1px solid #808080;
		voice-family: "\"}\""; voice-family: inherit;

	}
	
div#content table {
		margin-left: 10px;
		margin-right: 10px;
		}
		
div#content p {
		margin-left: 10px;
		margin-right: 10px;
		}			

div#menuright {
		position: absolute;
		right    : 0px;
		top     : 115px;
		background: white;
		border: 1px solid #808080;
		width: 150px;
	}	

div#menuright form {
		padding-top: 5px;
		text-align: center;
		
	}
		
div#footer {
		position: relative;
		margin-left: 178px;
		margin-right: 174px;
		padding: 5 auto;
		text-align: center;
		color: #000000;}	
		
div#footer a {color: #000000;}	
div#footer a:hover {color: #000000; text-decoration:underline;}	


/*	div#content table {
		border		: gray 1px solid;
		margin		: 5px;
		padding:0px;
	}

		div#content table th {
			text-align	: left;
			background-color: #cc1100;
		}  */

div#menu {
		position: absolute;
		left    : 0px;
		top     : 112px;
		
	}

div#menu form {
		margin-top:5px;
	}

div#menu input#stext {
		border: 1px solid #808080;
		width: 120px;
}
	
div#menu input#ssubmit {
		width: 25px;
	}

div#menu ul, div#menu li {
		margin:0;
		padding:0;
		display:block;}		

div#menu ul {
		list-style:none;
		width:150px;
		padding:2px;
		border: 1px solid #808080;
		background:white;
		margin-top: 3px;}	

div#menu li {
		position:relative;
		padding:3px;
		background:white;
		border:1px solid white;
		border-right:5px solid #d4d4d4;
		z-index:10;
	}
	
div#menu li.folder {
			border-right-color:#006946;
		}

div#menu li:hover {
			border: 1px solid #808080;
			background:#ffffee;
			z-index:15;
		}
		
div#menu ul ul {
		position:absolute;
		display:none;
		right:-140px;
		top:4px;
}
		
		
div#menu li:hover ul ul {
			display:none;
		}

div#menu li:hover ul, div#menu li:hover li:hover ul {
			display:block;
		}

