/* globals ------------------------------------------------------------- */

body {
	text-align: center;
	background-position: 0px 0px;
	background-color: Black;
	margin: 0px 0px;
}

#globalcontainer
	{
	float:left;
	position:relative;	
	margin-left:10px;
	margin-top:20px;
	border: 1px solid gray;
	background-color:#131E1F;
	width:1024px;
	}
	
a {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: yellow;
	border:0px;
}

a:hover {
	color: gold;
}
  
#imagetop {
	background-image:url(../images/top.jpg);
	width:1024px;
	height:125px;
}

  	
#bodytext-null {
	border-top-width: 0px; 
	padding-right: 0px; 
	padding-left: 0px; 
	border-left-width: 0px; 
	float: right; 
	border-bottom-width: 0px; 
	padding-bottom: 0px; 
	width: 76%; 
	padding-top: 0px; 
	border-right-width: 0px
}
#bodytext {
	background-color: #223638;
	border: 1px dotted silver; 		
	padding-right: 10px; 
	padding-left: 15px; 
	padding-top: 10px; 	
	padding-bottom: 15px; 		
	font-size: 11px; 
	margin-top: 30px; 	
	margin-bottom: 20px; 
	margin-right: 10px; 	
	color: white; 
	padding-top: 20px; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	text-align: justify;
}

#bodytext h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	font-weight: bold;	
	text-align:right;
	color:#A93903;
	margin:0px;

}	


#bodytext h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	color:#EAF7E9;
	padding-top: 0px;
	padding-bottom: 4px;	
	padding-left: 12px;		
}	

#bodytext h2 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: 13px;
	font-weight: bold;
	color:#EAF7E9;
	padding-top: 0px;
	padding-bottom: 4px;	
	padding-left: 12px;		
	background-image:url(../images/bodycontentH2background.jpg);
	background-repeat:no-repeat;
}	

#bodytext img {
	border:1px solid white;
	width:60px;
	height:90px;
}

#bodytext table {
	border:0px;
}

#bodytext a {
	text-decoration: none;
	font-size: 11px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #FDFF6E;
	border:0px;
}
 
#bodytext a:hover {
	color: gold;
}
  


/* header ------------------------------------------------------------- */


div.Table_01 {
	position:relative;
	margin-left:0px;
	margin-top:0px;
	float:left; 
	width:1024px;
	height:125px;
}

div.top3-01 {
	position:absolute;
	left:0px;
	top:0px;
	width:497px;
	height:98px;
}

div.top3-02 {
	position:absolute;
	left:497px;
	top:0px;
	width:17px;
	height:98px;
}

div.top3-03 {
	position:absolute;
	left:514px;
	top:0px;
	width:286px;
	height:98px;
}

.subheader
	{
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;	
	background-color: black;
	float:left;
	width:1024px;
	font-family: "Courier New",Courier,monospace;
	font-size: 12px;
	font-weight:bold;
	text-align:right;
	color:white;
	}

/* navigation ------------------------------------------------------------- */

#navbar-null {
     float: left;
	}

#navbar {
	  font-family: "Courier New",Courier,monospace;
	  font-size: 14px;
	  font-weight:bold;
	  margin-top: 30px;
	  margin-left: 0Px;
	  text-align: center;
}

#navbar ul { 
	list-style-type: none;
}

#navbar li { 
	margin-top: 15px;
	margin-bottom: 2px;	
	margin-left: -10px;
}

#navbar li.subli { 
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

#navbar .subli a {
	font-size:10px;
	background-color: #477275;
	text-decoration: none;
	width: 80px;
	display: block;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	text-align: right;
	color: white;
	border: 1px solid gray;
}

#navbar .subli div {
	font-size:11px;
	background-color: #131E1F;
	width: 80px;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	text-align: right;
	color: white;

}

#navbar a {
	font-size:11px;
	background-color: #2B4547;
	text-decoration: none;
	width: 90px;
	display: block;
	padding-right: 10px;
	padding-top:2px;
	padding-bottom:2px;
	text-align: right;
	color: White;
	border: 1px solid gray;
}
 
#navbar a:hover {
	background-color: #A93903;
	color: white;
}
  
#navbar a.selected {
	background-image: url(../images/corner_select.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-color: #A93903;
	color: white;
}

#navbar a.altselected {
	background-color: #B8860B;
	background-image: url(../images/corner_select.png);
	background-repeat: no-repeat;
	background-position: top left;
	color: Black;
}