body { 
	font-family: Arial, Verdana;
	font-size: 11px;
	color: #ecead9;
	background-color: #504949;
	border-top: 10px solid #8E171A;
}

* {
	margin:0; padding:0; border:0;
}

div#contentarea {
	width:800px; 
	height: auto;
	background-color:#ffffff;
	margin-left:auto; 
	margin-right:auto;
}

div#banner {
	width:800px;
	border-bottom: 1px solid #a2a2a2;
}

h1 {
	font-family: Arial, Verdana, Arial;
    font-size: 15px;
    font-weight: bold;
    color: #5b020d;
	padding: 10px 0 10px 0;
}

h3 {
	font-family: Arial, Verdana, Arial;
    font-size: 17px;
    font-weight: bold;
    color: #5b020d;
    padding: 10px;
}

div#left {
	width: 38%;
	float: left;
	padding: 10px;
}

div#right {
	width: 50%;
	float: left;
	background-color: #c0c0c0;
	margin: 55px 0 0 20px;
	padding: 8px;
	padding-bottom: 20px;
}	

div#bottom {
	width: 80%;
	float: left;
	padding-left: 20px;
	background-color: #ffffff;
}

#menu {
width: 100%; /* set width of menu */
} 

#menu ul { /* remove bullets and list indents */
list-style: none;
margin: 0;
padding: 0;
}

/* style, color and size links and headings to suit */
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border: 1px solid #dfdfdf;
padding: 2px 1px 2px 3px;
}

#menu h2 {
color: #595954;
background: #fff;
margin: 3px 0 0 0;
text-transform: uppercase;
}

#menu a {
color: #595954;
background: #fff;
text-decoration: none;
}

#menu a:hover {
color: #595954;
background: #f6f4e0;
}

#menu li {
/* make the list elements a containing block for the nested lists */
position: relative;
padding: 1px;
} 

#menu ul ul  {
position: absolute;
top: 50%;
left: 95%; /* to position them to the right of their containing block */
width: 60%; /* width is based on the containing block */
z-index: 2;
background-color: #fff;
}

div#menu ul ul,
div#menu ul li:hover ul 
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul
{display: block;}

input#search1 {
	padding: 3px;
	border: 1px solid #868682;
	width: 200px;
	margin: 10px 0 10px 60px;
}
input#searchbtn {
	padding: 3px;
	border: 1px solid #a2a2a2;
	margin-left: 5px;
}

span.searchnote {
	font-size: 9px;
	color: #a2a2a2;
}

div#whitefooter {
	width:100%;
	height:3px;
	background-color:#FFF;
	margin-left:auto; 
	margin-right:auto;
	border-top: 2px solid #8E171A;
	float:left;
}

div#redfooter1 {
	width:390px;
	height:16px;
	background-color:#8E171A;
	color: #fff;
	font-family: Verdana;
	padding: 2px 0 0 5px;
	font-size: 9px;
	font-weight: normal;
	float:left;
}

div#redfooter2 {
	width:400px;
	height:16px;
	background-color:#8E171A;
	padding: 2px 5px 0 0;
	text-align:right;
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	float:left;
}

div#redfooter2 a{
	color: #fff;
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

div#redfooter2 a:hover{
	text-decoration: underline;
}

div#whiteend1{
	width:200px;
	height:12px;
	background-color:#fff;
	color: #a2a2a2;
	font-family: Verdana;
	padding: 2px 0 0 0;
	font-size: 9px;
	font-weight: normal;
	float: left;
}

div#whiteend2{
	width:600px;
	padding: 2px 0 0 0;
	text-align: right;
	color: #6b6e6a;
	float: left;
}

a.uplinks, a.uplinks:visited{
	font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    color: #6b6e6a;
    text-decoration: none;
}

a.uplinks:hover{
    color: #818481;
    text-decoration: underline;
}
a.facname, a.facname:visited{
	font-family: Verdana, Arial;
    font-size: 12px;
    font-weight: normal;
    color: #6b6e6a;
    text-decoration: underline;
}

a.facname:hover{
    color: #000000;
    text-decoration: underline;
}

a.uplinks, a.uplinks:visited{
	font-family: Verdana, Arial;
    font-size: 9px;
    font-weight: normal;
    color: #6b6e6a;
    text-decoration: none;
}

a.uplinks:hover{
    color: #818481;
    text-decoration: underline;
}

div.clearfloats {
	clear:both;
}

