* html {
	margin: 0px;
	padding: 0px;
	border: none;
}

html {
	margin: 0px;
	padding: 0px;
	border: none;
}

body {
	background-color: #DFD4CA;
	padding: 0px;
	margin: 0px;
	border: none;
	width: 100%;
	font-size: 1em;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;

}

h1, h2, h3, h4 {
	margin-top: 0.4em;
	margin-bottom: 0.4em;
	text-align: center;
}

span, .noShow {
	display:none;
}

#bg1 {
	top:0;
	left:0;
	width:100%;
	border:none;
	padding:0;
	background: #E2D2C9 url(common_images/brown_grad2.jpg) repeat-x;
}

#leadIn {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	width:760px;
	height:420px;
	background: transparent url(common_images/common_bg.gif) no-repeat;
	overflow: visible;
}

#subNav {
	position: absolute;
	left: 296px;
	top: 61px;
	line-height: 1.3em;
	font-size: 0.9em;
	width: 407px;
	height: 26px;
	z-index: 2;
	overflow: hidden;
	visibility: visible;
}

#linkText {
	position: absolute;
	left: 58px;
	top: 261px;
	font-size: 0.95em;
	line-height: 1.5em;
	font-weight:bold;
	text-align: left;
	visibility: visible;
}

a#moreClose {
	text-decoration: none;
}

.caption {
	font-size: 0.8em;
	text-align: center;

}

a:link {
	color: #000066;
}

a:visited {
	color: #666699;
}

a:active {
	color: #0066FF;
}

a:hover {
	color: #0066CC;
}

