/*	$Id: hscreen.css,v 1.1.1.1 2006/03/31 21:15:07 gordon Exp $	*/

	body {
		background: #bababa;
		padding: 0;
		margin: 0;
		font-family: Verdana, Arial, Helvetica, Sans-Serif;
		background-image: url(../graphics/elements/background-home.gif); background-position: top center; background-repeat: repeat-y;
	}
	
	#portal {
		margin: 0 auto;
		width: 780px;
		max-width: 780px;
		padding-left: 1px;
	}
	
	#pleft {
		float: left;
		width: 405px;
		max-width: 405px;
		height: 580px;
		background-image: url(../graphics/elements/background-pleft.jpg); background-position: top left; background-repeat: no-repeat;
	}
	
	#navcontainer {
		border-collapse: collapse;
		margin: 0;
		padding: 0;
		height: 20px;
		width: 405px;
	}
		
	#navcontainer ul {
		border: 0;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
		
	#navcontainer ul li {
		display: block;
		float: left;
		text-align: center;
		padding: 0;
		margin: 0;
	}
		
	#navcontainer ul li a {
		background: #fff;
		width: 99px;
		height: 18px;
		border-top: 2px dashed #000;
		border-left: 2px dashed #000;
		border-bottom: 2px dashed #000;
		border-right: none;
		padding: 10px 0;
		margin: 0 0 10px 0;
		color: #000;
		text-decoration: none;
		display: block;
		text-align: center;
		font: normal 14px "Lucida Grande", "Lucida Sans Unicode", verdana, sans-serif;
	}
	
	#navcontainer ul li.first a {
		width: 100px;
		border-left: none;
	}
	
	#navcontainer ul li.last a {
		width: 100px;
	}
		
	#navcontainer ul li a:hover {
		color: #fff;
		background: #366f44;
	}
		
	#navcontainer a:active {
		background: #fff;
		color: #366f44;
	}
		
	#navcontainer li#active a {
		background: #366f44;
		color: #fff;
	}
	
	#pright {
		float: left;
		width: 375px;
		max-width: 375px;
		height: 580px;
		max-height: 580px;
		background: #c0a557;
		background-image: url(../graphics/elements/background-pright.jpg); background-position: top left; background-repeat: no-repeat;
	}
	
	#footer {
		width: 780px;
		max-width: 780px;
		color: #fff;
		font-size: 10px;
		padding: 14px 0 0 0;
	}
	
	#fleft {
		float: left;
		width: 405px;
		max-width: 405px;
		text-align: center;
	}
	
	#fright {
		float: left;
		width: 370px;
		max-width: 370px;
		text-align: center;
	}
	
	#footer a {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}
	#footer a:hover {
		color: #c0a557;
	}
	
	#footer a:visited {
		color: #df7131;
	}