body {scrollbar-base-color: 931F1F;}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
    background-color: none;}

li { /* all list items */
	float: left;
	position: relative;
	width: 95px;
    font-size: 8pt;
    color: FFC8C8;
    font-family: Arial;
    background-color: none;
	text-align: center;
	cursor: default;
	background-color: none;
	border-width: 1px 0;
	font-weight: bold;}

li a:hover {color: FC7E7E;
		  text-decoration: none;}
a:link {color: FFC8C8;
        text-decoration: none;}
a:visited {color: FFC8C8;
           text-decoration: none;}
a:active {color: FFC8C8;
          text-decoration: none;}

li>ul { /* to override top and left in browsers other than IE, which will 
position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;}

#nav a {
	font-weight: normal;
	color: ;
	background-color: none;
	display: block;
}

#sidenav { font-family: Arial;
           font-size: 10;
		   font-weight: bold;
		   color: FFC8C8;}
		   
#sidenav a:hover {color: FC7E7E;
		  text-decoration: none;}	
		  
#middlenav {font-family: Arial;
		    font-size: 12;
			font-weight: normal;
			color: FC7E7E;
			text-align: right;}
			
#header { font-family: Arial;
          font-size: 16;
		  font-weight: bold;
		  color: FFC8C8;
		 font-variant: small-caps; 
		  text-align: right;}
		  
#rightnav { font-family: Arial;
           font-size: 10;
		   font-weight: bold;
		   color: FC7E7E;
		   padding: 10px;
		   line-height: 18pt;}
		   
#lead { font-family: Arial;
          font-size: 12;
		  font-weight: bold;
		  color: FFC8C8;
		  font-variant: small-caps;}		   		  
		  
#clients{ font-family: Arial;
           font-size: 10;
		   font-weight: bold;
		   color: FC7E7E;
		   text-align: right;}
		   
#clientlist { font-family: Arial;
          font-size: 14;
		  font-weight: bold;
		  color: FFC8C8;
		  font-variant: small-caps;
		  text-align: right;}		   