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

#home-bar {
	width: 100%;
	height: 198px;
	background-image: url("/images/aurora-home-bar.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: 60px;
	margin-top: 20px;
	vertical-align: top;
	margin-right: 20px;
}

 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.5em;
color:#da8701;
}

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

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:right;
margin-left:10px;
margin-bottom:10px;
border:1px solid #905901;
}


/* 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: 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;
}	
	



	/* 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 */


/* 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");
}
