body 
{
	margin: 0;
	/*background: #d5cec8;*/
	/*background: #d0faf3;*/
	background: #e3e1e4;
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
}

#top
{
	width: 100%;
	height: 8px;
	margin: 0 auto;
	background: #0469B3;
}

#title
{
	width: 100%;
	height: 150px;
	margin: 0 auto;
	background: #d2c19b;
	/*
	background:-moz-linear-gradient(100% 100% 90deg, #0469B3, #99d3fd); 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%, from(#99d3fd), to(#0469B3));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#99d3fd', endColorstr='#0469B3');
	*/
}

#spacer
{
	width: 100%;
	height: 13px;
	margin: 0 auto;
	background: #e3e1e4; /* same background color as border */
}

#page 
{ 
	margin: 0 auto;
	text-align:center;
	height: auto; 
	width: 100%; 
	background: url('bg-shadows.png') top center repeat-y;
}

#contents 
{
	width: 980px;
	text-align: left;
	margin: 0 auto;
	background: #ffffff;
}

#footer
{
	width: 100%;
	height: 50px;
	text-align: center;
	background: #e3e1e4; /* same background color as border */
	color: #333333;
	padding: 15px;
}

.text1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #333333;
}

.text1bold
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}

.text2
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #333333;
}

.text3
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 21px;
	color: #333333;
}

h1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 19px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

h2
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.heading1
{
	font-family: "Trebuchet MS", Tahoma, Helvetica, Arial, sans-serif;
	font-size: 20px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
	font-variant:small-caps;
}

.table-style
{
	border: 1px solid #333333;
}

.listing
{
	margin: 0px 0px 10px;
	padding: 0;
	height: auto;
	width: 900px;
	border-bottom: 2px solid #333333;
}	

#bottom
{
	width: 980px;
	height: 20px;
	margin: 0 auto;
}

#header
{
	width: 980px;
	height: 110px;
	margin: 0 auto;
	background: #ffffff url('images/title.jpg') center center no-repeat;
	
}

#slideshow
{
	width: 980px;
	height: 350px;
	margin: 0 auto;
}

#menu-wrapper {
	width: 100%;
	height: 30px;
	margin: 0 auto;
	background: #b2a290;
}

#menu {
	width: 700px;
	height: 30px;
	margin: 0 auto;
	background: #b2a290;
}

#latestnews
{
	width:265px;
	border:1px solid #333333;
	background-color:#E4E1D0;
}

/* style for the drop down menu */
div#nav {
  font-family: Arial, Helvetica, sans-serif;
  z-index: 1500;
  position:relative;
}

div#nav ul {
  padding:0px;
  margin:0px;
  list-style: none;
  z-index:1500;
}

div#nav a {
  color: #fff; 
  font-size:12px;
  display: block;
  font-weight: bold;
  padding:7px 65px 7px 65px;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:1px;
}

div#nav a:hover {
  color: #000000;
  background: #b2a290;
}

div#nav li li {
  display: block; 
  float: none;
  background: #026352; 
  border: 1px solid #ffffff;
  text-align:left;
  padding:6px 6px 6px 12px;
  margin:0px;
}

div#nav li li:hover {
  background: #00342b;
}

div#nav li li a {
  font-weight: bold;
  border:none;
  margin:0px;
  padding:0px;
  color:#fff;
  width:165px;
}

div#nav li li a:hover {
  color:#ffffff;
  background: #00342b;
}

div#nav li { /* all list items */
  cursor: default; 
  float: left;
  padding:0px;
  margin:0px;
}

div#nav li ul { /* second-level lists */
  background: #27100A;
  position: absolute;
  left: -999em;
  margin:0px;
  padding:0px;
}

/* third-and-above-level lists */
div#nav li ul ul {
  position: absolute;
  margin:-22px 0px 0px 155px;
}

div#nav li:hover ul ul, #nav li.sfhover ul ul {
  left: -999em;
}

div#nav li:hover ul, div#nav li li:hover ul, div#nav li.sfhover ul, div#nav li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}
