/* Encounter-story.css */
/* Latest Update 3-11-2014 by Roger Baxter */

body { 
	background-color: #FFFF99;
	background-image: url("../images/RB_bkgrd.jpg");
	}

div.page_box {
	text-align: center;
	border: 0px solid red;
	}

div.centered_box {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	border: 0px solid blue;
	}

div.page_header {
	width: 800px;
	height: 100px;
	text-align: center;
	border: 0px solid green;
	}

div.left_nav_bar {
	float: left;
	width: 200px;
	border: 0px solid red;
	}

div.featured_content {
	float: left;
	width: 400px;
	border: 0px solid orange;
	}

div.right_bar {
	float: left;
	width: 190px;
	padding-left: 10px;
	border: 0px solid red;
	}
	
div.right_spacer {
	height: 5750px;
	}	

div.page_footer {
	clear: both;
	width: 800px;
	text-align: center;
	border: 0px solid green;
	}

h1 {font-family: Palatino, Roman, serif;
	font-size: 36px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 32px;
	white-space: normal;	
	}
	
h2 {font-family: Verdana, sans-serif;
	font-size: 30px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 36px;
	white-space: normal;
	}	

h3 {font-family: Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	text-align: center;
	line-height: 18px;
	white-space: normal;	
	}

h4 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: center;
	color: #006600;
	}		

h5 {font-family: Helvetica, Ariel, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	text-align: center;
	clear: both;
	}	
	
h5.encounter {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	text-align: justify;
	color: #006600;
	}	
	
h5.encounter-right {font-family: Helvetica, Ariel, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
	margin-top: -15px;
	color: #006600;
	}	
	
p {font-family: Helvetica, Ariel, sans-serif;
	font-size: 12px;
	font-weight: lighter;
	line-height: 14px;
	}		

p.story {font-family:  Palatino, Roman, serif;
	font-size: 14pt;
	font-weight: normal;
	line-height: 18pt;
	text-align: justify;
	color: #000000;
	}		

p.directory_header {
	font-family: Verdana, sans-serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: bold;	
	}

p.directory_entry {
	text-align: left;
	font-weight: bold;	
	}

	
input {
	font-size: 10px; color: black; 
	}
	
table {
	font-size: 12px; color: white; 
	}
	
option {
	font-size: 10px; color: black; 
	}
	
p.hist {
	font-size: 12px; 
	}

li {
	margin-top: 10px;
	text-align: left;
	}	

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

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

a:active {
	color: #330000;
	text-decoration: underline;
	background-color: #FFCC00;
	}

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