
	body
	{
		font-family: arial, helvetica, sans-serif;
		text-align: center;
		background: #e5eaea;
		color: #444;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 1024px;
		background: #FFF url(images/header-base.gif) repeat-y;
	}
	
	h1
	{
		background: #FFF;
		color: #000;
		margin: 0;
		border-bottom: 5px solid #077592;
	}
	
	h1 img
	{
		display: block;
		border: 0;
	}
	
	#nav
	{
		float: left;
		width: 140px;
		display: inline;
		margin-left: 20px;
		padding: 15px 0;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	
	#nav li
	{
		background: url(images/header-bullet.gif) no-repeat 100% .10em;
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: left;
		width: 750px;
		margin-left: 25px;
		padding: 15px 0;
	}
	
	#footer
	{
		clear: both;
		background: #4fafd3;
		color: #ffffff;
		padding: 5px 10px;
		text-align: center;
		font-size: 80%;
	}
	
	h2
	{
		margin-top: 0;
		color: #0000ff;
		font-weight: bold;
	}
		
	h3
	{
		margin-top: 0;
		color: #0000ff;
		font-weight: normal;
	}
	h2 img
	{
		float: center;
		width: 700px;
		margin: 5px 5px 20px 50px;
		display: inline;
	}
	h3 img
	{
		float: right;
		width: 100px;
		margin: 1px 1px 1px 10px;
		display: inline;
	}
	h4
	{
		margin-top: 0;
		color: #0000ff;
		font-weight: bold;
		font-size: 80%;
	}
	c1
	{
		font-weight: bold;
		font-style: italic;
		color: #000000;
	}
	c2
	{
		font-weight: normal;
		font-style: italic;
		color: #000000;
	}


	a:link { color: #175B7D; }	
	a:visited { color: #600; }
	
	a:hover, a:active
	{
		font-weight: bold;
		color: #0000ff;
		background: #bcbec;
	}
