body{
text-align:center; /* for IE */
font-family:tahoma, arial, sans-serif;
font-size:14px;
background-color: #ffffff;
}
/* MAIN WRAPPER */
div#main {
text-align:left; /* reset text alignment */
width:600px; /* or a percentage, or whatever */
margin:0 auto; /* for the rest */
border: 1px solid gray;
}

/* TEXT WRAPPER */
div#detail {
position: relative;
width:580px;
background-color: #FFF;
margin-left:0px;
margin-top:10px;
margin-bottom:10px;
margin-right:0px;
float:right;
}

.menu
{
background-image:url('img/background_bar.jpg');
background-repeat: no-repeat;
width:600px;
height:150px;
border-collapse:collapse
}
.menu TD {
padding: 70px 10px 0px 10px;
}

h1{
font-weight:bold;
font-size:16px;
color:#003399;
}
h2{
font-weight:bold;
font-size:18px;
color: #666699;
text-decoration:none;
/*background-image: url("top-bar.jpg"); 
background-repeat: no-repeat; */
margin-top:20px;
margin-bottom:20px;
border-bottom:1px solid #666;
}
h3{
font-weight:bold;
font-size:14px;
color:#666;
}
.footerimg {
border: 0;
padding: 0px 8px 5px 9px;
margin: 0;
}
.footerimghome {
border: 0;
padding: 0px 0px 5px 0px;
margin: 0;
}
img {
border: 0;
padding: 0;
margin: 0;
}
a{
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
