	body {
		background: #93A0BB;
   		text-align: center;
		margin:0;
		padding:0;}
	
	#container {
		width: 700px;
		height: auto;
		text-align:center;
		padding:10px 0 10px 0;
		margin: 0px auto; }

	#menu {
		width: 700px;
		padding:0;
		background: #669966; 
		text-align:left; }

	#nav {
		padding: 0;
		margin: 0;
		width: 700px;
		z-index: 2;}

	#nav li {
		display: inline;
		overflow: hidden;
		list-style-type: none; }

	#nav a, a.active {
		color: #000000;
		background: #CCCCCC;
		font: 11px "Trebuchet MS", Arial, sans-serif;
		font-weight: normal;
		border: 1px solid #666666;
		padding: 0 7px 0 7px;
		margin: 0;
		text-decoration: none;
		line-height:14px; }

	#nav a:hover {
		color: #000000;
		background: #ADC09F; }

	#nav a:visited {
		color: #000000; }

	#nav a.active {
		background: #FFFFFF;
		border-bottom: 1px solid #FFFFFF;
		color:#333333;
		text-decoration:none; }
		
	#nav a.active:hover {
		background: #FFFFFF;
		color: #333333; }
		
	#content {
		font: 12px "Trebuchet MS", Arial, sans-serif;
		color: #000000;
		text-align: justify;
		width: 678px;
		background: #FFFFFF; 
		padding:10px;
		border:1px solid #666666;
		border-top: none;
		z-index:1; }

	#leftbar {
		float: left; 
		width: 500px;
		background: #FFFFFF; }
	
	#rightbar {
		float:left; 
		width: 155px;
		background: #FFFFFF; 
		text-align: center;
		margin: 0 0 0 10px;
		padding: 0 0 15px 10px;
		font: 12px trebuchet ms, helvetica, sans-serif;
		border-left: #999999 1px dashed;}

	#footer {
		clear: both;
		padding:15px 0 5px 0;
		text-align:center;
		font-size: 11px;
		color:#666666; }

	#content a, a:visited {
		text-decoration: none;
		color: #003366;
		font-weight: 600;
		font-size:11px; }

	#content a:hover { 
		color: #C89F40;
		text-decoration: underline; }
		
	a img { 
		border: none;  } 

	a:hover img { 
		border-color: gold } 
		
	p {
	 margin: 0 0 10px 0;
	 padding:0; }
	
	#rightbar p{
	font-size: 8pt;
	}
	
	H1 {
		font-size: 17px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		color: #39329A;
		margin-top : 0.75em;
		margin: 0;
		padding: 10px 0 10px 0; }
		
	H2 {
		font-size : 16px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		color: #CC9900;
		margin:0;
		padding:0;}
	
	H3 {
		font-size : 12px;
		font-family: "Trebuchet MS", Arial, sans-serif;
		color: #003366;
		 }
	
	ul {
		list-style-type: disc;
		margin-left: 15px;
		padding: .15em;
		text-align:left;
		}
