h1, h2, h3, #left> ul> li, #right> ul> li { font-family:Harrington, "Lucida Handwriting", "Bradley Hand ITC", "Trebuchet";}
h3 {margin-bottom: 0; margin-top:0;}
body, p, #left, #right {font-family:Georgia, Times;}
body, #left, #right {background-color:rgb(98,75,147);}
p {font-size:1em; margin-top: 0;}
ul {list-style: none; margin:0; padding:0; padding-bottom:1em;}
li {margin-top: 0; margin-bottom: 0; font-family:"Californian FB", Georgia; font-size: 1em; font-weight: lighter; color:rgb(227,236,233)}
sup {font-size:65%; vertical-align:text-top; margin-top:0}
hr {color:#000099; background-color:#000099; margin-top: 2em; margin-bottom: 2em;}
table {width: 35%; float:right; margin:1em}
td {text-align:center; width:100%}
hr.section, hr.faq, hr.chapter {color:#000080; background-color:#000080; align:center; }
hr.section {width:50%; height:1px;}
hr.faq {margin-top:0; margin-bottom: 1em; width:25%; height:1px;}
hr.chapter {width:75%; height:3px;}
a:link {color:rgb(134,129,97); 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}
.hide {display:none;}
.note {font-family:"Comic Sans MS"; font-size:.75em; color:#000000}
.cen {text-align:center;}
.small { font-family:"Lucida Handwriting", "Bradley Hand ITC", "Trebuchet"; font-size: .75em;}
.black {color:#000;}
.gold {color:goldenrod;}
.nohover {background:#F5F5F5 !important;}

#container {
		position: absolute;
		width:1200px;
		margin: 0 auto;
		z-index:1;
		}

#header, #main, #footer {
		width: 800px;
    position: relative;
		background-color:rgb(227,236,233);
		color: #000080;
		left:50%;
		margin-left:-400px;
			-webkit-border-radius:20px;
	    -moz-border-radius:20px;
	 border-radius:20px;
	    -webkit-box-shadow:2px 2px 10px 1px rgba(0,0,128,1);
	    -mox-box-shadow:2px 2px 10px 1px rgba(0,0,128,1);
	 box-shadow:2px 2px 10px 1px rgba(0,0,128,1);	}
		
#header {
		height: 130px;
		padding: 0 20px;
		z-index:5;
		text-align:center;
		}

#footer p {
		text-align:center;
		color: #000;
}
#main {
		padding: 20px;
		text-align: left;
		z-index:3;
		top: 20px;
		}

#left, #right {
	  width:180px;
		position:fixed;
		top:150px;
		left:50%;
		text-align:center;
		z-index:2;
		background-color: rgba(113,97,147,50);
			-webkit-border-radius:30px;
	    -moz-border-radius:30px;
	  border-radius:30px;
		}

#left {
		margin-left:-615px;
		border-top: 1px solid rgb(71,36,147);
		border-left: 1px solid rgb(71,36,147);
		}
		
#right {
		margin-left:430px;
		border-top: 1px solid rgb(71,36,147);
		border-left: 1px solid rgb(71,36,147);
		}

#left a:link, #right a:link {color:#F5F5F5; text-decoration:none}		
#left a:hover, #right a:hover {background:#F5F5F5; color:#000080;}
#left a:visited, #right a:visited {color:#778899;}
a.navtitle {font-family:Harrington, "Lucida Handwriting", "Bradley Hand ITC", "Trebuchet"; font-size:1.4em; color: #000080 !important;}

