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

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #716558;
	line-height: 1.4em;
}
body {
	background-color: #999;
	background-image: url(images/bkgd.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}
a:link {
	color: #716558;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #716558;
}
a:hover {
	text-decoration: none;
	color: #D65D27;
}
a:active {
	text-decoration: underline;
	color: #716558;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #D65D27;
	margin-top: 20px;
}
h1 {
	font-size: 13pt;
	margin-left: 20px;
	margin-bottom: -5px;
}
h2 {
	font-size: 10pt;
	margin-left: 20px;
}
ul {
	margin-left: 20px;
}
hr {
	border-top: 1.5px solid #716558;
	color: #fff;
	background-color: #fff;
	width: 810px;
	margin-left: 20px;
	margin-top: 20px;
}


#outerwrapper {
	margin: 0px auto;
	width: 850px;
	background-color: #FFFFFF;
	border: 1px solid #716558;
}
#header {
	width: 850px;
	height: 115px;
	position: relative;
	background-color: #FFFFFF;
}
#image {
	width: 850px;
	height: 120px;
	position: relative;
	background-color: #FFFFFF;
}
#imagehome {
	width: 850px;
	height: 260px;
	position: relative;
	background-color: #FFFFFF;
	text-align: center;
}


/*Nav*/
#nav {
	width: 843;
	height: 23px;
	font-size: 11pt;
	position: relative;
	z-index: 100;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #716558;
	border-bottom-color: #716558;
	padding-left: 5px;
}
/* DROPDOWN MENU */
#navbar {
	font-size: 11px;
	margin:0 auto;/* to center menu */
	padding: 0;
	display:table;/* to center menu */
	height: 1em; 
}
* html #navbar {
  display:inline-block;    /* for IE only - to center menu */
  width:1px;               /* IE will expand 1px width to fit menu width */
  padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }
#navbar li {
	list-style: none;
	float: left; 
	
}
* html #navbar li {
  display:inline;          /* for IE only - to center menu */
  }

#navbar li a {
	display: block;
	background-color: #ffffff;
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	color: #716558;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 12px;
	padding-bottom: 3px;
	padding-left: 13px;
}
#navbar li a:hover {
    display: block;
	background-color: #e0dace;
}
/* SUB MENU STYLE */
#navbar li ul {
	display: none; 
	width: 12em; /* Width to help Opera out */
	background-color: #fff;
	}
/* HOVER STYLE */
#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0; 
	}
#navbar li:hover li, #navbar li.hover li {
	float: none; 
	}
#navbar li:hover li a, #navbar li.hover li a {
	background-color: #fff;
	border-bottom: 1px solid #716558;
	border-right: 1px solid #716558;
	border-left: 1px solid #716558;
	color: #716558; 
	}
#navbar li li a:hover {
	background-color: #e0dace; 
	}



/*Content */
#content {
	width: 850px;
	position: relative;
	background-color: #FFFFFF;
	z-index: 10;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}
#contenthome {
	width: 850px;
	position: relative;
	background-color: #FFFFFF;
	padding-top: 10px;
	z-index: 10;
	height: 160px;
}
#content p {
	margin-left: 20px;
	margin-right: 20px;
}
#content li  {
	margin-left: 20px;
	margin-right: 20px;
}
#maintable {
	margin-left: 20px;
}
#maintd {
	border-top: 1.5px solid #716558;
	color: #fff;
	background-color: #fff;
}

/*Footer */
#footer {
	width: 850px;
	position: relative;
	font-family: Georgia, serif;
	color: #D65D27;
	font-size: 9pt;
	text-align: center;
	letter-spacing: 1px;
}
#footer p {
	margin-top: 10px;
	margin-bottom: 10px;
}
