
body {
  font-family: rockwell, times;
font-size: 14px;
font-weight: normal;
color: #392921;
  text-align: center;
  background-color: #FFEF9C;
}
a:active, a:link, a:visited {
color: #008060;
/*font-weight: 500;*/
text-decoration: underline;
}
strong.head {
font-family: tahoma, arial;
font-size: 14px;
color: #84674A;
font-weight: 600;
}
h1
{
font: italic 600 17px rockwell, times;
color: #208000;
text-align: center;
}
h2
{
font: 600 14px rockwell, times;
color: #D14600;
text-align: center;
}
ul, ul li{
margin:0px 10px 0px 10px;
padding:0;
}
.heading {
	width: 1000px;
	text-align: center;
}
.maindex{
background-color: #ffed92;
font-family: Tahoma, Arial;
font-size: 15px;
color: #745945;
font-weight: 500;
}
.rtntext
{
font-family: Tahoma, Arial;
font-size: 12px;
color: #220882;
text-align: center;
text-decoration: underline;
}
.container {
  width: 1000px;  
/* Centering for IE6+ in strict mode,
Firefox, and other modern browsers */
margin: auto;
/* Don't center every line of text -
we inherited this setting from body */
text-align: left;
}
  
.left {
  float: left;
  /*background-color: #ffed92;*/
  /*  The order of padding measurements are: top, right, bottom and left*/
  padding: 0px 0px 0px 10px;
  margin-left: 50px;
  width: 140px;
  text-align: left;
}

.middle {
  background-color: #ffed92;
  /*background-image: url('parchment.gif');*/
  top: 10px;
  padding: 0px 10px 0px 10px;
  margin-left: 200px;
  margin-right: 200px;
  text-align: justify;
}

.right {
  float: right;
  background-color: #ffed92;
  padding: 0px 10px 0px 10px;
  width: 180px;
  text-align: justify;
}

.footer {
  padding-top: 20px;
  text-align: center;
  clear: both;
}
/*FOLLOWING CODE: for Suckerfish vertical menus */
/*These are definitions for styles of ul's and their li's*/
#nav, #nav ul { /* all lists */
		padding: 0;
		/*padding: 10 10 10 10;   TEMP BLOCK FOR CODE CHECK*/
		margin: 10;
		list-style: none;
		float : left;
		width : 11em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 11em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 11.05em;
		margin-top : -1.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 11em;
		w\idth : 10em;
		display : block;
		color : #3333CB;
		font-weight : bold;
		text-decoration : none;
		background-color : #FFFFCC;	/* This line and next are the unselected colors*/
		border : 1px solid #3333CB; /* The solid also accept a dashed arg - probably others too*/
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #FFFFCC;		/* This line and next are the SELECTED colors*/
		background-color : #3333CB;
	}
	
	#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 { /* lists nested under hovered list items */
		left: auto;
	}
	
	#content {
		margin-left : 12em;
	}