h1 { font-family:"Lucida Handwriting", "Bradley Hand ITC", "Trebuchet";}
h2 { font-family:"Lucida Handwriting", "Bradley Hand ITC", "Trebuchet";}
h3 { font-family:"Lucida Handwriting", "Bradley Hand ITC", "Trebuchet"; margin-bottom: 0; margin-top:0;}
body {font-family:Georgia, Times; background-color:#000080;}
p {font-family:Georgia, Times; font-size:1em; margin-top: 0;}
.small { font-family:"Lucida Handwriting", "Bradley Hand ITC", "Trebuchet"; font-size: .75em;}
li {margin-top: 0; margin-bottom: 0; font-family:"Californian FB", Georgia; font-size: .8em; font-weight: lighter; color: #7B68EE}
hr {color:#000099; background-color:#000099; margin-top: 2em; margin-bottom: 2em;}
hr.section {color:#000080; background-color:#000080; margin-top: 2em; margin-bottom: 2em; align:center; width:50%;}
hr.chapter {color:#000080; background-color:#000080; margin-top: 120px; align:center; width:75%; height:3px;}
a:link {color:#7B68EE; text-decoration:none}
a:visited {color:#483D8B;  text-decoration:none}
a:hover{background:#7B68EE; color:#F5F5F5;}
a.feed:hover {background:#F5F5F5; text-decoration:none}
a:active {color:#7B68EE; background:#9932CC; text-decoration:none}
.note {font-family:"Comic Sans MS"; font-size:.75em; color:#000000}
table {width: 35%; float:right; margin:1em}
td {text-align:center; width:100%}
.cen {text-align:center;}

/*
#container {
		width:1000px;
		position: relative;
		color:#000080;
		margin: 0 auto;
		text-align: center;
		z-index:1;
		}

#main {
		position:relative;
		width: 780px;
		background-color: #F5F5F5;
		padding: 20px;
		text-align: left;
		z-index:3;
		float:right;
		}

#left {
		background-color: #000080;
  	width:170px;
		position:fixed;
		top:20px;
  	padding:5px;
		z-index:2;
		float:left;
		}
		
*/
#container {
		position: absolute;
		width:800px;
		background-color:#000080;
		left:50%;
		margin-left: -400px;
		z-index:1;
		}

#header {
		position: fixed;
		top:0;
		width: 800px;
		background-color: #F5F5F5;
		color:#000080;
		padding-top: 0px;
		padding-left: 20px;
		padding-right: 20px;
		text-align: left;
		z-index:5;
		left:50%;
		margin-left: -410px;
		}
				
#main {
		position: relative;
		width: 800px;
		background-color: #F5F5F5;
		color:#000080;
		padding: 20px;
		text-align: left;
		z-index:3;
		left:50%;
		margin-left: -410px;
		top: 110px;

		}

#left {
		background-color: #000080;
  	width:180px;
		position:fixed;
		top:100px;
		left:50%;
		margin-left:-590px;
		text-align:center;
		z-index:2;
		}
		
#right {
		background-color: #000080;
  	width:180px;
		position:fixed;
		top:100px;
		left:50%;
		margin-left:430px;
		z-index:2;
		text-align:center;
		}

#left a:link {color:#F5F5F5; text-decoration:none}		
#left a:hover{background:#F5F5F5; color:#000080;}
#left a:visited {color:#778899;}
#left > * {font-size: .8em; color:#F5F5F5; margin:.5em;}

#right a:link {color:#F5F5F5; text-decoration:none}		
#right a:hover{background:#F5F5F5; color:#000080;}
#right a:visited {color:#778899;}
#right > * {font-size: .8em; color:#F5F5F5; margin:.5em;}
