1st_BODY {
	/*this is shorthand and declares the background color and calls the image */
	background : #0099cc;
}

BODY {
	/*this is shorthand and declares the background color and calls the image */
	background : #009900;
}
      
.Header {
    position:absolute;
	top: 5px;
	 left: 5px;
	 width:100%;
	 background-color: #ffffff;
	 layer-background-color: #ffffff;
; color: #333333
    } 

.Header1 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 16px;
	padding: 4px;
	border-top: 4px solid green;
	border-bottom: 4px solid green;
	text-align : right;
	background-color: #FFCC66;
	layer-background-color:  #d3d3e1;
; color: #333333
; border-top-width: medium; border-bottom-width: medium
}        
	   
.Navigation {
    position: absolute;
     left: 5px; 
     top: 235px; 
     font-family : Verdana, Arial, Helvetica, sans-serif;
; background-color: #FFFF99
	  }

.Navbox {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 14px;
	background : #FFCC66;
	width:125px;
	height: 25px;
	border: 2px solid  #000000;
	margin: 4px;
	padding: 3px;
; color: #FFFFFF
	}

.Content {
	position:absolute;
	left:175px;
	top:235px;
	width:65%;
	padding: 4px;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	font-family :  Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:  #000000;	
}

.Content1{
	padding: 4px; 
	border-top: 1px solid blue;
	border-left: 1px solid blue;
	background-color:#D3D3E1;
	layer-background-color:#D3D3E1;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003333;
	font-size: 13px;
}

.box2 {
color : #000000;
width: 100%;
text-align: center;
font-family : Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
padding: 4px 4px (value);
}


A:link {color : blue; text-decoration: underline;}
A:visited {color : #FF6600; text-decoration: underline;}
A:hover {text-decoration: none;}
A:active {color : red; text-decoration: underline;}
.test {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000}
.hp_maintxt { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #333333 }
.bottomnav { font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #000000 }
.hp_maintxt_sm { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #333333 }
