@font-face {
font-family: 'papyrus';
src: url(font/papyrus.ttf);
}
/*
@font-face {
font-family: 'papyrus';
src: url(font/papyrus.eot);
}
*/
.mynewfont {
font-family: 'papyrus', 'papyrus', verdana;
line-height:xxx%;
}
body {
font-size: 110%;
font : 78% "lucida sans", "verdana", helvetica, arial, sans-serif;
line-height: 1.3em;
background : #fff url(images/bgrnd26.jpg) repeat;
color : #333;
height: 100%;
}
td {font-family:arial,sans-serif; font-size: 13px; background-color:#FFFFFF;}

ul.showbullet {
    list-style-type: square;
	padding : 5px;
    margin-left: 25px;
}

#container {
width: 780px;
border: 1px solid #ccc;
margin: auto;
padding: 0px;
/* background : #fff;*/

}
#topbar {
height : 15px;
margin : 0;
padding : 0;
/* background : #80A173;*/
color : #666;
}
#banner h1 {
float : center;
margin : 0;
padding : 50px 20px 10px 200px;
font-size : 200%;
line-height: 1.4em;
letter-spacing: 3px;
font-weight: bold;
/*text-transform : uppercase;*/
background : transparent;
color : #366649;
}
#banner {
padding: 0px;
margin-bottom: 10px;
height: 150px;
background: url(images/hfn-logo150.jpg) no-repeat;
}
		/* LEFTBOX PROPERTIES */
#leftbox  {
float : left;
width : 207px;
position: absolute;
    top: 226px;
    bottom: 0;
	height: 100%;
padding : 0;
margin-top : 0;
font-size : 1em;
color : #333;
background : #fff url(images/bgrnd26mintstripe.jpg) repeat;
}
		/* RIGHTBOX PROPERTIES */

#rightbox {
float : right;
width : 525px;
height: auto;
margin : 1px 0 0 0;
padding : 15px;
background : #fff;
font-size: 110%;
color : #5F6951;

}		

#sidebar-a {
float: left;
width: 200px;
margin: 0 0 0 0;
padding: 5px;
background:  #fff;
}
#sidebar-b {
float: left;
width: 200px;
height: 100%;
position: absolute;
    top: 6px;
    bottom: 0;
margin: 0 0 0 0;
padding: 0 0 0 10px;

}
			/*TOP NAVIGATION */ 
#menu {
height: 55px;
margin : 0;
padding : 0;
list-style-type : none;
list-style-image : none;
/*text-transform : lowercase;*/
background: #8aae91; 

}
#menu li {
float : left;
width :10.3em;
border-left : 1px solid #eee;
}
/*ul.bullet {
	padding : 3px;
    margin-left: 25px;
	list-style-type:disc;
	list-style-position:inside;
	}*/
#menu a {text-decoration: none;
display : block;
height : 50px;
width : 10.34em;
padding : 5px 0 0 0;
font-weight : bold;
line-height : 40px;
letter-spacing: 2px;
text-align : center;
color : #000;
background : #8aae91;
}
#menu a:hover {
color : #fff;
background : url(images/pattern_036.gif) repeat;
}
ul { 
list-style : none;
margin : 0;
padding : 0;
} 
#footer {
clear: both;
   height:60px;
   width:100%;
position:fixed;
   left:0px;
   bottom:0px;
padding: 4px;
/*margin-top: 2px;*/
background: #8aae91;
color: #333;
line-height: 1.2em;
}
.clear {
clear : both;
}

h2 {
margin : 0;
padding: 5px 0 0 5px;
font : bold 120% "verdana", "lucida sans", helvetica, arial, sans-serif;
line-height: 1.2em;
background : transparent;
color : #5F6951;
}
h3 {
margin : 0;
padding: 5px 0 0 5px;
font : bold 110% "verdana", "lucida sans", helvetica, arial, sans-serif;
/*text-transform : uppercase;*/
line-height: 1em;
border-bottom: 1px solid #5F6951;
background : transparent;
color : #366649;
}

h4 {
	margin : 0;
	padding: 5px 0 0 5px;
	font : bold 100% "verdana", "lucida sans", helvetica, arial, sans-serif;
	line-height: 1.8em;
	background : transparent;
	color : #be5252;
	}
	p {
	margin : 0;
	padding: 10px 0 0 5px;
	}
			/*SEARCH BOX*/
legend { 
color : #5F6951;
} 
input { 
background : #eee;
color : #5F6951;
} 
a:link, a:visited {
text-decoration : none;
font-weight: bold;
background : inherit;
color : #be5252; 

}
a:hover {
text-decoration : underline;
background : inherit;
color :  #666;
}
