﻿
	/*
© Copyright 2006 Nelson and Associates
CSS Nelson and Associates 
Revision: 1.0
*/


/**************************************************************************************
Footer and Legal Links
**************************************************************************************/

.footerLinks	
	{
		position: relative;
		margin:  0 0 0 0;
		padding: 0 0 0 0;	
		height: 24px;
		background-color: #E7E7E7;
		border-top: solid 6px #FFFFFF;
		border-bottom: solid 3px #FFFFFF;
		
	}

.footerLinks p {
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.6em;
		font-weight:	normal;
		color:			#676767;
		font-style:		normal;
		text-decoration: none;
		letter-spacing: 1px;
		text-align: center;
		padding: 6px 12px 0px 12px;
		margin:  0 0 0 0;
	}
	
.footerLinks hr {
		color:			#676767;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
	}
	
.footerLinks a:link
	{
		color:			#676767;
		text-decoration: none;	
	}	
	
.footerLinks a:visited
	{
		color:			#676767;
		text-decoration: none;
	}

	
.footerLinks a:hover
	{
		color:			#CC6600;
		text-decoration: underline;
	}	
	
	

.legalLinks	
	{
		position: relative;
		margin: 0 0 0 0;
		padding: 0 0 0 0;	
		width: 770px;
		background-color: #999988;
	}

.legalLinks H1 {
		float: right;
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.6em;
		font-weight:	normal;
		color:			#606060;
		font-style:		normal;
		text-decoration: none;
		text-align: right;
		width: 470px;
		padding: 0 0px 6px 10px;
		margin: 0 0 0 0;
	}
	
	
.legalLinks p {
		float: left;
		font-family:	Verdana, Helvetica, sans-serif;
		font-size:		0.6em;
		font-weight:	normal;
		color:			#606060;
		font-style:		normal;
		text-decoration: none;
		text-align: left;
		width: 200px;
		padding: 0 10px 6px 10px;
		margin: 0 0 0 0;
	}

.legalLinks a:link
	{
		color:			#606060;
		text-decoration: none;	
	}	
	
.legalLinks a:visited
	{
		color:			#606060;
		text-decoration: none;
	}

.legalLinks a:hover
	{
		color:			#CC6600;
		text-decoration: underline;
	}