#wrapper {
	margin: 5px auto;
	width: 100%;
	background: #FFFFFF repeat-y;
	border-top: 1px #660000;
	border-right: 1px #660000;
	border-bottom: 1px #660000;
	border-left: 1px #660000;
}
#header {
	height: 62px;
	display: none;
}
#tagline {
	height: 18px;
	background: #C1D5D9;
	font: bold 85% Georgia, "Times New Roman", Times, serif;
	text-align: left;
	border-bottom: 1px solid #993333;
	width: 798px;
}
#nav {
	float: left;
	width: 140px;
	height: 90%;
	border-right: none;
	padding: 30px 0px 30px 5px;
	display: none;
}
#content {
	padding: 40px 80px 40px 50px;
	height: 90%;
	font: 90%/140% Georgia, "Times New Roman", Times, serif;
}
p {
	margin: 0px;
	padding: 0px;
}
#footer {
	background: #C1D3DD;
	font: 72% Arial, Helvetica, sans-serif;
	padding: 3px 5px;
	border-top: 1px solid #993333;
}
h1 {
	font-size: 180%;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 25px;
	color: #993333;
	line-height: 100%;
	margin: 0px;
}
h2 {
	font-size: 120%;
	font-weight: normal;
	color: #993333;
	padding-bottom: 5px;
	margin: 0px;
}
.text_indent {
	text-indent: 15px;
}
.brclear {
clear: both;
height: 0;
margin: 0;
font-size: 1px;
line-height: 0px;
}

.leftmenutext {
	font: 75% Arial, Helvetica, sans-serif;
}
#nav a:link, #nav a:visited {
	padding: 0px;
	color: #993300;
	display: block;
	margin: 0px;
}
#nav a:hover, #nav a:active {
	background-color:#FFFFFF;
	color: #000066;
	display: block;
}
#content a:link, #content a:visited {
	color: #993300;
}
#content a:hover, #content a:active {
	color: #000066;
	background: #F2F4F3
}
