.Content{
	text-decoration: none;
	color: #0f4d2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.ContentTitle{
	text-decoration: none;
	color: #caab5d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
}
.ContentUnderline{
	text-decoration: none;
	color: #cc0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.menuMain {
	text-decoration: none;
	color: #0f4d2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}

/* Drop Down Menus */
#menu {
  visibility:       hidden;
}
.subMenus {
	position:           absolute;
	visibility:         hidden;
	z-index:            10;
	width:              150px;
	top:                155px;
	background-color: #debc66;
	background-position: center center;

}
.menuItem {
  border:           1px solid #0f4d2a;
  padding:          5px;   
}
/* Drop Down Menus Links */
.menuItem a:link, .menuItem a:active  {
  color:           #0f4d2a;
  text-decoration:  none;
}
.menuItem a:visited {
  color:            #0f4d2a;
  text-decoration:  none;
}
.menuItem a:hover {
  color:           #ffffff;
  text-decoration:  none;
}


.footer {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}

body {
	background-image: url(images/bckgrd.gif);
}

img.border { border : 1px #0F4D2A; }