body{
background: #9A9282;
}

td{
font-family: Arial;
font-size: 10pt;
color: #000000;
}

/***LINKS BEGIN***/
a:link, a:active, a:visited{
color: #000000;
text-decoration: underline;
}

a:hover{
text-decoration: none;
}

a.email:link, a.email:active, a.email:visited{
color: #E3DCCF;
text-decoration: underline;
}

a.email:hover{
text-decoration: none;
}
/***LINKS END***/

#head{
background: url('siteart/top_header.gif') no-repeat;
width: 700;
height: 120;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
padding-top: 2px;
}

#black_left{
background: #000000;
padding-left: 10px;
padding-right: 10px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 8pt;
color: #E3DCCF;
width: 220;
}

#text_center{
background: #C3B8A2;
padding: 5px;
width: 330;
}

#black_right{
background: #000000;
padding-left: 2px;
padding-right: 2px;
padding-top: 5px;
padding-bottom: 5px;
font-size: 8pt;
color: #E3DCCF;
width: 150;
}

#black_left img{
border: 1px Solid #C3B8A2;
}

#black_right img{
border: 1px Solid #C3B8A2;
}

#outer{
list-style-type: none;
padding-bottom: 5px;
}

#outer li{
padding-bottom: 5px;
}

#inner{
list-style-type: disc;
padding-bottom: 5px;
}

#inner li{
padding-bottom: 5px;
}

.title{
font-weight: bold;
}

.sm{
font-size: 8pt;
}

/***NAVIGATION BEGIN***/
#menu ul{
margin: 0;
padding: 0;
margin-bottom: 0em;
float: left;
font: bold 8pt Arial;
width: 700;
/*border: 1px solid #000000;*/
background-color: #6F6652;
}

* html #menu ul{ /*IE only rule, reduce menu width*/
width: 700;
}

#menu ul li{
display: inline;
}

#menu ul li a{
float: left;
color: #C3B8A2;
text-decoration: none;
background: url('siteart/vertical.gif') no-repeat center right;; padding-left:12px; padding-right:12px; padding-top:2px; padding-bottom:2px
}

#menu ul li a:visited{
color: #C3B8A2;
}

#menu ul li a:hover{
color: 6F6652;
background-color: #C3B8A2;
}
/***NAVIGATION END***/

