body {
font-family:"book antiqua", "georgia", serif;
margin: 0;
padding: 0;
border: 0;
overflow: hidden;
height: 100%; 
max-height: 100%;
background-color:#FFFFF0;
}

a:link {color:#CC3333;}
a:active {color:#CC3333;}
a:visited {color:#000099; text-decoration:none;}
a:hover {color:#FF0033;}

.floatleft {float: left; margin-right: 0.5em; margin-left: 0.5em; margin-top: 0.5em;}
.floatright {float: right; margin-right: 0.5em; margin-left: 0.5em; margin-top: 0.5em;}
.floatleftcenter {float: left; margin-right: 0.5em; margin-left: 5em; margin-top: 0.5em;}

.invisible {display: none;}

hr {width:75%; align:center; color:#000033;}
h3 {font-family:goudy,constantia,serif;}

td.left {text-align: left;}
td.right {text-align: right;}
td.top {vertical-align:top;}
td.middle {vertical-align: middle;}
.headline {
	font-size:22pt; 
	font-style: italic; 
	color: #000000; 
	font-weight:bold; 
	text-align:center;
	font-family:goudy,constantia,serif;
}
.centerhead {font-size:12pt; font-weight:bold; text-align: center}
.centerpage {margin-left: 11%; margin-right: 11%; text-align: center}
.center {text-align: center}
.red {color:red;font-weight:bold;}
.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.small {font-size:9pt; }
.largetext {font-size:14pt;}
.head {font-size:14pt; font-weight:bold; }

/* ************ Menus ******************* */

#nav, #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
	font-size:14px;
	text-align:center;
	padding: 0;
	margin: 0 0 1em 0;
}

#nav li {
	position: relative;
	display: inline;
	float: left;
	padding: 0;
	border: 1px solid black;
	width: 125px;
	font-weight: bold;
	background-color: #F9F3EC;
}

#nav a {
	display: block;
	/*width: 125px;*/
	color: #6D3837;
	text-decoration: none;
	padding: 0.1 0.1;
}

#nav li ul {
	position: absolute;
	/*width: 125px;*/
	width:150px;
	left: -999em;
	height: auto;
	font-weight: normal;
	border-width: 1px;
	margin: 0 0 0 -1px;
	#margin: 0 0 0 -62px;
	z-index: 1;
	#text-align:left;
}

#nav li li {
	padding-right: 1em;
	padding-left: 5px;
	/*width: 125px;*/
	width: 150px;
	text-align:left;
}

/* #nav li ul a {width: 140px;}*/

#nav li ul ul {
	margin: -2.5em 0 0 141px; /* positioning of sub-list */
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background: #eda;
}

	
/* Holly Hack for IE \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { height: 1%; }
/* End */

/* ************ Forms **************  */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 225px; /*width of left column containing the label elements*/
border-top: 1px dashed gray;
height: 1%;
}

.cssform label{
font-weight: bold;
float: left;
margin-left: -225px; /*width of left column*/
width: 200px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.cssform textarea{
width: 250px;
height: 150px;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}

/* ************ Frame **************  */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


#framecontent{
position: absolute;
top: 0;
bottom: 0; 
left: 0;
width: 128px; /*Width of frame div*/
height: 100%;
background-image: url(images/gkborder2.gif);
padding: 15px 25px 15px 15px;
overflow: auto;
}

#maincontent{
position: fixed;
left: 128px; /*Set left value to WidthOfFrameDiv*/
top: 0;
bottom: 0;
right: 0;
padding-right:3%;
background-image: url(images/papyrus2.gif);
background-attachment:fixed;
overflow: auto;
padding: 15px 25px 15px 15px;
}

.innertube{
margin: 15px 25px 15px 15px; /*Margins for inner DIV inside each DIV (to provide padding)*/
}

* html body{ /*IE6 hack*/
padding: 0 0 0 128px; /*Set value to (0 0 0 WidthOfFrameDiv)*/
}

* html #maincontent{ /*IE6 hack*/
height: 100%; 
width: 100%; 
/*margin: 15px 25px 15px 15px;*/
}



