body {
	font-family:arial, verdana, helvetica, sans-serif;
	font-size:14px;
	cursor:default;
	color:#AAAAAA;
	background-color:#000;
	}
* {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
html {
	height:100%;
	margin-bottom:1px;
}
#container {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #ffffff;
	color:#000000;
}
#header {background: #000 url(images/header.png) no-repeat;height: 191px; width:750px; position: relative;}


#menu{
	width:100%;
	height:61px;
	background:url(images/fm_menu_bg.jpg) repeat-x;
}
	#menu ul{
		width:100%;
		list-style:none;
	}
		#menu li{
			list-style:none;
			display:block;
			float:left;
			font-size:11px;
			font-weight:bold;
			height:61px;
			line-height:61px;
			margin:0 5px;
		}
			#menu li a{
				display:block;
				float:left;
				
				height:61px;				
				color:#FFF;
				text-decoration:none;
				text-transform:uppercase;
				padding:0 20px;				
			}
				#menu li a:hover{	
					background:url(images/fm_hover_bg.jpg) repeat-x;
					color:#fff;
				}
					#menu li a:hover span, #menu li .current span{
						background:url(images/fm_hover_pointer.jpg) no-repeat top;
						height:61px;
						display:block;
						float:left;
					}
					#menu li .current{
						display:block;
						float:left;
						height:61px;				
						background:url(images/fm_hover_bg.jpg) repeat-x;
						color:#fff;
						text-decoration:none;
						text-transform:uppercase;
						padding:0 20px;		
					}



.spacer {
	width:100%;
	height:15px;
}
hr {
	border:0px;
	color:#fff;
	background-color:#000;
	height: 1px;
	width: 100%;
	text-align: left;
}
h1 {
	font-size:28px;
	color:#fff; /*FFBA27*/
	background-color:#000;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
}
h2 {
	font-size:12px; /*16*/
	color:#FFF;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	font-weight:300;
	background-color:#000;
}
h3 {
	color:#fff;
	font-size:15px;
	background-color:#000;
	border-width:1px;
	border-color:#000;
	border-style:solid;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	font-weight:300;
	padding:5px;
}
h4 {
	color:#000000;
	font-size:15px;
	background-color:#FFFFFF;
	border-width:0px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
	font-weight:300;
	padding:5px;
}
.top_main_heading {
	margin-top:10px;
}
#left {
	float:left;
	width:210px;
	background-color:#FFF;
	color:#000;
margin-top:10px;
}
#leftcontent p {
	color:#000;
	background-color:#FFF;
	font-size: 12px;
	text-align:left;
	margin-left:20px;
	margin-right:20px;
}
#leftcontent ul {
	list-style:none;
	padding-left:20px;
	color:#000;
	background-color:#FFF;
}
#leftcontent a {
	color:#000;
	text-decoration:none;
	font-size:16px;
	background-color:#FFF;
}
.news {
	color:#000;
	background-color:#FFFFFF;
	line-height:20px;
	padding:5px;
}
#leftcontent a:hover {
	color:#C68600;
	background-color:#FFF;
	text-decoration:underline;
}
#main {
	float:left;
	width:540px;
	color:#000;
	background-color:#FFFFFF;
	padding-bottom:20px;
	background:url(images/background.gif);
}
#maincontent p {
	color:#000;
	background-color:#FFFFFF;
	margin-left:20px;
	margin-right:20px;
	margin-bottom:15px;
	line-height:20px;
	padding:20px;
}
#maincontent a {
	color:#C68600;
	background-color:#FFFFFF;
	text-decoration:none;
}
#maincontent a:hover {
	color:#C68600;
	background-color:#FFFFFF;
	text-decoration:underline;
}

#imgleft
{
  margin-top:20px;
  margin-left:40px;
  margin-right:20px;
  margin-bottom:5px;
  height: auto;
  width: auto;
  float: left;
  }

#footer {
	clear:both;
	padding-bottom:0px;
	width:750px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#footer a {
	color:#AAAAAA;
	background-color:#FFFFFF;
	text-decoration:none;
}
#footer a:hover {
	color:#AAAAAA;
	background-color:#FFFFFF;
	text-decoration:underline;
}
#footer2 {clear:both;
	padding-bottom:0px;
	width:750px;
	background: #000 url(images/footer.png) no-repeat;height: 16px; width:750px; position: relative;}

.right {
	color:#AAAAAA;
	background-color:#FFFFFF;
	float:right;
	font-size:100%;
	margin-top:5px;
}
.left {
	color:#AAAAAA;
	background-color:#FFFFFF;
	float:left;
	font-size:100%;
	margin-top:5px;
}
