/* Main Body CSS */
body{
background: #FFFFFF;
Font-Family: Verdana, Halvetica, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
margin: 10px;
}

/* Layout Table CSS */
#layout_table{
/* background: #FFFFFF; */
/* background: url(/images/site/header3.jpg); */
width: 80%;
/* border: 2px solid #000000; */
}
#header{
/* background: #FFFFFF; */
background: url(images/site/header1.jpg); */
height: 100px;
padding: 5px;
/* border-bottom: 1px solid #ffffff; */
}
#left_column{
background: #FFFFFF;
/* background: url(/images/site/header3.jpg); */
width: 20%;
padding: 5px;
Font-Family: Verdana, Halvetica, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
BORDER-LEFT: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#center_column{
background: #FFFFFF;
/* background: url(/images/site/header3.jpg); */
width: 60%;
padding: 5px;
Font-Family: Verdana, Halvetica, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
line-height: 12pt;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#right_column{
background: #FFFFFF;
/* background: url(/images/site/header3.jpg); */
width: 20%;
padding: 5px;
Font-Family: Verdana, Halvetica, Arial, Sans-Serif;
font-size: 12px;
color: #000000;
border-left: 1px solid #000000;
border-right: 1px solid #000000;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
#footer{
/* background: #FFFFFF; */
/* background: url(/images/site/header3.jpg); */
height: 100px;
padding: 5px;
text-align: center;
border-top: 1px solid #000000; */
}

/* Hyperlink CSS */
#left_column a{
color: #000000;
font-weight: bold;
text-decoration: none;
}
#left_column a:hover{
color: #ff0000;
font-weight: bold;
text-decoration: none;
}
#center_column a{
color: #000000;
text-decoration: none;
border-bottom: 1px dashed #dddda4;
}
#menubox{
background: #ffffff;
position: static;
padding: 3px;
line-height: 12pt;
border-top: 1px solid #000000;
border-bottom: 1px solid #000000;
}
.menuhead{
font-size: 14px;
font-weight: bold;
color: #000088;
}

#menubox A{
font-size: 12px;
color: #000088;
text-decoration: none;
}

#menubox A:hover{
font-size: 12px;
font-weight: bold;
color: #ff0000;
text-decoration: underline;
}
#center_column a:hover{
color: #000000;
text-decoration: none;
border-bottom: 1px dashed #ffffff;
}
#right_column a{
color: #000000;
font-weight: bold;
text-decoration: none;
}
#right_column a:hover{
color: #ff0000;
font-weight: bold;
text-decoration: none;
}