body
	{
	 background-color:#eaf5f5;
  	padding:0;
		margin:0;
		/*background-color:#ffffff;*/
	}

img
	{
		border: none;
	}

h1,h2,h3,h4,h5,h6,p,ul,ol,hr,img
	{
		margin: 0px;
		padding: 0px;
	}
	
a
{
  outline: none;
}

#wrapper
	{
		border-left: solid 1px #7acac2;
		border-right: solid 1px #7acac2;
    background-color:#eaf5f5;
		margin: 0 auto; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		width: 770px;
	}

	
#banner
	{
		background-color:#4c8e87;
		width:770px;
		padding:0;
	}

#logo
	{
		padding-left: 50px;
		padding-top: 10px;
	}
	
#navigation
	{
		border-top:2px #ffffff solid;
		border-bottom:2px #ffffff solid;
		background-color:#7acac2;
		width:770px;
		height: 31px;
	}

#navigation ul
	{
		list-style: none;
		padding-top: 7px;
		padding-left: 20px;
		width: 400px;
		float: left;
	}

#navigation ul li
	{
		display: inline;
	}

#navigation a
	{
		text-decoration: none;
		color:#060606;
		display: block;
		width: 80px;
		float: left;
	}

#navigation a:visited 
	{
		color: #586264;
		text-decoration: none
	}

#navigation a:hover 
	{
		color:#c5e7e4;
	}

#navigation a:active 
	{
		color: #4e8c87;
	}

#search
	{
		width: 200px;
		float: right;
		text-align: right;
		color:#060606;
		padding-top: 4px;
		padding-right: 20px;
		
	}

#search .search_box
	{
		background-color:#c5e7e4;
	}
	
#content
	{
		
		width:770px;

	}


.term
	{
		text-align:center;
		font-family:Arial, Helvetica, sans-serif;
		color:#4c8e87;
		padding-top:30px;
		}

.terms
	{
		padding-left:70px;
		padding-top:20px;
		padding-right:10px;
		padding-bottom:15px;
		width:600px;
		text-align:justify;
	}
			
#footer
	{
	  clear: both;
		background-color:#7acac2;
		width: 770px;
		font-weight: lighter;
	}

#footer #smalllinks
	{
		width:75%;
		margin-left:65px;
		padding-top:7px;
	}
	
#footer #smalllinks a
	{
		font-family:Arial, Helvetica, sans-serif;
		color:#060606;
		font-size: 11px;
		text-decoration:none;
		float: left;
		margin-right:10px;
		display:inline;
	}
	
#footer #valid
	{
		float:right;
		width:170px;
		padding-right:5px;
		padding-bottom:0px;
		padding-top:7px;
	}	

#footer #rights
	{
		clear:left;
		width: 250px;
		padding-left:200px;
		padding-top:5px;
		padding-bottom:7px;
	}

#footer #rights h5
	{
		color: #060606;
		font-weight:300;
	}



