body {
font-family:"book antiqua", "georgia", serif;
font-size:12pt;
margin: 0;
padding: 0;
border: 0;
background-color:#FFFFF0;
background-image: url(images/papyrus2.gif);
background-attachment:fixed;
overflow: auto;
height: 100%; 
max-height: 100%;
padding-left:155px;
#padding-left:50px;
padding-right:30px;
}

#framecontent{
position: fixed;
top: -30px;
bottom: -30px; 
left: -29px;
width: 128px; /*Width of frame div*/
overflow: hidden; /*Disable scrollbars. Set to "scroll" to enable*/
background: #FFF9D6;
background-image: url(images/paparrow.jpg);
font-size:10pt;
margin: 30px;
padding-right:20px;
}

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: 135px;
	/*width: 175px;*/
	font-weight: bold;
	background-color: #F9F3EC;
}

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

#nav li ul {
	position: absolute;
	width: 135px;
	/*width: 175px;*/
	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: 135px;
	/*width: 175px;*/
	text-align:left;
}

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

#nav li ul ul {
	margin: -2.5em 0 0 -151px; /* 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: -4px;
}


