﻿body {
  Background-color: #FFFFFF;
    margin: 0px;
     padding: 0px;

} 

/*this will color the scroll bar */ 
html {
scrollbar-base-color:midnightblue ;
scrollbar-arrow-color:yellow ;
scrollbar-track-color:light green ;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black; 
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}




/* Header */

#topblue {
      position: absolute;
	   top:0px;   
	     height: 20px;
	       width: 100%;
	         background: url(media/blockdefaultb.gif) center repeat-x;
}


#headerhi {
	position: absolute;
	 top:20px;
	  height:10px;
	  width:100%;
	   background: url(media/barblue.jpg);
	    
}

#header
{
	position: absolute;
	 top:30px;   
	  background: #01005d url('images/toprs.jpg') right no-repeat;
	   height: 100px;
	    width: 100%;
}



#headerlow {
	position: absolute;
	 top:130px;
	  height:10px;
	  width:100%;
	   background: url(media/barblue.jpg);
}

A:link {
	COLOR: black; 
	TEXT-DECORATION: underline
}
A:visited {
	COLOR: purple; 
	TEXT-DECORATION: none
}
A:active {
	COLOR: #cc0000; 
	TEXT-DECORATION: none
}
A:hover {
	COLOR: white; 
	 background-color: darkblue; 
	  TEXT-DECORATION: none
}

h2 {
           font: bold 25px Arial;
		   Color: #000066
         
}


h3 {
           font: bold 20px Arial;
		   Color: #000066
         
}
P {
			font: 14px Arial;
		   Color:black;
		   }
	
/* layer 1 */ 
#layer1{
          position:absolute; 
		  width:200px;
		   height:105px;
		    z-index:1;
			 left: 48px;
			  top: 184px;
			   background: url(images/fly2.png);
			   
}	
	
	/*#layer2{
	position:absolute;
	width:145px;
	height:104px;
	z-index:1;
	right: 345px;
	top: 180px;
	background: url(images/splatred1.gif);
	left: 600px;
			   
}	*/



/* top Menu*/
.solidblockmenu{
       position: absolute;
	    top:140px;   
         margin: 0px;
          padding: 0px;
           float: left;
            font: bold 13px Arial;
             width: 100%;
              border: 1px solid #625e00;
               border-width: 1px 1px;
                background: black url(media/blockdefaultb.gif) center repeat-x;
                 height: 35px;


}

.solidblockmenu li{
display:inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 9px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactivebl.gif) center repeat-x;
}


/* Left Menu*/
.buttonmenu{
	position: absolute;
	 top:110px;
	  list-style-type: none;
	   font: bold 13px Arial;
	    margin: 0px;
	     padding: 0px;
	      width:115px;
	       left: 1px;
		   
}

.buttonmenu li a{
     color:white;
	  display: block;
	   width: 100%;
        padding: 5px 5px; 
         text-decoration: none;
          border: 1px solid;
           border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
            background-color:#006699;
             
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
       color: #FDE55F;
       background-color:#fa000d
	   }

#leftcol {
	position: absolute;
	 top:177px;
	  float: left;
	   width: 130px;
	    height: 600px;
	     background-color:#01005d;
	      left: 0px;
	 }


#content {
    position: absolute;
	 top:178px;   
	  left:130px;
	   float: left;
        width:50%;
         height: 600px;
      	   PADDING-RIGHT: 30px;
	        PADDING-LEFT: 30px;
	         PADDING-BOTTOM: 30px;
	          PADDING-TOP: 30px;
			   background: url(media/topl.gif) no-repeat top left ; 
				
}				
	
#rightcol {
   position: absolute;
    top:178px;
     right: 1px;  
      float: right;
       width:30%;
	    height: 600px;
         PADDING-RIGHT: 3px;
	      PADDING-LEFT: 3px;
	       PADDING-BOTTOM: 10px;
	        PADDING-TOP: 10px;
		      background: url(media/topr.gif) no-repeat top right ; 
}

#headerhib {
	position: absolute;
	top:777px;
	width:100%;
	height: 6px;
	background-image: url(media/barblue.jpg);
	left: 0px;
}

#headerlowb{
	position: absolute;
	top:812px;
	width:100%;
	height: 6px;
	background-image: url(media/barblue.jpg);
	left: 0px;
}
#footer {
	
	position: absolute;
	 top:783px;
	  left: 0px;
	   height: 30px;
	    width: 100%;
	     background-color: #417FBC;
	
	
}
