html,body
{
	margin:auto;
	padding:0;
	background: url(images/bg.gif) repeat;
 font-size: 11px;
line-height: 15px;
font-family: verdana,sans-serif

}


p,td{
	margin: 5px 10px;
	 font-size: 11px;
line-height: 15px;
font-family: verdana,sans-serif
}
.title{
	padding:2px;
	background-color:rgb(216,197,197);
	font-weight:600;
}div#container
{
	
	width:780px;
	margin:auto;
	padding:0;
border:1px #000 solid;
}
div#header
{	
	width:780px;
	height:100px;
	margin:0;
	padding:0;
	background: #ffffff;
	color: #79B30B
}
div#menu
{
	width:780px;
	height:30px;
	margin:0;
	padding:0;
background: url(images/menu.gif) repeat-x;
}
div#wrapper
{	
	width:780px;
	float:left;
	margin:0;
	padding:0;
	background: #fff;
}
div#wrapper ul
{	
	padding: 0;
	margin: 0;
	list-style: none;
}
div#footer
{
background: url(images/menu.gif) repeat-x;
border-color:#000;
	border-style:solid;
	border-width:1px 0 0 0;
	height:30px;
	color: #000;
	clear:both;
}
div#footer p
{
	
	margin:0;
	padding:5px 10px;

}

div.caption1{
	padding: 5px;
	margin:0;
	/*background-color:#bda998;*/
	background-color:rgb(216,197,197);
	border-color:#000;
	border-style:solid;
	border-width:1px 0 0 0;
	/*border:1px #ffe5b3 solid;*/
}
div.caption2{
	padding: 5px;
	margin:0;
	/*background-color:#bda998;*/
	background-color:rgb(216,197,197);
	border:0;
	text-align:center;
	/*border:1px #ffe5b3 solid;*/
}


h1{
	font-size:15px;
	width:98%;
	padding: 2px;
	background-color:rgb(216,197,197);
	border:0px;
	margin:2px;
}
h2{
	font-size:16px;
	width:98%;
	padding: 5px;
	border:0px;
	margin:2px;
	font-weight:600;
	color:#ffffff;
	background-color:#663333;
}
h3{
	font-size:16px;
	padding: 5px;
	margin:2px;
	font-weight:600;
	color:#663333;

}
img.intext{
	padding:5px;
float: right; 
    clear: right; 
    margin: 4px; 
	
}

P.small{
	font-size:10px;
	line-height: 15px;
}

a:link {color:#000099;text-decoration:none}     /* unvisited link */

a:visited {color: #000099;text-decoration:none}  /* visited link */

a:active {color: #000099;text-decoration:none}  /* visited link */

a:hover {color:#FF3366; text-decoration:none}   /* mouse over link */


/***Drop down Shadows***/
.p-shadow {
  width: 98%;
  float:left;
  background: url(images/shadowAlpha.png) no-repeat bottom right !important;
  background: url(images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 10px !important;
  margin: 10px 0 0 5px;
  }

.p-shadow div {
  background: none !important;
  background: url(images/shadow2.gif) no-repeat left top;
  padding: 0 !important;
  padding: 0 6px 6px 0;
  }

.p-shadow p {
color: #000;
   /* font: italic 1em georgia, serif;*/
  font: 11px arial, serif;
  border: 1px solid #a9a9a9;
 padding: 5px;
background:url(images/bg1.jpg);
  margin: -6px 6px 6px -6px !important;
  margin: 0;
  }



/*horizontal bar*/
#nav a {
	font-weight: bold;
	color: #000000; /*green;*/
  	font: 11px arial, serif;
	text-decoration: none;
}
#nav a:hover {color:blue;}
 ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;

}
#nav li {
	float: left;
	position: relative;
	width: 82px; /*10em;*/
	text-align: center;
	cursor: default;
	margin:7px 1px;
	padding:0;
}

li#first {
	border-left-width: 2px;
}

li#last {
	border-right-width: 2px;
}

/*drop list*/
li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	font-weight: normal;
	background: #fff;
padding:0 0.5em 0 1em ;
	border: solid 1px #7d6340;
}

li>ul {
	top: auto;
	left: auto;
}


li:hover ul, li.over ul {

	display: block;

}


