	
	body
	{
		background-repeat: repeat-x;
		background-color: #FFFFFF;
		margin: 0px;
		text-align: center;
	}
	
	body, td, div
	{
		font-family: arial;
		font-size: 12px;
	}
	
	#frame
	{
		background-color: #FFFFFF;
		width: 782px;
		text-align: left;
		margin: 25px auto;
		margin-bottom: 0px;
	}
	
	#wrapper
	{
		padding: 1px;
		overflow: auto;
	}
	
	#logo
	{
		position: relative;
		float: left;
		width: 260px;
		height: 98px;
		margin-bottom: 3px;
	}

	#nav
	{
		position: relative;
		float: right;
		width: 520px;
		height: 98px;
		background-repeat: repeat-x;
		margin-bottom: 3px;
	}
	
	.nav_over
	{
		color: #006600;
	}
	
	#nav ul
	{
		position: absolute;
		left: 0px;
		bottom: 0px;
		height: 50px;
		margin: 0px;
		padding: 0px;
		list-style-type: none;
	}
	
	#nav ul li
	{
		display: block;
		background-repeat: no-repeat;
		float: left;
		width: 104px;
		height: 50px;
		cursor: pointer;
		text-align: center;
		font-size: 10px;
		font-family: Tahoma;
		font-weight: bold;
	}
	
	#nav ul li a
	{
		display: block;
		color: #3B3B3B;
		text-decoration: none;
		width: 104px;
		height: 50px;
	}
	
	#nav ul li.selected
	{
		background-position: -208px 0px;
	}
	
	#nav ul li.selected a
	{
		color: #FFFFFF;
	}
	
	#nav ul li.selected p
	{
		margin-top: 23px;
	}
	
	#nav ul li p
	{
		margin: 0px;
		margin-top: 19px;
	}

	#footer
	{
		position: relative;
		height: 89px;
		left: 0px;
		bottom: 0px;
		width: 778px;
		margin: 0px auto;
		margin-bottom: 20px;
		background-repeat: repeat-x;
		text-align: center;
		background-color:#FFFFFF;
	}
	
	#footer ul
	{
		width: 620px;
		height: 47px;
		margin: 0px auto;
		padding: 0px;
		list-style-type: none;
	}
	
	#footer ul li
	{
		display: block;
		float: left;
		padding: 0px 5px;
		margin: 15px 20px;
		margin-top: 18px;
		border-left: 2px solid #B2B2B2;
		font-weight: bold;
		font-size: 11px;
		font-family: Tahoma;
		cursor: pointer;
	}
	
	#footer ul li a
	{
		color: #4C4C4C;
	}
	
	#footer ul li a:hover
	{
		color: #76AE30;
	}
	
	#footer div
	{
		width: 100%;
		margin: 0px auto;
		margin-top: 10px;
		color: #666666;
	}
	
	#banner
	{
		position: relative;
		float: right;
		width: 519px;
		height: 221px;
	}
	
	#content
	{
		width: 780px;
		background-color: #FFFFFF;
	}
	
	#content_wrapper
	{
		padding: 20px;
	}
	
	#blue_box
	{
		float: left;
		width: 260px;
		height: 221px;
		color: #FFFFFF;
		
	}
	
	.divider_blue
	{
		display: block;
		height: 5px;
		font-size: 1px;
		padding: 0px;
	}
	
	#blue_box h2
	{
		font-weight: normal;
		font-size: 17px;
		font-family: Verdana;
		margin: 0px;
		color: #B7D1E2;
	}
	
	.rate_frame
	{
		height: 33px;
	}
	
	.rate
	{
		float: right; 
		font-size: 28px; 
		padding-left: 5px;
		text-align: right; 
	}
	
	.rate_notes
	{
		float: left; 
		padding: 3px;
		padding-right: 10px;
		color: #B7D1E2;
	}
	
	.rate_notes b 
	{
		color: #FFFFFF;
	}
	
	.gray_box
	{
		background-color: #E3E3E3;
		width: 260px;
	}
	
	a
	{
		color: #0A63A7;
	}
	
	a:hover
	{
		text-decoration: none;
		color: #76AE30;
	}
	
	.highlight_box
	{
		background-color: #ECF1E7;
		padding: 15px;
		color: #1F3700;
	}
	
	.highlight_box h3
	{
		margin: 0px;
		font-size: 12px;
		text-transform: uppercase;
		color: #588F12;
	}
	
	h1
	{
		margin: 0px;
		color: #0A63A7;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	span.large
	{
		font-size: 18px;
	}
	
	span.gray
	{
		color: #6E6E6E;
	}
	
	p.content
	{
		margin: 15px 0px;
		color: #333333;
	}
	
	.divider
	{
		display: block;
		height: 3px;
		font-size: 1px;
		padding: 0px;
	}
	
