
<!--
*{
	margin:0;
	padding:0;
}
body,td,th {
	font-family: trebuchet MS, Calibri, Arial;
	font-size: 12px;
}
body {
	background-image: url(images/bg_main.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.upper {
	text-align: center;
}

.banner {
	background-image: url(images/banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	height: 120px;
}

.display {
	height: 283px;
}


#menu{
	width:100%;
	height:57px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
#menu ul{
	width:100%;
	margin:0 auto;
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	font-size:12px;
	font-weight:bold;
	line-height:57px;
	margin:0 1px;
	border:0;
	border-right: #787878 thin solid;
}
#menu li a{
	display:block;
	float:left;
	height:57px;				
	color:#BCBABB;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 23px;				
}
#menu li a:hover{	
	color: #FFFFFF;
}

#menu li a:hover span{
	height:57px;
	display:block;
	float:left;
	color: #FFFFFF;
}
#menu li .current span{
	background:url(images/fm_hover_pointer.png) no-repeat top;
	height:57px;
	display:block;
	float:left;
	text-decoration: none;
}
#menu li .current{
	display:block;
	float:left;
	height:57px;				
	background:url(images/fm_hover_bg.jpg) repeat-x;
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding:0 19px;	
}

.downPad {
	height: 144px;
}

.myMenuGap {
	height: 57px;
}

.footer {
	background-image: url(images/footerbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

.myBottom {
	padding: 10px;
	text-align: center;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
}

.myBottom2 {
	vertical-align: middle;
	padding: 10px 0;
	text-align: justify;
	color: #999999;
	text-decoration: none;
}

.bottomText {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	text-align: left;
}

.topText, .topText2, .topText3 {
	text-align: right;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #838794;	
}

.searchBar {
	line-height: 57px;
	padding-left:10px;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
}

.searchInput {
	background-color: #666666;
	border: #CCCCCC thin solid;
	height: 18px;
	width: 200px;
	color: #FFFFFF;
	font-size: 12px;
	padding: 0 4px;
	vertical-align: middle;
}

.searchButton {
	height: 20px;
	width: 55px;
	background-image: url(images/btbg.png);
	background-repeat: repeat-x;
	border: #999999 thin solid;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	text-decoration: none;
}

.searchButton:hover {
	background-image: url(images/btup.png);
	background-repeat: repeat-x;
	color:#000000;
}	

.topText2 {font-size: 22px; color: #A3A7B4;}
.topText3 {text-transform: lowercase; font-size: 12px; color: #838794;}

.topPadformat {
	padding: 5px 10px;
	text-align: justify;
}
-->

