/* CSS Document */

body {
	background-color: #DCA200;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #000080;
	margin-left:20px;
	margin-top:14px;
	background-image: url(wheatfield1024.jpg);
	background-attachment:fixed;
	background-position:left top;
	background-repeat:repeat;
	}
	
	h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style:italic;
	font-weight: bold;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}

table {
	background-color:#CBE6F7;
	border:#000099 double medium;
   }
   
.banner {
	background-image:url(images/morgan-banner.jpg);
	background-position:center;
	background-repeat:no-repeat;
   }
   
a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000080;
	text-decoration: none;
	background-attachment: fixed;
	}


a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000080;
	font-style: italic;
	font-weight: bold;
	text-decoration: underline;

}

.menu {
   border:double medium #80;
  
}

.menu td {
   }

.menu a {
	background-image:url(button-up.gif);
	background-position:left top;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#000080;
	display: block;
	width: 150px;
	font-weight: bold;
	text-decoration: none;
	line-height: 50px;
	background-attachment: scroll;
	background-repeat: no-repeat;
   }
   
.menu a:hover {
	background-image:url(button-over.gif);
	color:#000080;
	text-decoration:underline;
	font-weight: bold;
   }
  
.feature{
	clear: left;
	float: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	}

.feature h1, h2, h3{
	padding: 30px 0px 5px 0px;
	text-align: left;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}

.feature object{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 10px 10px 0;
}

.feature embed {
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 10px 10px 0;
}