/* Thanks to Jeffrey Zeldman for his book Designing for Web Standards. 
His examples helped me build this style sheet and the navigation table
for this page.*/


body, p	{
	color: #000;
	background: #fff;
	margin: 25px 0 25px 0;
	padding: 0;
	font-family: verdana, sans-serif;
	font-size: 11px;
	line-height: 15px;
	}
	
.hide	{
	display: none;
	}
	
img {
	display: block;
	border: 0;
	}
	
a:link {
	font-weight : normal; 
	text-decoration : none;
	color: #3286E4;
	background: transparent; 
	}

a:visited {
	font-weight : normal; 
	text-decoration : none;
	color: #3286E4;
	background: transparent; 
	}

a:hover {
	font-weight : normal; 
	text-decoration : underline;
	color: sienna;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: 630;
	background: transparent;  
	}
	
td, li, ul, ol, h1, h2, h3, h4, h5, h6	{
		font-family: verdana, sans-serif;
		font-size: 11px;
		line-height: 14px;
		}


h1 {
	font-size: 11pt;
	font-weight: bold;
	}

h2	{
	font-size: 10pt;
	font-weight: bold;
	margin-bottom: 2mm;
	margin-top: 3mm;
	}
	
h3	{
	font-size: 9pt;
	font-weight: bold;
	}



#footer p	{
	font-size: 11px;
	margin-top: 25px;
	}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
	font: 11px verdana, sans-serif;
	}
#primarycontent	table {
	border-bottom: 1px solid #3286E4;
	}
#primarycontent	p	{
	margin-left: 1em;
	}
 	
	


/* Navigation bar components */


table#nav 	{
	border-bottom: 1px solid #3286E4;
	border-left: 1px solid #3286E4;
	text-align: center;
	}

table#nav td	{
	font: 10px verdana, arial, sans-serif;
	border-right: 1px solid #3286E4;
	border-top: 1px solid #3286E4;
	}

table#nav td a	{
	font-weight: normal;
	text-decoration: none;
	display: block;
	margin: 0;
	padding: 0.2em;
	}

table#nav td	{
	line-height: 1.2;
	}
	
#nav td a:link, #nav td a:visited {
	background: #eff;
	display: block;
	margin: 0;
	width: 220px;
	line-height: 25px;
	} 

#nav td a:hover {
	color: #630;
	background: white repeat;
	} 

td#home a:link img, td#home a:visited img {
	color: #3286E4;
	background: #fff;
	width: 160px;
	height: 50px;
	
	} 

td#home a:hover img {
	color: sienna;
	background: #fff repeat;
	width: 300px;
	height: 60px;
	} 


 
