@charset "utf-8";
/* CSS Document */

*{ 
	margin:0;
	padding:0;
	}
	
.nav A:link {color: #000; text-decoration: none;}
.nav A:visited {color: #000; text-decoration: none;}
.nav A:hover {color: blue;}
.nav A:active {color: #000; text-decoration: none;} 

.external A:link {color: blue; text-decoration: none;}
.external A:hover {color: #0FF; text-decoration: none;}
.external A:visited {color: blue; text-decoration: none;}

#mbody {
	float: none;
	height: 762px;
	width: 850px;
	border: 1px solid #000;
	font-family: Verdana, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFF;
}

#mainbg {
	background-repeat: no-repeat;
	clear: both;
	height: 562px;
	width: 850px;
	background-color: #06C;
	}
	
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
        color: orange;
	height: 20px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
}

#textbg {
	background-image: url(images/txtbg.png);
	background-repeat: no-repeat;
	height: 497px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#design {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	height: 12px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#textarea {
	height: 450px;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 25px;
	text-align: center;
	font-family: Tahoma, Geneva, sans-serif;
}





#logo {
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/fmologo.jpg);
	background-repeat: no-repeat;
	background-color: #FFF;
}
#topbg {
	background-image: url(images/bg.png);
	background-repeat: repeat-x;
	clear: both;
	height: 171px;
}

#linksbg {
	height: 30px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/linksbg.png);
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	color: #000;
}
