
	body
	{
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		text-align: center;
		background: 336699;
		color: #369;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 100%;
		background: #FFF url(images/header-base.gif) repeat-y; 
	}

	.figure
	{
		float: right;
		width: 98%;
		margin: 0 0 0 0px;
		padding: 0px 0px 25px 0px;
		border-bottom: 2px ridge #369;
	}
	
	h1
	{
		background: #369;
		color: #000;
		margin: 0;
		border-bottom: 5px solid #369;
	}

	h2
	{
		padding: 0px 20px 0px 20px;  
		margin-top: 0;
		color: #369;
		font-weight: bold;
	}

	h3
	{
		margin-top: 0;
		color: #369;
		font-weight: normal; 
	}

	h4
	{
		margin-top: 0;
		color: #369;
		text-align: center;
		font-weight: bold; 
		font-style: italic;
		font-size: 125%
	}
	
	h5
	{
		text-align: center;
	}
	
	h6
	{
	}

	
	#nav
	{
		float: left;
		width: 15%;
		display: inline; 
		top: 500px:
		margin-left: 20px;
		padding: 15px 0;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		line-height: 1.5;
		font-weight: bold;
		font-size: 125%;
		text-align: center;
	}
	
	#nav li
	{
<!--		background: url(images/header-bullet.gif) no-repeat 100% .10em; -->
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: right;
		width: 85%; 
		top: 500px:
		margin-left: 20%;
		padding: 5px 0px;
		background: #FFF
	}

	#footer
	{
		clear: both;
		background: #3399CC;
		color: #000000;
		padding: 5px 10px;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
	}
	
	h1 img
	{
		width: 100%;
		display: block;
		border: 0;
	}

	h3 img
	{
		float: right;
		width: 200px;
		padding: 1px 20px 20px 20px;  
		display: inline;
	}

	h4 img
	{
		float: center;
		width: 50%;
		padding: 1px 20px 1px 20px;  
<!--		padding: T R B L;    -->
<!--		margin: 10px 10px 10px 10px;  -->
		display: inline; 
	}

	a:link { color: #006; }  
	a:visited { color: #9OC; }
	a:hover { color: #0FF; 	}
	a:active { color: #F00; }

	a.current:link 	{ 
			color: #F00; 
			text-decoration: none;
	}  
	a.current:visited { 
			color: #F00; 
			text-decoration: none;
	}
	a.current:hover { 
			color: #0FF;
			text-decoration: none;
	}
	a.current:active { 
			color: #fF00;
			text-decoration: none;
	}
