body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E5BE98}
td { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E5BE98}
p { font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #E5BE98}

.heading {  font-size: 16px; color: #FFFFFF; font-weight: bold}
.subheading { font-size: 12px; color: #FFFFFF; font-weight: bold }
.highlight { font-size: 12px; color: #000000; font-weight: bold }

a { color: #FBB269; text-decoration: none}
a:visited {color: #FBB269; text-decoration: none}
a:hover {color: #FFFFFF; text-decoration: underline}

.topnav { font-size: 12px; color: #FBB269; font-weight: normal; text-decoration: none}
.topnav:link { font-size: 12px; color: #FBB269; font-weight: normal; text-decoration: none}
.topnav:visited { font-size: 12px; color: #FBB269; font-weight: normal; text-decoration: none}
.topnav:hover { font-size: 12px; color: #FFFFFF; font-weight: normal; text-decoration: none}

.subMenu { font-size: 12px; color: #FBB269; font-weight: normal;  text-decoration: none}
.subMenu:link { font-size: 12px; color: #FBB269; font-weight: normal;  text-decoration: none}
.subMenu:visited { font-size: 12px; color: #FBB269; font-weight: normal;  text-decoration: none}
.subMenu:hover {font-size: 12px; color: #8C312D; font-weight: normal; text-decoration: none}


.footer { font-size: 10px; color: #E5BE98; font-weight: normal; text-decoration: none}
.footer:link { font-size: 10px; color: #E5BE98; font-weight: normal; text-decoration: none}
.footer:visited { font-size: 10px; color: #E5BE98; font-weight: normal; text-decoration: none}
.footer:hover { font-size: 10px; color: #FFFFFF; font-weight: normal; text-decoration: underline}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: left;
}

#navcontainer li 
{ 
margin: 0; 
padding: 0;
}

#navcontainer a
{
display: block;
margin: 0;
list-style-type: none;
height: 19px;
padding: 2px 24px 2px 0px;
border-bottom: 1px solid #8C312D;
width: 150px;
background-color: #522021;
background-image: url(designimgs/b.gif);
text-align: right;
}

#navcontainer a:link, #navlist a:visited
{
color: #FBB269;
text-decoration: none;
}

#navcontainer a:hover
{
border-bottom: 1px solid #8C312D;
background-color: #522021;
background-image: url(designimgs/bhi.gif);
color: #FFFFFF;
}

