body {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}

h1,h2,h3,h4,h5,h6 {
	margin:0px;
}
hr {
	color:#2D3513;
	background-color:#2D3513;
	height:3px;
}
a {
	color: #2D3513;
	text-decoration:underline;
}
a:hover {
	color: #7F8669;
	color: #ffffff;
	background-color: #2D3513;
	text-decoration:none;
}

.dropcaps:first-letter {
	font-size: 140%;
	font-weight:bold;
	margin-top:-8px;
	padding:2px;
	border: 1px solid #D8DBD0;
	color: #D8DBD0;
	background-color: #626D3A; 
}
.framed {				/* usually to frame an img */
	border: 1px solid black;
	margin: 5px;
}
.fieldset {
	border: 1px solid #191E06;
	margin-top: 35px;
	padding: 8px 8px 8px 20px;
	font-weight: bold;
}
.fieldset div {				/* this demands a detailed explanation.  Ok, pictures (and other centered stuff) should be placed inside of a div tag.  Everything else will be left-aligned. */
	margin-left:-12px;
	text-align:center;
}
.fieldset h2 {
	position: absolute;
	margin:-28px 0px 0px 5px;
	color: #ffffff;
	background-color: #191E06;
	border: 1px solid #ffffff;
	padding: 1px 5px;
	font-size: 16pt;
}
.fieldset h3 {
	position: absolute;
	margin:-26px 0px 0px 5px;
	color: #191E06;
	background-color: #B6BCA4;
	background-color: #D8DBD0;
	border: 1px solid #191E06;
	padding: 1px 5px;
	font-size: 14pt;
}
.glanceleft, .glanceright {
	width: 171px; 
	float:left;
}
.glancecenter {
	width: 171px;
	padding:30px 10px 0px 10px;
	float:left;
}
.glancepic {
	width: 136px;
	padding-top:30px;
	float:left;
}
#frame {
	width:760px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
	background-color:#ffffff;
	border: 2px solid black;
}

#logo {
	width:134px;
	height:206px;
	position:absolute;
	margin:10px 0px 0px 4px;
	background-image: url(images/fm_common/FMLogo.gif);
}

#linkrow {
	height:19px;
	background-image: url(images/fm_common/linkbarRepeat.gif);
	background-repeat:repeat-x;
	background-color: #333333;
	padding-top: 3px;
	padding-left: 10px;			
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	font-weight:bold;
	text-align:center;
}

#linkrow a {
	color:#000000;
	text-decoration:none;
	margin:2px 2px 0px;
	padding:3px 3px 4px 3px;
}
#linkrow a:hover {
	background-color: #191E06;
	color: #ffffff;
	text-decoration:none;
}

#sidebar {
	width:190px;
	position:absolute;
	margin:230px 0px 0px -30px;
	font-size:9pt;
}
#sidebarwhole {
	height:283px;
	padding:6px 12px 10px 8px;
	background-image: url(images/fm_common/sideBar.gif);
	background-repeat:no-repeat;
}
#sidebartitle {
	width: 170px;
	position: absolute;
	padding: 4px 12px 0px 8px;
	font-weight: bold;
	text-align: center;
	color: #161A08;
}
#sidebartop {
	width:170px;
	height:15px;
	background-image: url(images/fm_common/sideBarTop.gif);
	padding:0px 12px 0px 8px;
}
#sidebarstretch {
	width:170px;
	background-image: url(images/fm_common/sideBarRep.gif);
	background-repeat:repeat-y;
	padding:6px 12px 10px 8px;
}
#sidebarbottom {
	width:170px;
	height:16px;
	background-image: url(images/fm_common/sideBarBottom.gif);
	padding:0px 12px 0px 8px;
}

#feature {
	width:137px;
	position:absolute;
	margin:200px -85px 0px 650px;
	font-family:Times New Roman, serif;
	font-size:9pt;
	text-align: center;
}
#featurewhole {
	height:283px;
	padding:6px 12px 10px 8px;
	background-image: url(images/fm_common/rightbar.gif);
	background-repeat:no-repeat;
}
#featuretitle {
	width: 117px;
	position: absolute;
	padding: 4px 12px 0px 8px;
	font-weight: bold;
	color: #161A08;
}
#featuretop {
	width:117px;
	height:15px;
	background-image: url(images/fm_common/rightbarTop.gif);
	padding:0px 12px 0px 8px;
}
#featurestretch {
	width:117px;
	background-image: url(images/fm_common/rightbarRep.gif);
	background-repeat:repeat-y;
	padding:6px 12px 10px 8px;
	text-align:center;
}
#featurebottom {
	width:117px;
	height:20px;
	background-image: url(images/fm_common/rightbarBottom.gif);
	padding:0px 12px 0px 8px;
}

#navlinks {
	font-size: 9pt;
	width:140px;
	padding:4px 0px 0px 15px;
}
#navlinks ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlinks li a { 
	margin-top: 1px;
}
#navlinks a {
	display: block;
	color: #2D3513;
	background-color: #9BA381;
	width: 120px;
	padding: 2px 12px 2px 8px;
	text-decoration: none;
	border: 1px solid #2D3513;
	font-weight: bold;
}
#navlinks li ul {
	margin: 0px 5px 0px 10px;
	padding:0;
	border: 1px solid #2D3513;
	border-top:none;
}

#navlinks li li {
	margin:0;
}
#navlinks li li a {
	margin: 0px;
	display: block;
	color: #161A08;
	background-color: #DBE1C8;
	width: 103px;
	padding: 2px 3px 2px 17px;
	text-decoration: none;
	border: 0px solid #DBE1C8;
	font-weight: normal;
}
#navlinks a:hover {
	background-color: #000;
	color: #fff;
}

#copyright {
	padding:2px 10px;
	background-color:#000000;
	color:#ffffff;
	font-size:9pt;
	text-align:center;
}
#copyright a {
	font-size:smaller;
	color:#CCD0BF;	
}