/* ------------------- Generic  ------------------- */
body {
	background-color: #FFC;
	color: #900;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px;
}

a {
	color: #300;
}

a:hover {
	color: #DEDECA;
	background-color: #300;
}

a:visited {
	color: #99000F;
}

a:visited:hover {
	color: #DEDECA;
}

hr {
	/* there's a few different things in here, so it probably won't validate - but it works on every browser tested */
	color: #900;
	background-color: #900;
	height: 1px;
	border: 0px;
}

.book {
	font-style: italic;
}

/* ------------------- The Header  ------------------- */
#header {
	padding: 4px;
	background-color: #900;
	/*color: #FF6;*/
	color: white;
	text-align: center;
}

.header_logo {
	width: 18%;
	float: left;
}

.header_title {
	margin-left: 20%;
	width: 80%;
	padding-bottom: 4px;

}

.title_text {
	font-size: 18pt;
}

.title_subtext {
	font-size: 14pt;
}


/* ------------------- The Navbar ------------------- */
#navbar {
	width: 19%;
}

.navbar_links {
	list-style-type: none;
	margin-left: 0px;
	padding-right: 10px;
	padding-left: 0px;
}

.navbar_links li {
	margin-top: 3px;
}

.navbar_links li a {
	text-decoration: none;
	text-align: center;
	
	display: block;
	width: 100%;
	
	color: white;
	background-color: #900;
	font-weight: bold;
	font-size: 10pt;
	
	padding: 3px;
}

.navbar_links li a:hover {
	background-color: black;
}

#header_breadcrumbs {
	font-size: 9pt;
}


#footer_breadcrumbs {
	clear: both;
	text-align: right;
	font-size: 9pt;
	padding-top: 10px;
}

#content {
	margin-top: 5px;
	float: right;
	width: 80%;
}