body {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table {
	table-layout: fixed;
}

td.layout {
	vertical-align: top;

}
#guam {
	height: 50px;
	background: url(images/guam.jpg) no-repeat right;


}

#mainmenu {
	background-image:  url(../../images/mainmenu.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	padding: 5px 0px 0px 10px;
	height: 20px;
	font-size: 12px;
}


#mainmenu a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;


}

#mainmenu a:hover {
	color: #00FFFF;
	font-weight: bold;


}
#mainmenu a.top {
	color: #FFFF00;

}

#location {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
	background-image:   url(images/yellow.gif);
	background-repeat: repeat-x;
	padding: 15px 0px 0px 5px;
	line-height: 1em;
	margin-bottom: 10px;
}
#location a {
	color: #999999;
	text-decoration: none;
}

#location a:hover {
	color: #000000;
	text-decoration: underline;
}
#title {
	background-image:   url(images/yellow.gif);
	background-repeat: repeat-x;
	border-width: 0px 0px 4px 0px;
	border-style: solid;
	border-color: #FF3300;
	padding: 20px 0px 0px 10px;
	margin-bottom: 10px;
}
h1 {
	font-weight: bold;
	color: #003399;
	margin: 0px;
	font-size: 14px;
	letter-spacing: 0.2em;

}


#submenu {
	font-size: 12px;
	color: #003399;
	font-weight: bold;
	padding: 5px;
}
#submenu ul{
	margin: 0px;
	list-style-type: none;
}
#submenu li{
	margin: 5px 0px 5px 0px;
}
//#submenu li.active{
//	background-color: #FFFF99;
//}
#submenu a {
	color: #003399;
	text-decoration: none;
}

#submenu a:hover {
	color: #003399;
	text-decoration: underline;
}
#content {
	font-size: 12px;
	color: #333333;
	padding: 5px;
	line-height: 1.5em;



}
h2 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin: 10px 0px 5px 0px;
	padding: 2px;
	border-width: 1px 3px 3px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}
h3 {
	font-weight: bold;
	color: #666666;
	font-size: 12px;
	margin: 5px;
	text-decoration: underline;

}
p {
	margin: 0px 0px 0px 10px;
}
p.red {
	font-weight: bold;
	color: red;
	font-size: 12px;
	margin: 10px 0px 5px 0px;
}
ul {
	list-style-type: none;
	margin: 0px 0px 0px 30px;
}

ul.square {
	list-style-type: square;
	margin: 0px 0px 0px 40px;

}

dl {
	margin: 0px 0px 0px 10px;
}
dl.50 {
	margin: 0px 0px 0px 50px;
}

em.ul {
	text-decoration: underline;
	font-style: normal;

}

em.red {
	font-weight: bold;
	font-size: 14px;
	color: red;
	font-style: normal;

}
em.blue {
	font-weight: bold;
	font-size: 14px;
	color: blue;
	font-style: normal;

}
.detail{
	text-align: right;
}

#content table {
	margin: 10px 0px 10px 10px;
	font-size: 12px;
	line-height: 1.5em;
	border-width: 1px 0px 0px 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

#content th {
	background-color: #EEEEEE;
	border-width: 0px 1px 1px 0px;
	border-color: #CCCCCC;
	border-style: solid;

}

#content td {
	border-width: 0px 1px 1px 0px;
	border-color: #CCCCCC;
	border-style: solid;
}

#content table.center td {
	text-align: center;
}


#footer {
	background-image:   url(images/yellow.gif);
	text-align: center;
	font-size: 12px;
	color: #999999;
	padding-top: 10px;
	background-repeat: repeat-x;


}
span.left {
	float: left;
}
br.clear {
	clear: both;
}

