@charset "utf-8";
/* CSS Document */
	
	body {
		font: small verdana, arial, helvetica, sans-serif;
	}
	
	#header ul {
		list-style: none;
		padding: 0;
		margin: 0 0 0 340px;
	}
	
	#header li {
		display: inline;
		margin: 0 2px 0 0;
	}
	
	#header a {
		padding: 0.6em 1.2em 0 1.2em;
		text-decoration: none;
		color: #fff;
		background: #feaf31;
	}
	
	#header a:hover {
		background: #efe357;
		color: #000;
	}
	#header a.noLinkStyle {
		background: #fff;
	}
	
	#header a.noLinkStyle:hover {
		background: #fff;
	}
	
	#header #selected {
	}
	
	#header #selected a {
		padding-bottom: 2px;
		font-weight: bold;
		color: #000;
		background: #efe357;
	}
	
	#content {
		border-top: 2px solid white;
		padding: 1em 1em 0 1em;
		height: 468px;
		background: url(images/bgd_org_lg.gif);
		background-repeat: repeat-x;
	}
	
	#content #container {
		width: 900px;
		height: auto;
	}
	
	#text p {
		margin: 0;
		padding: 0;
		background-color: transparent;
		color: #000;
	}
	
	#text ul {
		color: #000;
		background-color: transparent;
		list-style: disc;
		margin-left: 10px;
	}
	
	#text h1 {
		font-size: 1.5em;
		color: #000;
		background-color: transparent;
	}
	
	#text h2 {
		font-size: 1.2em;
		color: #000;
		background-color: transparent;
	}
	
	#container img {
		float: right;
		margin: 5 0 5 20;
	}
	
	#container img.floatleft {
		float: left;
		margin: 5 20 5 0;
	}
	
	#text {
		width: 600px; 
		float:left;
		/*overflow-y: scroll;*/
		padding: 1em;
		background-color: transparent;
		color: #000;
		height: 420px;
		scrollbar-face-color: #fe5;
		scrollbar-highlight-color: #fff;
		scrollbar-3dlight-color: #fff;
		scrollbar-darkshadow-color: #f60;
		scrollbar-shadow-color: #f60;
		scrollbar-arrow-color: #f30;
		scrollbar-track-color: fe5;
		-moz-appearance: none !important;
	}
	
	#text a {
		text-decoration: underline;
		color: #309;
		background-color: transparent;
	}
	
	#text a:hover {
		text-decoration: none;
		color: #309;
		background-color: transparent;
	}
	
	#text .subtitle {
		font-weight: bold; 
		font-size: 1.1em;
		padding: 1em 0;
	}
	
	#footer {
		position: relative;
		background-image: url(images/footer.gif);
		background-position: top;
		background-repeat: repeat-x;
		text-align: center;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color:#666666;
		font-size: 0.8em;
		background-color:#FFFFFF;
		margin-top: -10px;
	}
	
	#footer p {
		padding-top: 85px;
	}
	
	#footer a {
		text-decoration: underline;
	}
	
	#footer a.hover {
		text-decoration: none;
	}
