* {
	margin: 0;
	padding: 0;
	border: 0;
}	

body {
	background: #271104 url(images/background.jpg) no-repeat top center;
}

input, textarea, select {
	margin: 1px;
	padding: 3px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: #f7ecc1;
	border: 1px solid #d2a150;
}

table.contain {
	width: 922px;
	margin: 20px auto;
}

table.table100 {
	width: 100%;
}

table.contentarea {
	height: 313px;
	margin-top: 22px;
	margin-bottom: 10px;
}

table.footer {
	border-top: 1px solid #d3a96c;
	font: 10px Arial, Helvetica, sans-serif;
	color: #e6d18e;
}
	table.footer p {
		margin: 10px 0;
	}

	table.footer a {
		color: #e6d18e;
		text-decoration: underline;
	}
	
	table.footer a:hover {
		color: #ffffff;
	}

td.idxleftcol {
	width: 273px;
}
	table.quicklinks {
		border: 2px solid #eac162;
		background: #a47220 url(images/quicklinksbg.jpg) repeat-y top left;
	}
	
		table.quicklinks ul {
			margin: 20px;
			list-style-type: none;
		}
		
			table.quicklinks li a {
				display:block;
				color: #f7ecc1;
				font: bold 16px/1.5em Georgia, "Times New Roman", Times, serif;
				text-decoration: none;
				padding-left: 30px;
				background: url(images/arrow.gif) no-repeat top left;
			}
			
			table.quicklinks li a:hover {
				color: #ffffff;
				text-decoration: none;
			}

	table.weather {
		font: bold 14px Georgia, "Times New Roman", Times, serif;
		color: #d9c582;
	}

td.idxrightcol {
	width: 183px;
}

table.idxcopyarea {
	margin-left: 45px;
	width: 370px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #d9c481;
}

	table.idxcopyarea p {
		margin-bottom: 10px;
	}
	

table.copyarea {
	margin-left: 45px;
	width: 598px;
	font: 11px/1.5em Arial, Helvetica, sans-serif;
	color: #d9c481;
}

	table.copyarea p {
		margin-bottom: 10px;
	}
	
	table.copyarea ul,ol {
		margin-bottom: 10px;
	}
	
	table.copyarea li {
		margin-left: 30px;
	}
	
	table.copyarea blockquote {
		margin-left: 30px;
		font-style: italic;
		color: #e5d7a9;
	}
	
a {
	color: #ffffff;
	text-decoration: underline;
}

h1 {
	font: normal 30px/1em Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	margin-bottom: 10px;
}

h2 {
	font: normal 20px/1em Georgia, "Times New Roman", Times, serif;
	color: #d9c481;
	margin-bottom: 10px;
}

img.imageborder {
		border: 2px solid #eac162;
		}

img.imageright {
		border: 2px solid #eac162;
		float: right;
		margin: 0 0 10px 10px;
		}

img.imagerightnobr {
	float: right;
	margin: 0 0 10px 10px;
}

hr {
	height: 1px;
	margin-bottom: 10px;
	color: #d9c481;
	background: #d9c481;
}