body
	{
		font-family:Verdana,Arial,Helvetica,sans-serif;
		font-size:70%;
		color:#003473;
		background:#FFF;
		text-align:center;
		
	}
	
h1
	{
		font-size:1.8em;
		padding:0;
		margin:0;
	}
	
h2
	{
		font-size:1.6em
	}
	
p,ul
	{
		line-height:1.4em;
	}
	
ul,li
	{
		list-style-type:square;
	}	

a,a:visited
	{
		color:#003473;
		text-decoration:underline;
	}	
a:hover
	{
		color:#0F5CB9;
	}	
	
#banner
	{
		background:url(bg_banner.gif) repeat-y;
	}
	
#banner p
	{
		padding:0;
		margin:0;
		text-align:left;
		margin-left:39px;
	}	
	
#clear
	{
		background:url(bg_mid_clear.gif) repeat-y;
		height:20px;
	}
	

#topbar
	{
		height:45px;
		background:url(bg_topbar.gif) no-repeat;
	}

#botbar
	{
		height:45px;
		background:url(bg_botbar.gif) no-repeat;
	}	

#wrapper
	{
		width:758px;
		background:url(bg_mid.gif) repeat-y;
		margin-left:auto;
		margin-right:auto;
	}	

#left
	{
		width:264px;
		float:left;
		display:inline;
		margin-left:39px;
		margin-right:20px;
	}
	
#left img
	{
		display:block;
		padding-bottom:20px;
		background:#FFF;
	}
	
#content
	{
		float:left;
		width:396px;
		margin-right:39px;
		text-align:left;
	}	
	
#padding
	{
		padding:40px;
		text-align:left;
	}		