﻿<!-- fast.css detpak2.net -->
<!-- LINK SHEET -->
/* colors:: 
med tan:	#e5e5ae
drk green: 	#4c5844
lt green: 	#bcd8a1
blue: 		#567995
grey blue: 	#859a95
brown/red: 	#a9340c


*/
html, body {
    height: 100%;
}
body {
	padding:0;
	margin:0;
	text-align:center;
	margin:0 auto;
	
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	background-color:#567995;
	}


#siteContainer {
	border: 2px #567995 solid; 
	width: 1000px ;
	margin-left: auto ;
	margin-right: auto ;	
	float:center;
	}
	
.headerNav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#e5e5ae;
	}	

.footerNav {
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#e5e5ae;
	}
	
.mainBody{	
	background-color:#e5e5ae;	
	text-align:left;
	padding:6px;
	float:left;
		width: 988px ;
}


/* default links */

/**/
a: { 
	color : #567995; 
	text-decoration: none;       
	background: none; 
	}
a:link			{
	color : #567995;
	text-decoration: underline;
	background: none;
	}
a:visited		{ 
	color : #859a95; 
	text-decoration: none;       
	background: none; 
	}
a:active		{
	color : #567995;
	text-decoration: none;
	background: transparent none;
	}
a:hover 		{
	color : #a9340c;
	text-decoration: underline;
	background: none;
	}


/* header nav links */
a.headerNav: { 
	color : #e5e5ae; 
	font-weight:700;
	text-decoration:none;       
	}
a.headerNav:visited		{ 
	color : #e5e5ae; 
	text-decoration: ;       
	background: none; 
	}	
a.headerNav:link			{
	color : #e5e5ae;
	text-decoration:none; 
	}
a.headerNav:active		{
	color : #a9340c;
	text-decoration: none;
	}
a.headerNav:hover 		{
	color : #a9340c;
	text-decoration: underline;
	}

/* footer nav links */
a.footerNav: { 
	color : #e5e5ae; 
	font-weight:700;
	text-decoration: none;       
	 }
a.footerNav:visited		{ 
	color : #e5e5ae; 
	text-decoration: none;       
	background: none; 
}	 
a.footerNav:link			{
	color : #e5e5ae;
	text-decoration: none;
	}
a.footerNav:active		{
	color : #567995;
	text-decoration: none;
	}
a.footerNav:hover 		{
	color : #a9340c;
	text-decoration: underline;
	}


/**/


.headerMenu {
background-color:aqua;


	}
.footerMenu{
background-color:blue;

}
table.headerTable {
	background-image:url(_images/header_v1.jpg); height:102px; width:1000px;}
	
table.footerTable {
	background-image:url(_images/footer_v1.jpg); height:30px; width:1000px;}
	
div.portNav {height:100px; width:140px; border:solid 0px blue; margin:10px; float:left; text-align::center;}


<!-- END LINK SHEET -->