body	{
	bgcolor: fff;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	font-size: 100%;
	border: #666 0px solid;
	}
	
.header {
	padding-top: 3px;
	padding-bottom: 3px;
	background-image: url(images/headerbg.jpg);
	background-repeat: repeat;
}

h1 {  
	font-size: 0.9em;
	padding-bottom: 6px; 
	font-weight: bold;
	color: #666666;
	}
	
h2 {  
	margin: 6px 0 0 0;
	font-size: 0.9em;
	font-weight: bold; 
	color: #666666;
	}

	
p  {  
	font-size: .78em;
	line-height: 1.5em;
	}	
	

.whitetext {  
	font-size: .78em;
	line-height: 1.5em;
	color: #FFFFFF;
	}
	
a {  
	color: #666666; 
	text-decoration: underline;
	}
	
a:hover {  
	color: #0072ba; 
	text-decoration: none;
	}
	
ul {
	list-type: ul;
	line-height: 1.4em;
	list-style-position: outside;
	list-style-type: square;
}

li {
	font-size: .78em;
	line-height: 1.5em;
	margin-left: 4px;
}

.footer {
	font-size: 0.72em;
	text-decoration: none;
	text-align: center;
height: 26px;
padding-top: 20px;
	}

.footer p{ 
	font-size: .72em;

 }
 
 .footer a {
	color: #666;
	text-decoration: underline;	
	}

.footer a:hover {
	color: #0072ba;
	text-decoration: none;
	}
	
.copyright {
	font-size: 0.7em;
	text-align: center;
	background-color: #0072ba;
	color: #ffffff;
	height: 26px;

	}

.copyright p{ 
	font-size: .7em;
 }
 
 .copyright a {
	color: #fff;
	text-decoration: underline;	
	}

.copyright a:hover {
	color: #333;
	text-decoration: none;
	}	
	
	
.menu-table 	{
		width: 100%;
		background-color:#0072ba;
		padding-top: 6px;
		padding-bottom: 6px;
		}


.menu		{
		font-size: .78em;
		text-align:center;
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		cursor: pointer;
		text-decoration: none;
		display: block;
		background-color: transparent;
		white-space: nowrap;
		border-right: #fff 2px solid;
		color: #fff;	
		}

.firstmenu	{
		margin-left: 0px;
		}
		
a.menu:link 	{
		color: #FFFFFF;
		text-decoration: none;
		}


a.menu:visited 	{
		color: #FFFFFF;
		}


a.menu:active 	{
		color: #FFFFFF;
		}
	
a.menu:hover 	{
		text-decoration: none;
		color: #333333;

		}
		
.leftimage{
	float: left;
	margin: 3px 10px 3px 0px;
}


.rightimage{
	float: right;
	margin: 3px 0px 3px 10px;
}
	
