@charset "UTF-8";
/* CSS Document */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:10px;
	padding:0px;
	text-align:left;
	}
	
	
#contentcenter {
	width:800px;
	float:left;
	background:#413000;
	vertical-align:top;
				}

#contentright {
	width:72px;
	padding:0px;
	float:left;
	background:#413000;
	background-image:url(images/bg-top.gif);
	background-repeat:no-repeat;
	background-position:top;
	height:100%;
	}

#contentheader {
	background:#dbd8bd;
	margin-top:40px;
	}

#contentright p { font-size:10px}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	
}
p	{
font-size: 11px;
	line-height:14px;
	color: #FFFFFF;
}

.menu-h1	{
font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#F08B1D;
	}

body {
	background-color:#dbd8bd;
	text-align:center;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #999999;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 16px;
	color: #F08B1D;
	font-weight:100;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 14px;
	color: #fff;
	text-transform:uppercase;
}

#navcontainer	{
margin-right:32px; /* this value is for IE6 browsers */
				}
html>body #navcontainer {margin-right:33px;} /* this value is for all other browsers */	

#navcontainer ul li
{
list-style-type: none;
padding: 0;
margin: 0;
display: block;
float: right;
background-color:#413000;
font: 12px/22px "Arial", Helvetica, sans-serif;
text-align: center;
width:90px;
}

#navcontainer a
{
color: #dbd8bd;
text-decoration: none;
display: block;
width: 90px;
font-weight:bold;

}

#navcontainer li#active { background-color:#F08B1D;}
#navcontainer li#contact { background-image:url(images/left-nav.gif); background-position:right; background-repeat:no-repeat;}
#contact-active { background-image:url(images/left-nav-hover.gif); background-position:right; background-repeat:no-repeat; background-color:#F08B1D;}
#contact:hover { background-image:url(images/left-nav-hover.gif); background-position:right; background-repeat:no-repeat; background-color:#F08B1D;}
#nav a:hover  { background-color:#f08b1d;}
#nav a  { background-color:#413000;}


