/*
Designed by Randy Carlton
*/
html, body, table, td, th, h1, h2, h3, h4, h5, h6, p, a, span, div, ul, li{
	margin: 0px;
	padding: 0px;
}


HTML, BODY {
	height: 100%;
	background-color: #BC8F8F;
	background-image: url(../../images/bg.gif);
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, sans-serif;
	margin-bottom: 0.1em;
}

p{
	margin: 0em 0em 0.5em 0em;
	text-indent: 2em;
}

.noindent{
	margin: 0em 0em 0em 0em;
	text-indent: 0em;
}

A {color: #A0BBA0; text-decoration: none;}

A:LINK {  }

/* note that A:HOVER isn't supported by all browsers */
a:hover {color: #FFF;}

DIV {  }

H1 {  }

H2 {  }

HR {  }

IMG {border: 0px;}

LI {  }

SPAN {  }

UL {  }


/* classes */
.bar { background: #A0BBA0; width: 100%;   border-bottom: 1px solid Green;  }
.bar h2 { padding: 0em 0em 0em 0.5em; color: #006400;}

.noscript {display:none;   visibility: hidden;}

.floatimgright{
	float: right;
	margin-left:10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 80%;
}

/* unique IDs */
#comic {display:none;}

#container {
	position: relative;
	min-height: 100%;
	background-image: url(../../images/parchment/middle.jpg);
	width: 90%;
	margin: auto;
	border-left: 2px solid Black;
	border-right: 2px solid Black;
}

#content {
	background-image: url(../../images/parchment/top.jpg);
	background-repeat: repeat-x;
	position: relative;
	height: 100%;
	padding: 1em 1em 2.5em 1em;
}
#content a{
	color: #006400;
}
#content a:hover{
	text-decoration: underline;
}
#content ul{
	margin-left:3em;
}

#footer {
	position: absolute;
	background: #006400;
	border-top: 1px solid Black;
	border-bottom: 1px solid Black;
	bottom: 0px;
	text-align: center;
	font-size: 80%;
	color: #FFF;
}
#footer a:hover{
	color: #A0BBA0;
	text-decoration: underline;
}

#header {
	height: 120px;
	border-bottom: solid 6px #006400;
	position: relative;
}
#header img{
	margin: 0em 0.5em;
	opacity: 0.9;
}
#header img:hover{
	opacity: 1.0;
}

#home {  }

#maintext {}

#menu {
	list-style: none;
	width: auto;
	position: absolute;
	bottom: 0px;
	right: 0px;
}
#menu ul{
margin: 0px;
position: relative;
bottom: 0px;
overflow: visible;

}
#menu li {
	position: relative;
	display: block;
	float: left;
	border: medium solid Black;
	height: auto;
}
#menu ul li{
	border-width:0px;
}
#menu li a{
	padding: 0px 1.5em;
	margin: 0px 0px 0px 0.5em;
	background-color: #006400;
	color: #FFF;
	border-bottom: 1px solid #228B22;
	opacity: 0.8;
}
#menu li a:hover{
	color: #FFF;
	opacity: 1.0;
}

#top {
	background: #006400;
	border-bottom: 1px solid Black;
	border-top: 1px solid Black;
}
#top a{
	color: #FFF;
	margin: 0em 0.5em;
}

#topmenu {
	position: absolute;
	top: 0.25em;
	right: 0px;
}
#topmenu ul {
	list-style: none;
	white-space: nowrap;
}
#topmenu li {
	 display: inline;
	 margin: 0px 1em;
}
#topmenu a:hover{
	color: #FFF;
}

.sup {
	vertical-align: text-top;
	font-size: 75%;
}
