﻿
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 12pt;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

	html{
		height: 100%;
		}	
	
	body{
		background-color: #000;
		font-family: sans-serif;
		height: 100%;
		}

	.biobold{
	font-weight: bold;
	}
	
	.container{
		width: 90%;
		min-width: 1019px;
		max-width: 1019px;
		min-height: 100%;
		margin-left: auto;
		margin-right: auto;
		background-color: #A7A2A6;
		overflow:hidden;
		}

	.nav{
		float: left;
		width: 155px;
		margin: 20px 0 0 0;
		}

	.right{
		float: right;
		width: 240px;
		margin: 20px 0 0 0;
		}
	
	.content{
		width: 575px;
		margin-top: 20px;
		margin-left: 180px;
		}

	.nobut{
		list-style-type: none;
		padding: 0em;
		}
	.bullet{
		list-style-type: disc;
		}

	li { margin: 0 0 0.3em 0; }
	
	.lisc{
		margin: 0.5em 0 0.4em 1.1em;
		}
	
	.cb{
		font-weight: bolder;
		}

	a.roll{
		display: block;
		color: #000000;
		background-color: #C7930B;
		width: 125px;
		padding: 5px 15px 5px 15px;
		text-decoration: none;
		border-top: 2px solid #FFCB43;
		border-left: 2px solid #FFCB43;
		border-right: 2px solid #251900;
		border-bottom: 2px solid #251900;
		}
	a.roll:hover{
		background-color: #7F4B00;
		color: #000000;
		border-top: 2px solid #251900;
		border-left: 2px solid #251900;
		border-right: 2px solid #F9B53D;
		border-bottom: 2px solid #F9B53D;
		}
	.current{
		display: block;
		width: 125px;
		padding: 5px 15px 5px 15px;
		text-decoration: none;
		background-color: #7F4B00;
		color: #000000;
		border-top: 2px solid #251900;
		border-left: 2px solid #251900;
		border-right: 2px solid #F9B53D;
		border-bottom: 2px solid #F9B53D;		
		}

	.raised{
		background-color: #645F63;
		color: #000000;
		margin-right: 2px;
		margin-bottom: 15px;
		border-top: 2px solid #C9C4C8;
		border-left: 2px solid #C3BEC2;
		border-right: 2px solid #130E12;
		border-bottom: 2px solid #130E12;
		}
	.righttop{
		font-weight: bold;
		text-align:center;
		background-color: #C7930B;
		font-size: larger;
		padding: 0.2em 0.4em 0.2em 0.4em;
		border-bottom: 2px solid #000000;
		}
	.rightbody{
		padding: 8px 3px;
		text-align: center;
		}
	.story{
		padding: 0 0 1em 0;
		margin: 0 0 1em;
		border-bottom: 1px solid #000000;
		}
	.storyhead{
		font-size: 20pt;
		font-weight: bold;
		}
	.storydate{
		font-size: 10pt;
		font-style: italic;
		}
	.biocontent{
		width: 407px;
		margin-top: 20px;
		margin-left: 180px;
		margin-right: 415px;
		}
	.biocontentright{
		float: right;
		width: 407px;
		margin-top: 20px;
		margin-left: 0px;
		margin-right: 0px;
		}
	.bio{
		padding: 4px 2px 4px 2px;
		margin: 0 0 1em;
		border-top: 2px solid #C9C4C8;
		border-left: 2px solid #C3BEC2;
		border-right: 2px solid #130E12;
		border-bottom: 2px solid #130E12;
		height: 180px;
		overflow:hidden;
		}

	.bioname{
		font-size: 16pt;
		font-weight: bold;
		text-align:left;
		}
	
	.biobody{
		padding: 0 0 1em 0;
		margin: 0 0 1em;
		}
	.contact{
		float: left;
		margin-top: 0px;
		margin-left: 80px;
		text-align:left;
		}
	p{
		margin-top: 1em;
		}
	img.storyimg{
		border: 1px solid black;
		float: right;
		margin-left: 0.4em;
		margin-bottom: 0.2em;
		max-width: 285px;
		} 
	img.bioimg{
		border: 1px solid black;
		float: left;
		margin-left: 0px;
		margin-right: 2px;
		max-width: 125px;
		max-height: 175px;
		} 
		
		