
	body
	{
		font-family: "Trebuchet MS", arial, helvetica, sans-serif;
		text-align: center;
		background: ed6e29;
		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 
	}

/* Beginning of Top Navigation */

	ul#topnav
	{
		border-top: 2px solid #af5a2c;
		border-bottom: 10px solid #af5a2c;
		margin: 0;
		padding: 5px 20px;
		list-style-type: none;
		text-transform: uppercase;
		font-variant: small-caps;
		font-weight: bold;
		font-size: 125%;
		background: #af5a2c;
		text-align: center;
	}

	ul#topnav li
	{
	background: url(images/topnavright.gif) no-repeat top right;
		display: inline;
		margin: 5px 5px 0px 5px;
		padding: 0px 0px 15px 0px;
	}

	ul#topnav a
	{
	background: url(images/topnavleft.gif) no-repeat top left;
		text-decoration: none;
	}



	ul#topnav li a:hover, ul#topnav li a:active
	{
		font-style: italic;
		text-decoration: none;
		color: #FFF;
	}

	a.current:visited
	{
		color: #FFF; 
		font-weight: bold;
		text-decoration: none;
	}

/* End of Top Navigation */


	h1
	{
		background: #ed6e29;
		color: #000;
		margin: 0;
		border-bottom: 5px solid #af5a2c;
	}

	h1 img
	{
		width: 100%;
		display: block;
		border: 0;
	}
	
	h2
	{
		padding: 0px 20px 0px 20px;  
		margin-top: 0;
		color: #af5a2c;
		font-weight: bold;
	}

	h2 img
	{
		width: 30%;
		padding: 1px 2px 2px 2px; 
		display: inline;
		border: 10px ridge #B23B00; 
		float: center;
	}

	h3
	{
		padding: 0px 30px 0px 30px;  
		margin-top: 0;
		color: #000;
		font-weight: normal; 
	}

	h3 img
	{
		float: center;
		width: 20%;
		padding: 20px 20px 20px 20px;  
		display: inline;
	}

	h4
	{
		margin-top: 0;
		color: #0167B1;
		text-align: center;
		font-weight: bold; 
		font-style: italic;
		font-size: 125%
	}
	
	h4 img
	{
		float: center;
		width: 75%;
		padding: 1px 20px 1px 20px;  
		display: inline; 
	}

	h5
	{
		text-align: center;
	}
	
	h5 img
	{

		width: 40%;
	}

	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: centre;
		width: 100%; 
		top: 500px:
		margin-left: 20%;
		padding: 5px 0px;
		background: #FFF
	}

	#footer
	{
		clear: both;
		background: #ed6e29;
		color: #CCFFCC;
		padding: 5px 10px;
		text-align: center;
		font-size: 80%;
		font-weight: bold;
	}
	

	a:link { color: #0516C0; }  
	a:visited { color: #900; }
	a:hover { color: #0FF; 	}
	a:active { color: #F00; }

	a.current:link 	{ 
			color: #09F; 
			text-decoration: none;
	}  
	a.current:visited { 
			color: #efe145; 
			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;

	}
