body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: bold;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	background: #ffffff;
}

#page {
	height: 400px;
	border-bottom:solid;
	border-top:solid;
	border-width:4px;
	border-color:#003300;
	
	
}

#splash {
	position:relative;
	top:0;
	left:0;
  	width:800px;
  	height:400px;
  	background-color:transparent;
	overflow:auto;
	overflow-x: hidden;
	white-space:normal;
	color:#000000;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
	font-weight: bold;
}

#transparent_bg{
	width:800px;
  	height:400px;
  	background-color:#ffffff;
  	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	position:absolute;
	top:125;
	left:0;
}



#splash p {
 	margin-top:10px;
	margin-bottom:10px;
	margin-right:10px;
	margin-left:10px;
 	color:#000000;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

#footer {
	height: 50px;
	background: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color:#666666;
	
	
	
}

#table{
 	margin:10px 10px;
 	color:#000000;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}

iframe {
	border:0;
	width:800px;
  	height:400px;
  	
	overflow:auto;
	overflow-x: hidden;
	white-space:normal;
	color:#000000;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:justify;
}
#gsplash {
  	width:800px;
  	height:400px;
  	background-color:#ffffff;
  	/* for IE */
  	filter:alpha(opacity=80);
  	/* CSS3 standard */
  	opacity:0.8;
	overflow:hidden;
	overflow-x: hidden;
	white-space:normal;
	color:#000000;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align:justify;
}

#footer ul {
	list-style: none; 
	
	margin: 2px auto 0 auto; 
	width:1000px;
	height:20px;

}


#footer p {
 	color:#666;
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	text-transform:uppercase;

}

#nav, #nav ul {
padding: 1px 0 0 0;
margin: 0;
list-style: none;

}

#nav li {
float:left;

}

#nav ul {
position: absolute;
left: -1000px;
padding: 1px 0 0 0;
}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
background-position: 0 0;
}

#nav a {
display: block;
margin: 2px 5px 3px 5px;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight:bold;
}

ul a{
font-weight: normal;
color: #FFF;

}

ul ul a:link, ul ul a:visited{
font-weight: normal;
color: #CCC;

}

ul ul a:hover, ul ul a:active{
font-weight: normal;
color: #FFF;
cursor: default;

}

ul li{
background-color: #003300;
border-left: 1px solid #FFF;

}

ul ul li{
background-color: #003300;
border-top: 1px solid #FFF;
border-left: 1px solid #FFF;

}

a img{
	border:none;
}

img{
	
