@charset "utf-8";
body,td,th {
	font-family: Courier New, Courier, monospace;
	font-size: medium;
	color: black;
}
body {
	background-color: white;

#	background-image: url(images/ferg-bg.png);
#	background-repeat: no-repeat;
#	background-position: 60% 75%;
#	background-attachment:fixed;

}

/* a:link {color:green;} */
a:visited {color:green;}
a:hover {color:red;}
a:active {color:yellow;}

h1 {
	font-size: large;
	font-family: "Arial Black", Gadget, sans-serif
	}
h1.pos_right 
			{
			position:relative;
			left:15em;
			}
p.pos_right
			{
			position:relative;
			margin-left:15em;
			margin-right: 14em;
			}

	
.topbox {
/*	font-family: Verdana, Geneva, sans-serif;
	font-size: medium;
	background-color: #FF6600;
	word-spacing: .2em;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove; */
	position: fixed;
	left: 25%;
	top: 0;
	padding: 1em;
	background-color: #FF6600;
	word-spacing: .2em;
	border-width: medium;
	border-style: solid none solid solid;
/*	background-image:url(images/chez-melancon.jpg);
	background-repeat:no-repeat; */
}

.footer {
	position: fixed; 
	bottom: 0;
	background-color: blue;
	word-spacing: .2em;
	border-width: medium;
	border-style: solid none solid solid;
	}

.leftbar {
	margin: 1em;
	padding: 1em;
	width: 9em;
	list-style-type: none;
	left: 1em;
	top: 2em;
	/* float: left; */
	position: fixed; 
	background-color: white;	
	color: black;
 /*	background-image:url(images/podium.png);
	background-repeat:no-repeat;	*/
}
.rightbar {
	margin: 1em;
	padding: 1em;
	width: 9em;
	list-style-type: none;
	right: 15px;
	top: 2em;
	/* float: right; */
	position: fixed;
	background-color: #9F0;
	color: black;
}
div.midbox {
	width: 60%;
	padding: 10px;
	border: 2px solid white;
	margin: auto;
	/* left: 15px;
	position: absolute; */
}

div.testbox {
	width: 40%;
	padding: 10px;
	background-color: #FFFF99;
	margin: auto;
}
#dropdown, #dropdown ul {	display:block;
						margin:0;
						padding:0;
						list-style:none;}


#dropdown a {				display:block;
						width:10em;}



#dropdown li 			{	float:left; 				
						width:10em;
						}

#dropdown li ul 		{	display:none}


#dropdown li:hover ul{display:block;
					width:10.1em;}
					
#dropdown li ul li {	float:none;
					width: auto;
					}

