.header 	{	
			position: absolute;
			z-index: 90;
			align: left;
			top: 0px;
			width: 100%;
			height: 60px;
			background-color: #c0c0c0;
			border-top: black 3px solid;
			border-left: black 3px solid;
			border-right: black 3px solid;;			
		}


.header2 	{	
			position: absolute;
			z-index: 90;
			align: left;
			top: 0px;
			width: 100%;
			height: 60px;
			background-image: url('/jpgs/frontbg3.jpg');
			border-top: black 3px solid;
			border-left: black 3px solid;
			border-right: black 3px solid;;			
		}



.sidebar	{
			float: right;
			z-index: 70;
			width: 250px;
			height: 500px;
			background-color: white;
			border-left:  black 3px solid;
		}


.nav		{	
			position: absolute;
			z-index: 80;
			top: 55px;
			align: left;
			width: 100%;
			height: 25px;
			background-color: #e2e2e2;
			border-bottom:  black 3px solid;
			border-top:  black 3px solid;
			border-left:  black 3px solid;
			border-right:  black 3px solid;
		}


.mainbg		{
			position: absolute;
			z-index: 30;
			top: 62px;
			height: 100%;
			width: 100%;
			background-color: #cccccc;
			border-left:  black 3px solid;
			border-right:  black 3px solid;
			border-bottom:  black 3px solid;
			border-top: black 3px solid;
		}


.mainbg2		{
			position: absolute;
			z-index: 30;
			top: 60px;
			height: 100%;
			width: 100%;
			background-color: #cccccc;
			border-left:  black 3px solid;
			border-right:  black 3px solid;
			border-bottom:  black 3px solid;
			border-top: black 3px solid;
		}

.splash		{	
			position: absolute;
			top: 427px;
			z-index: 10;
			height: 73px;
			width: 504px;
			background-color: #dadada;
			border-top: black 3px solid;
		}
		
		
.impborder	{

			background-color: #FFFFCC;
			border: gray dashed 1px #666666;
			padding: 15px;
			
			}




.copyright 	{	
			position: absolute;
			top: 560px;
			z-index: 90;
			width: 100%;
			height: 28px;
			background-color: #c0c0c0;
			border-top: black 3px solid;
			border-bottom: black 3px solid;
			border-left: black 3px solid;
			border-right: black 3px solid;;			
		}



.pager		{	position: absolute;
			z-index: 30;
			top: 62px;
			overflow: visible;
			height: 506px;
			width: 100%;
			background-color: #ffffff;
			border-left:  black 3px solid;
			border-right:  black 3px solid;
			border-bottom:  black 3px solid;
			border-top: black 3px solid;
		}
		

	

.main		{
			position: absolute;
			z-index: 30;
			top: 62px;
			align: left;
			height: 100%;
			width: 100%;
			background-color: #cccccc;
			border-left:  black 3px solid;
			border-right:  black 3px solid;
			
		}


body 		{ 
			margin-top: 0px; 
			margin-right: 0px;
			align: left;
			background-color: #003366;
			scrollbar-arrow-color: black;
			scrollbar-base-color: black;
			scrollbar-Face-Color: #ff9900;
			scrollbar-Highlight-Color: #c0c0c0;
			scrollbar-Track-Color: #c0c0c0;
			
		}


td.home		{	
			background-color: #6699ff;
		}
			



font.copy 	{ 
			font-family: Tahoma, sans-serif; 
			text-decoration: italic;
			font-weight: bold; 
			font-size: 10px; 
			color: black;
		}




font.navigate 	{ 
			font-family: Arial, sans-serif; 
			font-weight: bold; 
			font-size: 11px; 
			color: white;
		}



font.here 	{ 
			font-family: Arial, sans-serif; 
			font-weight: bold; 
			font-size: 11px; 
			color: #003366;
		}



font.large 	{ 
			font-family: Arial, sans-serif; 
			font-weight: bold; 
			font-size: 12px; 
			color: black;
		}



font.text 	{ 
			font-family: Arial, sans-serif;
			font-weight: bold; 
			font-size: 11px; 
			color: #003366;
		}



font.txtsm	{ 
			font-family: Arial, sans-serif; 
			font-size: 10px; 
			color: #003366;
		}


font.title	{ 
			font-family: Arial, sans-serif;
			font-weight: bold; 
			font-size: 34px; 
			color: #fece85;
		}



font.red	{ 
			font-family: Arial, sans-serif;
			font-weight: bold; 
			font-size: 11px; 
			color: red;
		}



a.navi:link { color: #6699ff; text-decoration: none }
a.navi:active { color: #6699ff; text-decoration: none }
a.navi:visited { color: #6699ff; text-decoration: none }
a.navi:hover { color: #ff9900; text-decoration: underline }

a.navitext:link { color: #0066ff; text-decoration: none }
a.navitext:active { color: #0066ff; text-decoration: none }
a.navitext:visited { color: #0066ff; text-decoration: none }
a.navitext:hover { color: #000000; text-decoration: underline }
	
a.navimain:link { color: black; text-decoration: none }
a.navimain:active { color: black; text-decoration: none }
a.navimain:visited { color: black; text-decoration: none }
a.navimain:hover { color: #ff9900; text-decoration: underline }



input		{
			color: #000000;
			background: #c0c0c0;
			border: 2px solid #000000
		}



textarea	{
			color: #000000;
			background: #c0c0c0;
			border: 2px solid #000000
		}


div.centered 
{
text-align: center;
}
div.centered table 
{
margin: 0 auto; 
text-align: left;
}

	