body {
	display: 	block;
	margin:		0px;
	background-color:white;
}

p.NB {
	font-size: 8pt;
	font-style: italic;
}

#Footer {
	font-size: 	11pt;
	font-style: 	italic; 
	color: 		gray;
	text-align:	center;
}

#Footer a {
	color:		gray;
	text-decoration:underline;
}

#Footer a:link {
	color:		gray;
	text-decoration:underline;
}

#Footer a:visited {
	color:		gray;
	text-decoration:underline;
}

#Footer a:hover {
	text-decoration:underline;
	color:		blue;
}

li.indent {
	list-style: 	none;
	margin-bottom: 	30px;
}

#Header {
	position:	absolute;
	top:		0px;
	left:		0px;
	margin:		0px;
	padding:	0px;
	display: 	block;
	background: 	url(./images/header-bg.jpg) top center no-repeat;
	height: 	100px;
	width:		100%;
	background-color:#324252;
}

Table.Layout {
	table-layout: 	auto;
	position:	absolute; 
	top:	 	102px; 
	left: 		0px;
	border:		0px;
	width:		100%;
	padding:	0px;
}

#TDNav {
	vertical-align: top; 
	background-color:#809fb3;
	background-repeat:no-repeat; 
	background-position:top; 
	background-image: url(./images/Nav-bg1.jpg);
	width:		215px;
	height:		236px;
}

#TDContact {
	vertical-align: top; 
	background-color:#dfd9cb; 
	background-position:top; 
	background-image: url(./images/Nav-bg2.jpg);
	width:		215px;
	height:		257px;
}

#Navigation {
	font-family: 	arial, trebuchet ms;
	font-size:	10pt;
	color: 		White; 
	line-height: 	1.6em; 
	text-align: 	Right; 
	margin-right: 	6px;
	white-space:	nowrap;
}

#Navigation a {
	color:		white;
}

#Navigation a:link {
	text-decoration:none;
}

#Navigation a:visited {
	text-decoration:none;
}

#Navigation a:hover {
	text-decoration:underline;
}

#Contents {
	font-size: 	11pt; 
	color: 		#666633;
	padding: 	0px;
}

#Contents h1 {
	color: 		#b4816d;
	font-size: 	35px;
	font-weight: 	normal;
	margin: 	0px 0 2px 0;
	padding: 	0px;
	letter-spacing: -0.5px;
}

#Contents h2 {
	color: 		#bda977;
	font-size: 	19px;
	font-weight: 	normal;
	margin: 	2px 0 10px 0;
}

#Contents h3 {
	color: 		#bda977;
	font-size: 	16px;
	font-weight: 	normal;
	margin: 	5px 0 5px 0;
}

#Contents a {
	color: 		#666633;
}

#Contents a:link {
	text-decoration:underline;
}

#Contents a:visited {
	text-decoration:underline;
}

#Contents a:hover {
	color:		Blue;
	text-decoration:underline;
}

#Contents li {
	margin-bottom: 	20px;
	list-style-image: url("./images/bullet02.gif"); 
}

#quoted {
	font-style:	italic;
}

#ContactInformation {
	line-height: 	1.6em;
	text-align: 	center;
	margin-top:	90px;
}

#ContactInformation a, a:link, a:visited {
	text-decoration:none;
	color:		black;
}

#ContactInformation a:Hover {
	text-decoration:none;
}