@charset "UTF-8";

/* CSS Document */

body {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

hr {
	width: 100%;
	height: 1px;
	border: 0;
	color: #000;
	background-color: #000;
}

p {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #808080;
}

h3 {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #000;
}

#header {
	width: 1000px;
	height: 38px;
	padding-top: 22px;
	padding-left: 15px;
	padding-bottom: 20px;
}

.header_text {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-style: italic;
}

.header_text:link {
	color: #000;
	text-decoration: none;
}

.header_text:visited {
	text-decoration: none;
	color: #000;
}

.header_text:hover {
	text-decoration: none;
	color: #000;
}

.header_text:active {
	text-decoration: none;
	color: #000;
}

#nav {
	width: 240px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}

.nav_text {
	font-family: Baskerville, Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-weight: bold;
}

#content_container {
	width: 745px;
	float: left;
}

.text {
	width: 590px;
	margin-bottom: 15px;
}

.text a:link {
	color: #808080;
	text-decoration: none;
}

.text a:visited {
	text-decoration: none;
	color: #808080;
}

.text a:hover {
	text-decoration: underline;
	color: #808080;
}

.text a:active {
	text-decoration: none;
	color: #808080;
}

.image {
	width: 590px;
	margin-bottom: 5px;
}

/*This code controls the navigation*/


.group {
	display: block;
	width: 240px;
	color: #000;
	text-decoration: none;
}

.group:hover {
	color: #dfdfdf;
	text-decoration: underline;
}

.option {
	display: block;
	width: 240px;
	color: #808080;
	text-decoration: none;
}

.option:hover {
	color: #808080;
	text-decoration: underline;
}

.show {
	display:inline;
}

.hide {
	display:none;
}
