/*css page for march_home for the access site*/

hr   /*horizontal rule displays differently in each browser*/
	 {
	 background-color:#ff0000; /* Netscape 6/7, Mozilla */
	 color:#ff0000; /* IE */
	 border: #ff0000; /* Opera */
	 align:center;
	 width:200px;
	 } 
	 
body {
	 color: black;
	 background-color: #FFCCCC; /*silver;silver shows the positioning of the content box==cyan blends with the body background colour*/
	 background-image: url(images/cellBlue1.jpg);
	 background-repeat: repeat-y repeat-x ;
	 
	 font-family:arial helvetica geneva san-serif;
	 }
	 
.topBanner {
		   position:absolute;
		   top:50px;
		   left:120px;
		   width: 87%;
		   
		   
		   text-align:center;
		   background-color:;
		   /*background-image: url(images/glacier_even_David2.jpg);*/
		   }
	 

	 
.content {
		 color:black;
		 /*background-color:cyan;*/
		 font-family:arial verdana hevetica sans-serif;
		 position:absolute;
		 top:140px;
		 left:140px;
		 width:80%;
		 right:auto;
		 margin:10px 20px;
		 padding:10px;
		 text-align:center;
		 }			
	 
h1 {
    position:relative;
	
	margin:0px 0px 15px 0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:900;
	color:red;
	text-shadow: black 100 100 150px;
	}
	
.rightLogo {
		   position:absolute;
		   top:0px;
		   left:20px;
		   width:135px;
		   }
	
.navigation {
			position:absolute;
			top: 160px;
			left: 10px;
			width:120px;
			}
			
.navbox, .navbox2 {
		color:white;
		background-color: red 
		font-family:arial helvetica verdana san-serif;
		font-size:16px;
		width:120px;
		text-indent:25px;
		line-height:20px;
		margin : 3px 1px 3px 0px;
   		padding : 1px 2px;
		}
		
a.navbut {
		 color:white;
		 background : orange url('images/pink_logo_20.gif') no-repeat;
		 width:120px;
		 display:block;
		 border:2px red solid;
		 }
		 
a.navbut:visited {
				 color:red;
				 background : orange url('images/white_logo_20.gif') no-repeat;
				 border:2px green indent;
				 width:120px;
				 display:block;
				 
				 }
				 
a.navbut:hover {
			   color:black;
			   background:orange url('images/green_logo_20.gif') no-repeat;
			   border:2px yellow outdent;
			   width:120px;
			   display:block;
			   
			   }
			   
a.navbutCurrent {
				color:red;
				background: white url('images/pink_logo_20.gif') no-repeat;
				border:2px red solid;
				width:120px;
				display:block;
				
				}
	


			   

