#body 
	{
	color: #1A1A1A;
	font-size: 1em;
	font-family:  Georgia, "Times New Roman", Times, serif;
	line-height: 22px;
	background-color: #CCCCCC;
	text-align: left;
	margin: 0 0 0 0;
	
	}

#main
  {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
	border: thin solid #DFECFF;
  }
  
#header 
	{
	background-color: #FFFFFF;
	text-align: left;
	visibility: visible;
	position: relative;
	height: 107px;
	color: #333333;
	margin-bottom: 10px;
	padding-bottom: 5px;
	}

a:hover {
}


#search
{
	clear: both;
	float: right;

}

#logo 
	{
	height: 75px;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 5%;
	}
h6 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	text-decoration: underline;
	color: #556130;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align: left;
	color: #556130;
	
}
h1 {
	color: #004080;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 21px;
	
	}

h2 {
	color:#003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	font-size: 16px;
	text-align: center;
	padding-bottom: 5px;
}

h3 {
	color:#003399;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 0.4em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
	font-size: 15px;
}


#poem {
font-family: Geneva, Arial, Helvetica, sans-serif;
color: #333333;
text-align: center;
word-spacing: 0.2em;
margin-top: 7px;
margin-bottom: 7px;
}


.number {

text-align: right;
word-spacing: 0.2em;
}

#poem p {
font-size: 13px;
line-height: 19px;
margin: 0 0 20px 0; */ margin-top, right, bottom and left always in that order */
}

#poem h6 {
margin: 20px 0; */ This is short-hand for margin-top and margin-bottom = 20px, margin-left and margin-right = 0;
} 


a 
	{
	color: #000099;
	text-decoration: none
	}

a:hover 
	{
	color: #CC0000;
	text-decoration: none
	}

.menuitem 
	{
	color: #000099;
	margin-top: 20px;
	margin-left: 7px;
	font-size: 1em;
	margin-right: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 2px;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #E1E8FF;
	}

.menuitem a:link 
	{
	color: #556130;
	text-decoration: none;
	font-size: 1.0em;
	}

.menuitem a:hover 
	{
	color: #CC0000;
	text-decoration: none;
	font-size: 1.0em;
	}

.leftcol 
	{
	text-align: left;
	width: 16%;
	float: left;
	font-size: 13px;
	margin-left: 5px;
	}
#main .leftcol h4 {
	font-size: 14px;
	text-align: center;
}


.midcol 
	{
	padding-left: 10px;
	width: 58%;
	float: left
	}

.rightcol 
	{
	font-size: 10px;
	font-style: italic;
	line-height: 20px;
	padding-left: 10px;
	width: 130px;
	float: left;
	margin-left: 15px;
	}

#footer 
	{
	color: #336600;
	font-size: 9px;
	line-height: 16px;
	background-color: #FFFFFF;
	text-align: center;
	letter-spacing: 3px;
	height: 16px;
	clear: left
	}
#footer a {
	color: #336600;
	text-decoration: underline;
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 7px;
}
.quote {
	font-style: italic;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.1em;
}
.midcol li {
	line-height: 1.6em;
	margin-bottom: 9px;
}
.midcol img {
	text-align: left;
	background-position: left;
}
.floatleft {
	float: left;
}
.floatcenter {
	padding-left: 36px;
	width: 50%;
	float: left;
	padding-right: 10px;
	}
.leftcol .submenu {
	font-size: 0.7em;
	text-align: left;
}


#menu UL LI {
	display : block;
	float : left;
	text-align : center;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
} 
#menu UL LI A {
	border-right : 1px solid #aaa;
	border-top : 1px solid #eee;
	display : block;
	margin : 5;
	border-left : 1px solid #eee;
	width : 144px;
	color : #ffffff;
	border-bottom : 1px solid #aaa;
	height : 25px;
	background-color : #003366;
	text-align : center;
	text-decoration : none;
	padding : 0;
	font-weight: bolder;
} 
#main #header h1 {
	color: #000066;
}

#menu UL LI A:hover {
color : #cccccc; 
background-color : #0066FF; 
} 
#menu #current a:hover {
color : #ffffff; 
background-color : #990000; 
} 
#menu #current a {
background-color : #330000; 
color : #cccccc; 
} 

#menu {
	font-weight : normal;
	font-size : 14px;
	line-height : 25px;
	letter-spacing : 1px;
	font-family : "Trebuchet MS", Arial;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
} 
#menu UL {
border-top-width : 0; 
padding-right : 0; 
padding-left : 0; 
border-left-width : 0; 
border-bottom-width : 0; 
padding-bottom : 0; 
margin : 0; 
padding-top : 0; 
list-style-type : none; 
text-align : center; 
border-right-width : 0; 
} 
.midcol ul {
	list-style-type: square;
}



