 body {
	background: #fff;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.top_1 { height:100px; width:100%; background-image:url(images/menu_bg.gif); margin:0 auto;}
.top {width:1000px; }
.logo {float:left; margin-top:20px; margin-left:15px; }
.menu { float:left; padding-left:50px; 
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
position:relative; margin-top:68px;
font-size:14px; 
font-family: tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
}
/* get rid of the default padding - margin and bullets */
.menu ul {
padding:0; 
margin:0;
list-style-type: none;
}
/* make menu horizontal */
.menu ul li {
float:left;
position:relative;
padding-left:15px;
}
/* set up the default top level links */
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000; 
height:1.5em;
font-weight:bold;
color:#000000;
line-height:1.5em;
margin-right:2px;
}
/* hack for IE5.5 to correct the faulty box model */
* html .menu ul li a, .menu ul li a:visited {

}
/* hide the drop down menu */
.menu ul li ul {
display: none;
}
/* remove all table style so that it does not interfere with the menu */
.menu table {
margin:-1px; 
border-collapse:collapse;
font-size:1em;
}

/* first line for IE7 and non-IE browsers, second line for IE5.5 and IE6 */

/* style the top level hover */
.menu ul li:hover a,
.menu ul li a:hover {
color:#000; 

}
/* make the drop down menu show and correctly position it */
.menu ul li:hover ul,
.menu ul li a:hover ul {
display:block; 
position:absolute; 
top:1em;
left:0; 
width:116px;
border:0;
font-size:12px;
background-color:#999999;
background:transparent;
}
/* style the drop down links with no hover */
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a {
display:block; 
background-color:#FFFFFF;
margin:0;
color:#085168;
font-weight:normal;
padding:5px;
font-size:1.2em;
height:auto; 
line-height:1em; 
width:100px
}
/* style the drop down menu links when hovered */
.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
background:#CCD7DE;
color:#3F88AB;
border:1px solid #666666;
}

/* special styling for IE5.5 and IE6 - transparency is non validating */
.menu ul li a:hover ul {
background:transparent filter: alpha(opacity=95);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
opacity:0.8;
margin-top:2px; /* for IE5.5 faulty box model */
marg\in-top:3px; /* for IE6 */
}
/* IE5.5 hack for faulty box model in drop down menu */
.menu ul li a:hover ul li a {
background:#FFFFFF;
width:116px; /* for IE5.5 faulty box model */
w\idth:116px; /* for IE6 */
line-height:1.2em;
}

p.strike {text-decoration:line-through;}
.line { border-bottom:2px #018458 solid;}
#bottombox { height:81px; width:100%; background-image:url(images/bottom_bg.gif);}

#bottom {  width:930px; margin:0 auto; padding-top:15px;}
#bottom ul { display:inline;  }
#bottom ul li {float:left; width:60px; display:block; margin-top:10px; margin-right:10px;}
.info { clear:left;  font-size:12px; padding-top:5px; color:#999999;}