/* style sheet source - owen briggs real.css */
body {
	margin: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	color: #000;
	background-color: #fff;
	}
a {
	text-decoration: none;
	font-weight: bold;
	color: #4482BD;
	}
#footer a {
	color: #fff;
	}
a:link {
	}
a:visited {
	}
a:active {
	}
a:hover {
	text-decoration: underline;
	}
h1 a {/* this ruleset keeps the root link in the title from standing out */
	font-weight: normal;
	color: #fff;
	}
h1 {
	font-size: 3.0em;
	font-weight: 900;
	margin-top: 0em;
	margin-bottom: 0em;/*both set to zero and padding in header div used intead to deal with compound ie pc problems that are beyound summary in a simple comment.*/
	}
h2 {
	font-size: 1.5em;
	}
h3 {
	font-size: 1.2em;
	}
h4 {
	font-size: 1.1em;
	}
h5 {
	font-size: 1.0em;
	margin-top: 1.6em;
	margin-bottom: 0.8em;
	}
h6 {
	font-size: 0.8em;
	}
img {
	border: 0;
	}
ol, ul, li {
	font-size: 1.0em;
	line-height: 1.8em;
	margin-top: 0.2em;
	margin-bottom: 0.1em; 
	}
p {
	font-size: 1.0em;
	line-height: 1.8em;
	margin: 1.2em 0em 1.2em 0em;
	padding-left: 30px;
	}
li > p {
	margin-top: 0.2em;
	}
pre {
	font-family: monospace;
	font-size: 1.0em;
	}
strong, b {
	font-weight: bold;
	}
.ahem {
	display: none;
	}
#content {
	margin: 0em ;
	padding: 1.0em 26% 1.0em 3.0em;/* padding for the big space instead of margin because of a really zarking bizarre ie5pc bug where it related the width of menu to this unrelated div. i'll, uh, write that up somewhere. it was weird to source. */
	}
#footer {
	margin: 0em 0em;
	padding: 1.2em 2.0em;
	font-size: 0.8em;
	color: #fff;
	background-color: #6699CC;
	text-align: center; 
	}
#header {
	margin: 0em 0em;
	background: #B75307;
	color: #fff;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 76%;
	}
#menu {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0em;
	padding: 1.0em 1.0em;
	color: #6699CC;
	background: #fff;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #6699CC;
	border-left: 1px solid #6699CC;
	width: 25%;/*ie5 box fix begins*/
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 15%;
	}
html>body #menu {
	width: 22%;/*ie5 box fix ends*/
	}
body>#menu {/*nasty dodge to deal with ie pc's unbelievable lack of position:fixed support*/
	position: fixed;
	}
table {
	border: 0px;
	background-color: White;
	margin-left 0%;
	margin-top: 0%;
	margin-right: 0%;
	}
td {
   padding: 2px;
	text-align: left;
	font-size:  12px;
	background-color: Silver;
	}
th {
	padding: 5px;
	text-align: center;
	font-size:  15px;
	
	background-color: #6699CC;
	color: White;
	}
