/* CSS Document */
body
{
  /*background: rgb(0,128,64);*/
  background: rgb(103,88,56);
  margin: 0;
  padding: 0px;
  
}
#page
{
 margin: 0 auto;
}

#border
{
  padding: 0px;
  margin: 10px 10px 0px 10px;
}

#innerBorder
{
  background: rgb(0,64,64);
  margin: 0px auto 0px auto;
  padding: 0px 0px 0px 0px;
  width: 975px;
}

#logo
{
  float: left;
  width: 140px;
  height: 140px;
  background: rgb(0,128,64);
  margin: 0px;
}

#header
{
  margin: auto;
  height: 140px;
}

#title
{
  margin: 0px auto 0px auto;
  background: rgb(95,147,190) url(../images/landscape2.jpg) no-repeat;
  height: 120px;
  text-align: center;
  width: 975px;
}

img.logo
{
  margin: 0px;
}

#title h1
{
  color: white;
  padding-left: 10px;
  margin: 0px;
}

#navbar
{
  float: left;
  width: 120px;
  margin: 0px 10px 0px 10px;
  padding: 0px;
}
#navbar ul
{
  padding: 0px;
  margin: 0px 0px 0px 0px;
  list-style: none;
}

.filler
{
  height: 20px;
}

#navbar li
{
  color: white;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 5px 10px 5px 10px;
  font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 10pt;    
  border-bottom: 1px rgb(204, 204, 204) solid;
}

#navbar a:link
{
	color: white;
	text-decoration: none;
}

#navbar a:active
{
	color: white;
	text-decoration: none;
	background-color: #369;
}

#navbar a:visited
{
	color: white;
	text-decoration: none;
}

#navbar a:hover
{
  color: white;
	background-color: #369;
}

#navbar ul li{
  position:relative;
}

#navbar ul li ul{
  position:absolute;
  top:0%;
  left:100%;
  border:1px rgb(204, 204, 204) solid;
}

#navbar ul li ul li{
  border-bottom:none;
}

#navbar ul li:hover ul{
  display:block;
}

#navbar ul li ul{
  background:#004040;
  display:none;
}

.navHeading
{
  margin: 0px 0px 0px 0px;
  background: url(../images/navitem.gif) no-repeat;
  text-align: center;
  color: white;
  padding-top: 9px;
	font-size: 14pt;
	width: 120px;
	height: 35px;
}
A:visited {text-decoration: none; color: white;}
#contentPane
{
  margin: 0px 0px 0px 150px;
  padding: 0px 15px 0px 15px;
  background: white;
  min-height: 400px;
  width: 770px;
  color: rgb(48,48,48);
  font-size: 11pt;
  font-family: Arial, "Times New Roman", Times, serif;
}

#contentPane a:link
{
color: #0000ff; text-decoration: none;
}

#contentPane a:visited
{
color: #0000ff; text-decoration: none;
}

#contentPane p
{
  text-align: left;
  margin: 10px 20px 0px 10px;  
  padding: 0px 0px 20px 0px;
  border-bottom: 1px rgb(204, 204, 204) solid;
}
#contentPane table{
  font-size: 11pt;
  font-family: Arial;
}

h3.contentHeading
{
	font-size: 14pt;
	font-family: Arial, "Times New Roman", Times, serif;
	text-align: center;
	margin: 0px 250px 0px 250px;
	color: rgb(117, 59, 30);
  border-bottom: 2px rgb(117, 59, 30) solid;
}

#ctitle
{
  color: black;
  font-size: 16px;
  font-weight: bold;
  font-family: Arial, "Times New Roman", Times, serif;
  padding: 10px 0px 0px 0px;
}
#contentHeader
{
  margin: 0px 0px 0px 150px;
  padding: 0px;
  background: white url(../images/urcorner.jpg) top right no-repeat;
  width: 800px;
}

.prop 
{
    height:500px;
    float:right;
    width:1px;
}

.clear 
{
    clear:both;
    height:1px;
    overflow:hidden;
}



#contentFooter
{
  background: white url(../images/lrcorner.jpg) no-repeat bottom right;
  margin: 0px 15px 0px 150px;
  width: 800px;
}

#footer
{
  clear: both;
  color: white;
  text-align: center;
  font-size: 11px;
  padding: 0px 0px 20px 25px;
}

img
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

img.lcorner
{
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
}

img.rcorner
{
  margin: 0px;
  padding: 0px;
  vertical-align: top;
}
