@charset "utf-8";
#sidebar_left {
	background-image: url(images/sidebars_02.gif);
	width: 150px;
	top: 0px;
	background-repeat: no-repeat;
	height: 2000px;
	position: fixed;
}
#banner {
	width: 799px;
	top: 0px;
	background-image: url(images/ffy_mk_01_test%20copy.gif);
	background-repeat: no-repeat;
	height: 130px;
	background-position: top;
	position: absolute;
}
#maincontent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-top: 5px;
	padding-left: 18px;
	font-size: 12px;
	padding-right: 80px;
	vertical-align: middle;
}
.img_left {
	float: left;
	margin-right: 8px;
}

#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003399;
	padding-left: 15px;
	padding-bottom: 3px;
	padding-top: 5px;
}

#footer {
	background-image: url(images/footer.gif);
	background-repeat: no-repeat;
	height: 130px;
	width: 799px;
	padding-top: 5px;
	background-position: 50% bottom;
	position: absolute;
	background-color: #FFFFFF;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: center;
	vertical-align: bottom;
}
.footer a:link {
	text-decoration: none;
	color: #FFFFFF;
	}
.footer a:visited {
	text-decoration: none;
	color: #FFFFFF;
	}
.footer a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006699;
	}
.footer a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #006699;
	}


#sidebar_right {
	background-image: url(images/sidebars_04.gif);
	background-repeat: no-repeat;
	width: 150px;
	top: 0px;
	height: 700px;
	float: right;
	position: fixed;
}
#navbar {
	background-color: #FFFFFF;
}

body { 
text-align:center; /* for IE */ 
}
#index_left {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 15px;
	padding-right: 5px;
}
#current {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 4px dotted #FF0000;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 8px;
	padding: 0px;
}

.photos {
	margin-top: 15px;
}
.buttons_main {
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
}



#container {
	text-align:left; /* reset text alignment */
	width:1099px; /* for the rest */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFFFFF;
	vertical-align: 0px;
}

ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	width: 150px;
	border-bottom: 1px solid #ccc;
	}
	
ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	border-left: 1px solid #ccc;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #fff;
	padding: 5px;
	padding-left: 12px;
	border: 1px solid #ccc;
	border-left: 0;
	border-bottom: 0;
	}
li a:hover {
	background: #3366FF;
	color: #FFFFFF
	}	
	
li:hover ul, li.over ul { 
	display: block;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }
   }
  }
 }
}
window.onload=startList;

.left_main {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-left: 10px;
	padding-right: 20px;
}
.buttons {
	margin-top: 6px;
	margin-left: 2px;
}
