@charset "utf-8";
/* CSS Document */


#nav, #nav ul {
	padding:0;
	margin:0;
	list-style:none;
	font: 12px arial, verdana, sans-serif;
	/*background:url(bkgnd.gif);*/
	background: #750000; /*originally "background: #94C8FC;" and was changed to #750000*/
	position:relative;
	z-index:100;
}
#nav {
	height:30px; /*original height:23px; changed to height:30px;*/
	width:930px;
	padding:0;
	background:#000;
}
#nav table {
	border-collapse:collapse;
}
#nav li {
	float:left;
}
#nav li li {
	float:none;
}
/* a hack for IE5.x and IE6 */
#nav li a li {
	float:left;
}
#nav li a {
	display:block;
	float:left;
	color:#fff; 
	height:23px;
	padding:0 20px 0 10px;
	line-height:29px; /*was line-height:22px; and changed to line-height:29px;*/
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	border-left:1px solid #000;
}
#nav li li a {
	height:21px;
	line-height:20px;
	float:none;
	
}
#nav li:hover {
	position:relative;
	z-index:100;
}
#nav a:hover {
	position:relative;
	z-index:100;
	background: #af0000; /* was background: #3366FF;*/
	color:#fff; 
	border-left:1px solid  #3366FF; /*was border-left:1px solid #843; changed to border-left:1px solid #3366FF;*/
}
#nav li:hover > a {
	border-left:1px solid  #3366FF; /*was border-left:1px solid #843; changed to border-left:1px solid #3366FF;*/
	background:#af0000; /* light red was background:#843; changed to background:#3366FF;*/
	color: #dddddd; /*light gray was #999999*/
}
#nav :hover ul {
	left:0;
	top:23px;
	border-left:1px solid  #af0000; /*was border-left:1px solid #3366FF; changed to border-left:1px solid #af0000;*/
	z-index:300;
}
#nav a:hover ul {
	left:-1px;
}
#nav ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

#nav li:hover li:hover > ul {
	left:0;
	margin-left:100%;
	top:0;
}
#
#nav li:hover ul li a {
	color: #000;
}
/* keep further levels hidden */
#nav li:hover > ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
	width:auto;
}
/* show path followed */

#nav li:hover li:hover > a {
	background:#3366FF; /*was background:#843; changed to background:#3366FF;*/
	color:#fff; /*was color:#fff; changed to color:#000;*/
	border-left:1px solid  #3366FF; /*was border-left:1px solid #843; changed to border-left:1px solid #3366FF;*/
}
#nav li a:hover ul li a:hover {
	background:#3366FF; /*was background:#843; changed to background:#3366FF;*/
}
/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */
#nav a:hover a:hover ul, #nav a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover ul, #nav a:hover a:hover a:hover a:hover a:hover ul {
	left:100%;
	top:0;
}
/* keep further levels hidden */
#nav a:hover ul ul, #nav a:hover a:hover ul ul, #nav a:hover a:hover a:hover ul ul, #nav a:hover a:hover a:hover a:hover ul ul {
	position:absolute;
	left:-9999px;
	top:-9999px;
}

/*Heres the values for the text files from index.php */

/* For new_index.php */
.style12 {
	font-size: 14px;
	color: #CC3333;
	font-family: "Courier New", Courier, monospace;
}
.style17 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	color: #000000;
}
.style21 {
	color: #000000;
	text-indent:20px;
	font-size: 14px;
	font-weight: bold;
	top: 270px;
	position:absolute;
	left: 10px;
}
.style32 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	position:absolute;
	top: 272px;
	left: 9px;
	color:#FFFFFF;
	width: 335px;
	height: 81px;
}
.style33 {
	position:absolute;
	top: 180px;
	left: 55px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
/*	color:#ffef00; */
	color:#FFFFFF;
	
}
.white_arrow {
	position:absolute;
	top: 187px;
	left: 40px;
}
a.style33:hover {
	color:#CCCCCC;
}
.style34 {color: #FF6600}
.style39 {color: #FFFF00; font-size: 14px; }
.style40 {font-size: 12px}

/* for Guam.html */
.style12 {
	font-size: 14px;
	color: #CC3333;
	font-family: "Courier New", Courier, monospace;
}
.style35 {
	font-size: 12px;
	font-weight: bold;
}
