/* CSS Document */
p {font: 12px Georgia;color:rgb(131,151,184);}
.home_table {
	margin-top: 165px;
	}	
h2#NAV,#NAV a {
	display:block;
	padding-left: 10px;
	padding-bottom: 5px;
	font-family:Georgia;
	font-size: 16px;
	color: #12548B;
	font-weight:normal;
	clear:both;
	text-decoration: none;		
	}
	
#NAV a:hover {
	display:block;
	padding-left: 15px;
	padding-bottom: 5px;
	font-family:Georgia;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color:#843735	
	}
#images a {
	width:50px;
	height:50px;
	display:block;
	border: dotted;
	border-color:#fff;
	border-width:1px;	
}
#images a:hover {
	display:block;
	width:50px;
	height:50px;
	border: dotted;
	border-color:#12548B;	
	border-width:1px
}
iframe { 
overflow-x: none;
overflow-y: scroll; 
allowtransparency:"yes";
} 
a.email:link {		
	font-family:Georgia;
	font-size: 16px;
	color: #12548B;
	text-decoration: none;		
	}
	
a.email:hover {		
	font-family:Georgia;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	background-color:#843735	
	}