/* CSS Document */
@import url(undohtml.css);
@import url(forms.css);
body {
	background-color: #ffffff; 
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

a {
	color: #6E5F45;
}

a:hover {
	text-decoration: underline;
}

h3 {
	color: #6E5F45;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 0;
	letter-spacing: 1px;
}

.alert {
	color: red;
	border: 1px solid red;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px  5px;
	width: 430px;
}

form * {
	font-size: 11px;
}

thead {
	color: white;
	background-color: #ED7B42;
}

.skip { 
	display: none;
	visibility: hidden;
}

#container {
	margin: 0 auto;
	text-align: left;
	width: 640px;
}

#hiddentext { 
	display: none;
	visibility: hidden;
}

#main {
	background-color: white;
	border: 0px solid red;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
	clear: both;
	overflow: hidden;/**/  /* commented out to prevent hiding content in anchored divs, but may cause layout problem for Mozilla */
	width: 100%;
}

#header {
	background-color: white;
	color: white;
	padding: 0 0 0 0;
	height: 98px;
	width: 640px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

	#header h1 {
		float: left;
		background-image: url(/images/header_print.gif);
		background-repeat: no-repeat;
		background-postion: 0 0;
		height: 98px;
		width: 640px;
		margin: 0;
		padding: 0;
		text-indent: -9999px;
	}
	
		#header h1 a {
			display: block;
			height: 98px;
			width: 640px;
		}

#nav-container {
	display: none;
	visibility: hidden;
}

#nav { 
	display: none;
	visibility: hidden;
}

	
#nav-page {
	display: none;
	visibility: hidden;
}


#content-home {
	background-color: white;
	border: 0px solid blue;
	clear: both;
	color: black;
	margin: 10px 0 0 0;
	padding: 0 20px 40px 40px;
	width: 640px;
	word-wrap: break-word;
}

#content-home #intro {
	float: left;
	height: 100%;
	margin-bottom: -32000px;
	padding: 0 0 32000px 0;
	list-style: none;
	width: 200px;
}

#content-home #banner {
	clear: both;
	color: black;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 60px 0 0;
	width: 340px;
	word-wrap: break-word;
	background-color: white;
	border: 0px solid blue;
}

#content {
	clear: both;
	color: black;
	float: right;
	margin: 20px 0 0 0;
	padding: 0 40px 40px 40px;
	width: 560px;
	word-wrap: break-word;
	background-color: white;
	border: 0px solid blue;
}

	#content #breadcrumb {
		color: #B8A888;
		font-weight: normal;
		margin: 0 0 0 0;
	}
	
		#content #breadcrumb a {
			color: #6E5F45;
			text-decoration: underline;
		}
	
	#content h2 {
		background-color: #B8A888;
		color: #fff;
		border-right: 1px solid #6E5F45;
		border-bottom: 1px solid #6E5F45;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: capitalize;
		margin: 10px 0 0 0;
		padding: 5px 5px 5px 20px;
	}

		#content h2 span {
			color: #B8A888;
			display: block;
			font-size: 11px;
			font-weight: bold;
			letter-spacing: normal;
		}

	#content li {
		list-style: square;
	}
	
	#content p {
		padding: 5px 0px;
	}

	#content p span {
		color: #6E5F45;
		display: block;
		font-size: 11px;
		font-weight: bold;
		letter-spacing: normal;
	}
	
	#content a {
		color: #6E5F45;
		text-decoration: underline;
	}

	#content table {
		background-color: #bbb;
	}
		
	#content th {
		background-color:#DBDBDB;
		color:#666;
		text-align: left;
		font-weight: bold;
	}
		
	#content td {
		white-space: normal;
		word-wrap: break-word;
	}
	
	#content .shade {
		background-color: #f0f0f0;
	}
	
	#content .noshade {

		background-color: white;
	}
	
	#content .date {
		color: #6E5F45;
	}

	#content .summary {
		clear: both;
		margin-left: 30px;
	}

	#content .properties {
		color: #6E5F45;
		clear: both;
		padding: 3px 0 3px 0;
		word-wrap: break-word;
	}

#sitemap {
	clear: both;
}
		
#sitemap ul {
	font-weight: normal;
	text-decoration: none;
	list-style: none;
}

#sitemap li {
	list-style-type: square; 
	color: #6E5F45;
}

#sitemap li ul {
	list-style-type: square; 
	color: #6E5F45;
}		

#sitemap a {
	color: #6E5F45;
	text-decoration: none;
}

#sitemap a:hover {
	color: #6E5F45;
	text-decoration: underline;
}
	
#copyright {
	border: 0px solid red;
	clear: both;
	color: #333;
	float: right;
	font-size: 9px;
	margin: 0;
	padding: 10px 0 20px 0;
}

a.file { line-height: 22px; background-repeat: no-repeat; background-position: 0 0; padding: 2px 0 2px 20px; }

a.csv { background-image: url(/images/file_icons/csv.gif); }
a.msg { background-image: url(/images/file_icons/email.gif); }
a.xls { background-image: url(/images/file_icons/excel.gif); }
a.html, a.htm { background-image: url(/images/file_icons/html.gif); }
a.pdf { background-image: url(/images/file_icons/pdf.gif); }
a.ppt { background-image: url(/images/file_icons/ppt.gif); }
a.wmv { background-image: url(/images/file_icons/wmv.gif); }
a.doc { background-image: url(/images/file_icons/word.gif); }
a.zip { background-image: url(/images/file_icons/zip.gif); }
a.phone { background-image: url(/images/file_icons/phone.gif); }
a.fax { background-image: url(/images/file_icons/fax.gif); }
a.print { background-image: url(/images/file_icons/print.gif); }
