﻿	body
	{
		text-align: center;
		background: #32CC99;	

		color: #444;
	}
	
	#container
	{
		text-align: left;
		margin: 0 auto;
		width: 700px;
		background: #FFF url(images/header-base-17.gif) repeat-y;
	}
	
	h1
	{
		background: #003F87;
		color: #FFF;
		padding: 20px;
		margin: 0;
		border-bottom: 5px solid #CD3700;
	}
	
	p            
	{ 
		font-family: Arial;
		font-size: 10pt;
		color: #000000;
		line-height: 150%;
	}	
	
	.learn       
	{ 
		font-family: Arial; font-size: 8pt;
		text-align: center
	}
	
	.links       
	{ font-size: 8pt; 
	  font-family: Arial; 
	  text-align: center; 
	  margin-bottom: 0; 
	}
	
	.google2
	{ 
	  margin-top: 30; 
	  margin-bottom: 0; 
	}
	
	.google3
	{ 
	  margin-top: 30px; 
	  margin-bottom: 30px;
	}
	
.google4
	{ 
	  margin-top: 30px; 
	  margin-bottom: 0px;
	}	
	
.google-top
	{ 
	  margin-top: 0px; 
	  margin-bottom: 30px;
	 } 	
	
	.here
	{
		font-family: Arial;
		font-size: 10pt;
	}
		
	h2
	{
		font-family: Arial;
		font-size: 16pt;
		font-weight: bold;
		color: #000000;
	}	
	
	h3
	{
		font-family: Arial;
		font-size: 12pt;
		font-weight: bold;
		color: #000000;
	}
	
	h4
	{
		font-family: Arial;
		font-size: 10pt;
		font-weight: bold;
		color: #000000;
		text-align: right;
	}
	
	#nav
	{
		float: left;
		width: 130px;
		display: inline;
		margin-left: 20px;
		padding: 15px 0;
	}
	
	#nav ul
	{
		font-family: Arial; font-size: 10pt;
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: right;
	}
	
	#nav li
	{
		background: url(images/header-bullet3.gif) no-repeat 100% .4em;
		padding: 0 10px 5px 0;
	}
	
	#content
	{
		float: left;
		width: 475px;
		margin-left: 45px;
		padding: 15px 0;
	}
	
	#footer
	{
		clear: both;
		background: #003F87;
		color: #fff;
		padding: 5px 10px;
		text-align: right;
		font-family: Arial;
		font-size: 8pt;
	}
	
	a:link { color: #003F87; }
	a:visited { color: #CD3700; }
	
	a:hover, a:active
	{
		color: #fff;
		background: #175B7D;
	}
</style>
