
	body
	{
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		text-align: center;
		background: 336699;
		color: #000;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 100%;
		background: #696 url(images/container-base.gif) repeat-y;
	}

	#welcome
	{
		text-align: left;
		margin: 0 auto;
		width: 100%;
		background: #FFF 
	}

	h1
	{
		background: #0091D4;
		color: #000;
		margin: 0;
		border-bottom: 5px solid #0091D4;
	}

	h2
	{
		padding: 0px 20px 0px 20px;  
		margin-top: 0;
		color: #0167B1;
		font-weight: bold;
	}

	h3
	{
		padding: 0px 15px 0px 15px;  
		margin-top: 0;
		color: #000;
		font-weight: normal; 
	}

	h4
	{
		margin-top: 0;
		color: #0167B1;
		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: 10%;
		list-style-type: none;
		line-height: 1.5;
		font-weight: bold;
		font-size: 125%;
		text-align: left;
	}
	
	#nav li
	{
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: right;
		width: 85%; 
		top: 500px:
		margin-left: 20%;
		padding: 5px 0px;
		background: #FFF
	}

	#footer
	{
		clear: both;
		background: #0091D4;
		color: #CCFFCC;
		padding: 5px 10px;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
	}
	
	h1 img
	{
		width: 100%;
		display: block;
		border: 0;
	}
	
	h2 img
	{
		width: 30%;
		padding: 1px 2px 2px 2px; 
		display: inline;
		border: 0;
	}

	h3 img
	{
		float: right;
		width: 20%;
		padding: 1px 20px 20px 20px;  
		display: inline;
	}

	h4 img
	{
		float: center;
		width: 50%;
		padding: 1px 20px 1px 20px;  
		display: inline; 
	}

	h5 img
	{
		width: 75%;
	}


	a:link { color: #0516C0; }  
	a:visited { color: #F30; }
	a:hover { color: #0FF; 	}
	a:active { color: #F00; }

	a.current:link 	{ 
			color: #09F; 
			text-decoration: none;
	}  
	a.current:visited { 
			color: #FCBF07; 
			text-decoration: none; 
	}
	a.current:hover { 
			color: #0FF;
			text-decoration: none;
	}
	a.current:active { 
			color: #fF00;
			text-decoration: none;
	}

	a.content:link 	{ 
			color: #00F; 

	}  
	a.content:visited { 
			color: #F30; 

	}
	a.content:hover { 
			color: #0FF;
		background: #AAA;

	}
	a.content:active { 
			color: #fF00;

	}
