@charset "UTF-8";

/*-----------------------Common Styles----------------------*/

body {
	background: url(images/bground.jpg);
	margin:0px 0px 20px 0px;
	padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11pt;
}

h1, h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

.ptn {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13pt;
	font-weight:bold;
}

.content {
	padding: 8px;
}

.copyright {
 	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	color: #ffffff;
}

.copyright a, .copyright a:visited {
	text-decoration: none;
	color: #ffffff;
}

.copyright a:hover {
	text-decoration:underline;
	color: #ffffff;
}


.desc {
	padding: 6px;
	font-size: 9pt;
}

.titles {
	font-size:14pt;
	font-weight:bold;
}

/*--------------------------Border--------------------------*/

.up-left {
	background: url(images/border_up-left.png) no-repeat;
	height: 25px;
	width: 25px;
}

.up-edge {
	background: url(images/border_up-edge.png) repeat-x;
	height: 25px;
	width: inherit;
}

.up-right {
	background: url(images/border_up-right.png) no-repeat;
	height: 25px;
	width: 25px;
}

.left-edge {
	background: url(images/border_left-edge.png) repeat-y;
	height: inherit;
	width: 25px;
}

.right-edge {
	background: url(images/border_right-edge.png) repeat-y;
	height: inherit;
	width: 25px;
}

.low-left {
	background: url(images/border_low-left.png) no-repeat;
	height: 25px;
	width: 25px;
}

.low-edge {
	background: url(images/border_low-edge.png) repeat-x;
	height: 25px;
	width: inherit;
}

.low-right {
	background: url(images/border_low-right.png) no-repeat;
	height: 25px;
	width: 25px;
}

/*--------------------------Menu--------------------------*/

.menu-left {
	background: url(images/menu-left.png) no-repeat;
	height: 48px;
	width: 25px;
}

.menu-right {
	background: url(images/menu-right.png) no-repeat;
	height: 48px;
	width: 25px;
}

.fhfmenu {
	height: 48px;
	width: inherit;
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-weight: bold;
	width:230px; 
	height:50px;
	margin:0;
	padding:0;
	vertical-align:top;
}

.menu ul {
	list-style-type:none;
	padding:0;
	margin:0;
}

.menu ul li a, .menu ul li a:visited {
	font-weight: bold;
	color:#000;
	display: block;
	width: 180px;
	height: 50px;
	text-align: left;
	text-indent: 16px;
	line-height:50px;
	text-decoration: none; 
	background: url(images/btn_orig.jpg) no-repeat;
	padding: 0px;
	margin: 0px;
}
	
.menu ul li a:hover, .menu ul li a:hover {
	color:#333300;
	background:url(images/btn_over.jpg) no-repeat;
}

.menu ul li {
	list-style-type: none;
	padding:0;
	margin:0;
}



/* ------------------------ Menu Bar ---------------------------*/

.menu-left {
	height: 48px;
	width: 25px;
	background: url(images/menu-left.png) no-repeat;
}

.menu-right {
	height: 48px;
	width: 25px;
	background: url(images/menu-right.png) no-repeat;
}

.menu-upedge {
	height: 8px;
	width:inherit;
	background: url(images/menu-upedge.png) repeat-x;
}

.FHFMenu {
height:40px;
background:url(images/menu-bg.png) left top repeat-x;
font-family:Arial, Helvetica, sans-serif;
font-size:12pt;
}

.FHFMenu ul{
list-style-type:none;
padding:0;
margin:0 0 0 10px;
}

.FHFMenu li{
float:left;
list-style-type:none;
position:relative;
}

.FHFMenu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.FHFMenu a, .FHFMenu :visited {
color:#fff;
text-decoration:none;
font-family:Arial, Helvetica, sans-serif;
font-size:13pt;
font-weight:bold;
}

.FHFMenu a em.left, .FHFMenu :visited em.left {
display:block;
float:left;
width:11px;
height:40px;
background: transparent url(lefta.gif);
}
.FHFMenu a b, .FHFMenu :visited b {
display:block;
font-weight:bold;
float:left;
padding:0;
height:40px;
line-height:40px;
cursor:hand;
color:#fff;
}
.FHFMenu a em.right, .FHFMenu :visited em.right {
display:block;
float:left;
width:11px;
height:40px;
background: transparent url(righta.gif);
}

.FHFMenu ul li ul {
display: none;
}

.FHFMenu .CurrentItem a em.left, .FHFMenu .CurrentItem :visited em.left, .FHFMenu .ParentItem a em.left, .FHFMenu .ParentItem :visited em.left{
	background:url(images/menu-down-left.png) left bottom no-repeat;
}
.FHFMenu .CurrentItem a b, .FHFMenu .CurrentItem :visited b, .FHFMenu .ParentItem a b, .FHFMenu .ParentItem :visited b {
	background:url(images/menu-down.png) repeat-x;
}
.FHFMenu .CurrentItem a em.right, .FHFMenu .CurrentItem :visited em.right, .FHFMenu .ParentItem a em.right, .FHFMenu .ParentItem :visited em.right {
	background:url(images/menu-down-right.png) right bottom no-repeat;
}

.FHFMenu :hover, a:hover {
color:#000033;
white-space:normal;
}

.FHFMenu a:hover b {
color:#000033;
background: url(images/menu-over.png) repeat-x;
text-decoration:none;
}
.FHFMenu a:hover em.left {
background: url(images/menu-over-left.png) left bottom no-repeat;
}
.FHFMenu a:hover em.right {
background: url(images/menu-over-right.png) right bottom no-repeat;
}

.FHFMenu :hover > a b
{
color:#000033;
background: url(images/menu-over.png) bottom repeat-x;
text-decoration:none;
}
.FHFMenu :hover > a em.left {
background: url(images/menu-over-left.png) bottom left no-repeat;
}
.FHFMenu :hover > a em.right {
background: url(images/menu-over-right.png) bottom right no-repeat;
}


.FHFMenu .CurrentItem a:hover b, .FHFMenu .ParentItem a:hover b {
color:#000033;
background: url(images/menu-over.png) bottom repeat-x;
}
.FHFMenu .CurrentItem a:hover em.left, .FHFMenu .ParentItem a:hover em.left {
background: url(images/menu-over-left.png) bottom left no-repeat;
}
.FHFMenu .CurrentItem a:hover em.right, .FHFMenu .ParentItem a:hover em.right {
background: url(images/menu-over-right.png) bottom right no-repeat;
}

.FHFMenu .CurrentItem :hover > a b, .FHFMenu .ParentItem :hover > a b
{
color:#000033;
background: url(images/menu-over.png) bottom repeat-x;
}
.FHFMenu .CurrentItem :hover > a em.left, .FHFMenu .ParentItem :hover > a em.left {
background: url(images/menu-over-left.png) bottom left no-repeat;
}
.FHFMenu .CurrentItem :hover > a em.right, .FHFMenu .ParentItem :hover > a em.right {
background: url(images/menu-over-right.png) bottom right no-repeat;
}

.FHFMenu ul ul .CurrentItem a:hover b {
color:#000033;
background: transparent;
}
.FHFMenu ul ul .CurrentItem a:hover em.left {
background: transparent;
}
.FHFMenu ul ul .CurrentItem a:hover em.right {
background: transparent;
}

.FHFMenu ul ul .CurrentItem :hover > a b
{
color:#000033;
background: transparent;
}
.FHFMenu ul ul .CurrentItem :hover > a em.left {
background: transparent;
}
.FHFMenu ul ul .CurrentItem :hover > a em.right {
background: transparent;
}
