#page {
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-color: #eccecc;
}

#header {
	background-color: #990000;
	background-image: url(images/webheader.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 112px;
}
#navbar {
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFcc33;
	border-bottom-color: #ffcc33;
	height: 22px;
	background-color: #990000;
	font-weight: bold;
}

#sidebar {
	float: right;
	border-right-width: 0px;
	border-right-style: none;
	border-left-width: 0px;
	border-left-style: none;
	display: inline;
	width: 159px;
	background-color: #FFFFCC;
	border-bottom-width: 4px;
	border-bottom-color: #FFCC00;
	border-bottom-style: solid;
}
#navigation {
	list-style-type: none;
	margin-right: auto;
	margin-left: auto;
	display: inline;
}
#navigation li {
	display: inline;
}
#navigation a {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #990000;
	text-align: center;
	display: block;
	padding: 3px;
	float: left;
	width: 100px;
	margin-right: 2px;
}
#navigation a:hover {
	background-color: #FFFFCC;
}

#footer {
	background-color: #eccecc;
	clear: right;
	padding-top: 5px;
	color: #FFFFFF;
	padding-bottom: 5px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #990000;
}
#text {
	margin-right: 160px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
	border-left-width: 0px;
	border-left-style: none;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-right-width: 4px;
	border-right-color: #FFCC00;
}
#boxout {
	background-color: #990000;
	float: left;
	width: 250px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 3px;
	margin-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#text p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
#sidenav {
	list-style-type: none;
	display: block;
	margin: 0px;
	padding: 0px;
}
#sidenav a {
	background-color: #FFFFCC;
	display: block;
	margin: 2px;
	padding: 3px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#sidenav a:hover {
	color: #FFFFCC;
	background-color: #990000;
}


#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-align: left;
	margin-left: 100px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #990000;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}
#footer a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	text-decoration: underline;
}
#footer a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000099;
	text-decoration: underline;
}


h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	font-style: italic;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #999999;
}


#navigation a:hover {
	background-color: #FFFFCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF6600;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FF9900;
	text-decoration: none;
}
#text2 {
	margin-right: 155px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	clear: none;
	background-color: #FFFFCC;
}
#story {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #990000;
}
#story h3 {
	background-color: #cc6666;
	padding: 4px;
	color: #FFFFCC;
}
#story a {
	color: #990000;
	text-decoration: none;
}
#story a:hover {
	color: #FFCC00;
	text-decoration: underline;
}


#header h1 {
	display: none;
}

