

@charset "utf-8";
/* small pane frame with Navigation Links Panel*/

.HuxleySmallPaneFrame {
width:150px;
margin-top:0px;
margin-bottom:20px;


}
.HuxleySmallPaneFrameTop {
height:20px;
background-image:url(navLinksBackgroundTop.gif);
background-repeat:no-repeat;
}
.HuxleySmallPaneFramePixel {
min-height:30px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
font-weight:bold;
text-decoration:none;
text-align:center;
margin-top:-10px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
padding:0px;
background-color:#E0E0E0;
}
.HuxleySmallPaneFrameBottom {
height:10px;
background-image:url(navLinksBackgroundBottom.gif);
background-repeat:no-repeat;
}
h1 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.5em;
color:#006600;
text-decoration:none;
text-transform:uppercase;
text-align:center;
}
h2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:1.25em;
color:#006600;
text-decoration:none;
text-transform:uppercase;
text-align:left;
}


/*navigation links pane*/
#linkNavigation {
}

.HuxleySmallPaneFramePixel ul {
list-style:none;
margin:0px;
padding:0px;
width:150px;
text-align:left;
}
.HuxleySmallPaneFramePixel ul li:hover {
width:150px;
background-color:#666666;
}
.HuxleySmallPaneFramePixel ul li {
list-style:none;
border-bottom:thin;
border-bottom-color:#C3C3C3;
border-bottom-style:solid;
width:150px;
}
.HuxleySmallPaneFramePixel ul li a {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:0.9em;
text-decoration:none ;
text-transform:uppercase;
font-weight:normal;
color:#666666;
width:150px;
padding-left:5px;
list-style:none;
background-color:#E0E0E0;
}
.HuxleySmallPaneFramePixel ul li a:hover {
background-color:#666666;
width:150px;
color:#FFFFFF;
}
.HuxleySmallPaneFramePixel li:hover {
background-color:#666666;
width:150px;
}




