@charset "utf-8";
/* CSS Document */

body { 

margin-top: 15px;
background-image:url(bgr-lyme.jpg);
background-repeat:repeat;
	margin-bottom:10px;
    color:#444444; 
	font-size:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
}	
a {text-decoration:none;color:#900;  font-size:15px; }
a:hover{color:#999; text-decoration:underline;}

h3 {color:#900; font-size:18px}
.box {background-color:#cccccc; color:#485784;  font-size:16px; padding-top:3px; padding-bottom:3px; border:#999999 1px solid; text-align:center;width:184px;  margin-top:10px; margin-bottom:10px }

#menu {float: inherit;
    height:25px;}


#menu a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-family: "Trebuchet MS", Arial, Tahoma, Verdana;
    color: #FFFFFF;
    font-weight: 600;
    border-right: 1px #FFF solid;
    padding-left: 9px;
    padding-right: 9px;
}

#menu a:hover, #menu .current_page_item a {
   color:#cccccc;

}

#menu2 {float: left; margin-left:3px}


#menu2 a {
	background-color:#f1f1f1;
	width:180px;
	display:inline-block;
text-decoration: none;
	text-align: left;
	font-size:13px;
	font-family:"Trebuchet MS", Arial, Tahoma, Verdana;
    color:#900;
	font-weight:600;
	border:1px #999 solid;
	padding:2px;
	margin-bottom:3px;
}

#menu2 a:hover, #menu .current_page_item a {
   color:#3a6bb0;

}