/* kimberly laforge */ 
html, body{ 
background-color:1E0000;
color:ffffff;  
font-family:arial;  font-size:10pt;  font-weight:normal; }
FONT{color:ffffff;  font-size:10pt;  font-family:arial;  font-weight:normal;  text-decoration:none; }
P{color:ffffff;  font-size:10pt;  font-family:arial;  font-weight:normal;  text-decoration:none; }
PRE{color:ffffff;  font-size:8pt;  font-family:arial;  font-weight:normal; font-style:italic; text-decoration:none; }
A{color:B0E254;  font-family:arial;  font-size:11pt;  font-weight:bold;  text-decoration:none; }
A:Visited{color:B0E254;  font-family:arial;  font-size:11pt;  font-weight:bold;  text-decoration:none; }
A:Hover{color:FFFFFF;  font-family:arial;  font-size:11pt;  font-weight:bold;  text-decoration:line-through;
 margin:0; 
 padding:0; 
 text-align:left;

} 

body{scrollbar-face-color:1E0000;
  scrollbar-shadow-color: 666666;
  scrollbar-highlight-color: cccccc;
  scrollbar-3dlight-color: 999999;
  scrollbar-darkshadow-color: 000000;
  scrollbar-track-color: 1E0000;
  scrollbar-arrow-color: ffffff}

hr {color:ffffff; 
}
 
#pagewidth{ 
 width:960px; 
 text-align:left;  
margin-left:auto; 
 margin-right:auto;  
} 
 
#header{
 position:relative; 
 height:100px; 
 
  
 width:100%;
} 
 
#leftcol{
 width:310px; 
 float:left; 
 position:relative; 
  }
 
#twocols{
 width:450px; 
 float:left; 
 position:relative; 
  }
 
#rightcol{
 width:200px; 
 float:right; 
 position:relative; 
 
 }
 
#maincol{
 background-color:517357;  
 float: left; 
 display:inline; 
 position: relative; 
 width:400px;
 height:700px; 
 }
 
#footer{
 height:50px; 
  
 clear:both;
 } 
 

.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 75px;

}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color:;
}
 

.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 

/*hide the right column when printing*/ 
#rightcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
