a:link,a:visited,a:active {
	color: #811;
}

a:hover {
	color: #040;
}

h1 {
	font-weight: bold;
	font-size: 130%;
	padding: 15px 0 10px 0;
	font-style: italic;
}

body {
	font-family: verdana,arial,times new roman;
	line-height: 120%;
	background-color: #7D3C4A;
	background-image: url("/media/fmf/images/background_gradient3.png");
	background-repeat: repeat-x;
}

.baseMain {
	width: 800px;
	margin: 20px auto 20px auto;
}

.baseSection {
	float: left;
	width: 800px;
	background-color: white;
}

.baseBottom {
	float: left;
	width: 800px;
	text-align: right;
	font-size: 70%;
}

.baseBottom a:link,.baseBottom a:visited,.baseBottom a:active {
	color: #5D1C2A;
}

.baseBottom a:hover {
	color: #000;
}

.baseSpacer {
	float: left;
	width: 800px;
	height: 2px;
	line-height: 1px;
	background-color: #7D3C4A;
}


.baseHeader {
	float: left;
	width: 770px;
	height: 100px;
	margin: 5px 15px 5px 15px;
	padding: 0;
	position: relative;
}

.baseHeaderMenu {
	float: right;
	height: 100px;
	text-align: right;
	font-size: 80%;
	color: #666;
	font-weight: bold;
	line-height: 100px;
}

.baseHeaderMenu a:hover {
	background-color: #DDD;
}

.baseLogo {
	float: left;
	width: 218px;
	height: 100px;
	background-image: url("/media/fmf/images/fmf_logo10.png");
}

.baseClickableLogo {
	position: absolute;
	display: inline-block;
	width: 218px;
	height: 100px;
	top: 0px;
	left: 0px;
}

.baseBanner {
	width: 800px;
	height: 200px;
	margin: 0;
}

#slideshow {
    position:relative;
	width: 800px;
	height: 200px;
	margin: 0;
	padding: 0;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}


.baseVerticalSpacer {
	width: 1px;
	height: 400px;
	float: left;
}

.baseContentBoxWide {
	width: 769px;
	float: left;
	font-size: 80%;
	margin: 15px;
}

.baseContentBoxWide a:hover {
	background-color: #DDD;
}

.baseContentBox {
	width: 500px;
	float: left;
	font-size: 80%;
	margin: 15px;
}

.baseContentBox a:hover {
	background-color: #DDD;
}

.baseNewsBox {
	width: 254px;
	float: left;
	font-size: 70%;
	margin: 15px 15px 15px 0;
	background-color: #DDD;
	line-height: 115%;
}

.baseNewsBox a:hover {
	background-color: #BBB;
}


.baseNewsBox h2 {
	width: 248px;
	background-color: #CAB;
	padding: 3px;
}

.baseNewsBox li {
	margin: 5px 5px 10px 5px;
}

.baseWWFBox {
	width: 254px;
	float: right;
	margin: 15px 15px 15px 0;
	font-size: 55%;
	text-align: justify;
	line-height: 125%;
	color: #555;
}

.baseFooter {
/*	float: left;*/
	width: 800px;
	text-align: center;
	font-size: 71%;
	background-color: #DDD;
	margin: 0;
	padding: 5px 0 5px 0;
	border-top: 1px dotted #999;
}

.baseFooter a:hover {
	background-color: #BBB;
}

.baseFooter ul {
	list-style-type: none;
}

.baseFooter li {
	display: inline;
}

.baseError {
	color: #F00;
	font-size: 80%;
}

.baseInfo {
	color: #00F;
	font-size: 80%;
}

.highlightText {
	border: 3px solid #E40059;;
	padding: 5px;
	background: #f8f8f8;
	font-size: 105%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.highlightText:first-line {
	font-size: 125%;
	font-weight: bold;
	line-height: 175%;
	color: #E40059;
}
.highlightText a {
	font-size: 115%;
	font-weight: bold;
	line-height: 175%;
}

.highlightTextYellow {
	padding: 5px;
	background: #FFCC33;
	font-size: 105%;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-opera-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}
.highlightTextYellow:first-line {
	font-size: 120%;
	font-weight: bold;
	line-height: 175%;
}
.highlightTextYellow a {
	font-size: 115%;
	font-weight: bold;
	line-height: 175%;
}
