html,body
{
	margin:auto;
	padding:0;
	background: url(images/background.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;
text-align:justify;
}
p.sub_menu{
	margin:15px;
	text-align:right;
}

div#container
{
	
	width:780px;
	margin:auto;
	padding:0;
border:1px #000 solid;
}
div#header
{	
	width:780px;
	height:100px;
	margin:0;
	padding:0px;
	background: #ffffff;	
}
div#menu
{
	width:780px;
	height:30px;
	margin:0;
	padding:0;

}
td.bg {
	background: url(images/insideBG.gif) no-repeat;
background-position:center; 
color:#FFFFFF;
	
}
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-color: #e5e5e5;
border-color:#000;
	border-style:dotted;
	border-width:1px 0 0 0;
	height:30px;
	color: #000;
	clear:both;
	
}
div#footer p
{
	text-align:right;
	margin:0;
	padding:5px 10px;

}
div#webdesign
{
	margin:auto;
	border:0;
	color: #000;
	clear:both;	
}
div#webdesign p
{
	
	text-align:center;
	font-size:9px;
	margin:0;
	padding:5px 10px;

}
h1{
	font-size:15px;
	width:98%;
	padding: 2px;
	border:0px;
	margin:2px;
	color:#ffffff;
}
h2{
	font-size:16px;
	width:98%;
	padding: 5px;
	border:0px;
	margin:2px;
	font-weight:600;
	color:#ffffff;
	background-color:#663333;
}
h3{
	display:none;

}

P.small{
	font-size:10px;
	line-height: 15px;
}

a:link {color:#666666;text-decoration:none}     /* unvisited link */

a:visited {color: #666666;text-decoration:none}  /* visited link */

a:active {color: #666666;text-decoration:none}  /* visited link */

a:hover {color:#0066FF; text-decoration:none}   /* mouse over link */


/*horizontal bar*/
#nav a {
	font-weight: bold;
	color: #666666; /*green;*/
  	font: 11px arial, serif;
	text-decoration: none;
}
#nav a:hover {color:#0066FF;}
 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;

}

