body
	{
		text-align: center;
		background: #B0BFC2;
		color: #000000;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 100%;
		background: #FFF url(header-base.gif) repeat-y;
	}
	
	h1
	{
		background: #003EBA;
		color: #FF9000;
		padding: 20px;
		margin: 0;
		border-bottom: 5px solid #FF9000;
	}
	
	#nav
	{
		float: left;
		width: 120px;
		display: inline;
		margin-left: 10px;
		padding: 10px 0;
	}
	
	#nav ul
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}
	
	#nav li
	{
		background: url(header-bullet.gif) no-repeat 100% .4em;
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: left;
		width: 750px;
		margin-left: 50px;
		padding: 15px 0;
	}
	
	#footer
	{
		clear: both;
		background: #003EBA;
		color: #fff;
		padding: 5px 10px;
		text-align: right;
		font-size: 80%;
	}
	
	h2
	{
		margin-top: 0;
		color: #003EBA;
		font-weight: normal;
	}
	
	a:link { color: #003EBA; }
	a:visited { color: #003EBA; }
	
	a:hover, a:active
	{
		color: #fff;
		background: #003EBA;
	}
	
	 p.l1 { margin: 0 0 0 0; background-color: #FFE3BF; line-height: 100%; padding: 12px; border-left: thin solid #003EBA; border-right: thin solid #003EBA; }
 
	 p.l2 { margin: 0 0 0 0; background-color: #FFC77F; line-height: 100%; padding: 12px; border-left: thin solid #003EBA; border-right: thin solid #003EBA; }
 
 	 p.l1t { margin: 0 0 0 0; background-color: #FFE3BF; line-height: 100%; padding: 12px; border-left: thin solid #003EBA; border-right: thin solid #003EBA; border-top: thin solid #003EBA; }
 
	 p.l1b { margin: 0 0 0 0; background-color: #FFE3BF; line-height: 100%; padding: 12px; border-left: thin solid #003EBA; border-right: thin solid #003EBA; border-bottom: thin solid #003EBA; }
 
 table { border: thin solid #003EBA; }
