body {
	background-color: #F9DA8A;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 10px;
}

#home-bar {
	width: 100%;
	height: 41px;
	background-image: url("/images/second-page-table-background.jpg");
	background-repeat: repeat-x;
}
#tm{
	vertical-align: top;
}
#td-center {
	vertical-align: top;
	text-align: left;
	width: 650;
	background-color: #ffffff;
	background-image: url("/images/td-center-bg.gif");
	background-repeat: repeat-y;
}
#td-content {
	font-family: "Arial", sans-serif;
	font-size: 10pt;
	margin: 25px;
	vertical-align: top;
}
#td-nav {
	margin-left: 40px;
	margin-top: 20px;
	vertical-align: top;
	margin-right: 20px;
}

/* Navigation Bar
------------------------------------------------*/

#nav {
	width:129px;
	height:360px;
	background-image: url("/images/nav-bg.jpg");
	}
#nav-element {
	font-size: 13pt;
	font-family: "Monotype Corsiva", sans-serif;
	font-weight: bold;
	margin-left: 25px;
	margin-top: 10px;
}	
#nav-element-child {
	font-size: 13pt;
	font-family: "Monotype Corsiva", sans-serif;
	font-weight: bold;
	margin-left: 35px;
	margin-top: 10px;
}	


 h1 {
font-family: "Monotype Corsiva", Garamond, Georgia, sans-serif;
font-size:1.8em;
color:#905901;
margin-bottom:4px;
}
h2 {
margin-top:2px;

font-family: "Monotype Corsiva", Garamond, Georgia, sans-serif;
font-size:1.8em;
color:#da8701;
}

body, div, td, span, p, #td-content, input, textarea{
font-family: Arial, Helvetica, sans-serif;
color:#333333;
font-size:12px;
}

input, textarea {
border:1px solid #fed28b;
margin-top:1px;
margin-left:2px;
}


.submit-button
{
color: #000000;
font-weight:bold;
padding:1px;
background: #ffc567;
border:2px #CCCCCC outset;
} 

a {
font-family: Arial, Helvetica, sans-serif;
color:#905901;
font-weight:bold;
text-decoration:none;
}
a.nu {
font-weight:normal;
color:#333333;
}

img.right {
float:none;
margin-left:10px;
margin-bottom:10px;
border:1px solid #905901;
text-align:center;
}

img.services {
margin:15px;
border:1px solid #905901;
text-align:center;
}

#nav {
	width:129px;
	height:360px;
	background-image: url("/images/nav-bg.jpg");
	}
#nav-element {
	font-size: 13pt;
	font-family: "Monotype Corsiva", sans-serif;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 5px;
}	
#nav-element-child {
	font-size: 13pt;
	font-family: "Monotype Corsiva", sans-serif;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 5px;
}		
#nav-element a, #nav-element-child a{
	font-size: 13pt;
	font-family: "Monotype Corsiva", Garamond, Georgia, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}	


/* Nav 2 styles */
#nav2 {
	width:129px;
	background: url("/images/nav-bg-background.gif");
}
#nav2 ul{
	margin-left: 10px;
	padding-left: 0;
	list-style-type: none;
}
#nav2 li{
	margin-top: 10px;
	
}
#nav2 a{
	font-size: 13pt;
	font-family: "Monotype Corsiva", Garamond, Georgia, sans-serif;
	font-weight: bold;
	margin-top: 5px;
}
#nav2 a:hover{
	text-decoration: underline;
}
#nav2Top {
	width:129px;
	height: 32px;
	background: url("/images/nav-bg-top.gif");
}
#nav2Bottom {
	width:129px;
	height: 31px;
	background: url("/images/nav-bg-bottom.gif");
}




/* not being used
#nav ul {
	margin:0px;
	list-style-type: none;
	padding: 0px;
	text-align: right;
	padding-left:75px;
	vertical-align:middle;
	}
#nav ul li {
	display: inline;
	font-family:lucida sans, arial, helvetica, sans serif; 
	font-size:12px; 
	font-weight:bold;
	color:#FFFFFF; 
	padding-left:6px;
	padding-right:6px;
	position: relative;
	float: left;
	overflow: visible;
	z-index:5;
	vertical-align:middle;
	height:25px;
}

#nav ul li.home {
	color:#e2cf98;
	}


#nav ul li a {
	color: #e3e2d0;
	text-decoration: none;
	line-height: 25px;
	display: block;
	padding-left:5px;
	padding-right:5px;
	float:left;
}
#nav ul li a:hover, #nav ul li.selected a, #nav ul li.selected a.home  {
	text-decoration: none;
	line-height: 25px;
	color:#e2cf98;
	}

#nav a.home { 
	text-decoration: none;
	line-height: 25px;
	color:#e2cf98;

	}


*/



	/* Sub-nav---- also not being used now.
	------------------------------------------------*/
	#nav ul li ul {
		display: none;
		position: absolute;
		background-color:#516b36;
		padding-left: 2px;
		margin-left:-5px;
		top: 23px;
		/* for IE: */
		left: 0;
	}
	#nav ul li ul li {
		border-bottom:1px solid #66804a;
	}

	#nav ul li>ul {
		/* to fix above IE hack in Opera: */
		left: auto;
		list-style-type: disc;
	}
	#nav ul li:hover ul, #nav ul li.over ul {
		display: block;
	}
	#nav li ul li {
		font: bold 11px Arial, Helvetica, sans serif;
		text-transform: none;
		float: none;
		display:block;
		width: 100%;
		text-align:left;
		height:28px;
		width:200px;

	}
	#nav li ul li a, #nav ul li.selected ul li a {
		padding: 0px;
		float: none;
		height:100%;
		background-image: none;
		/* for IE: */
		padding-left: 0px;
	}
	#nav li ul li>a {
		padding-left:0px;
	}
	#nav li ul li a:hover {
		height:100%;
	}
	#nav li ul li.over { /* IE only */
	}	
/* end nav */