html {	margin: 0px;	padding: 0px;	height: 100%;	width: 100%;	}body {	background-color: #8E8E8C;	margin:0;	padding: 0;	font-family: Arial,sans-serif;	font-size: 96%;	height: 100%;	width: 100%;	color: #333333;	}#container {	background-color: #99CCCC;	background-image: url(images/menulines.png);	background-position: 0 100px;	background-repeat: repeat-x;	min-width:781px;	width:781px;	max-width: 800px;	/*width: expression(document.body.clientWidth < 800? "800px": "auto" );*/	width: auto !important;	margin-left: auto;	margin-right: auto;	margin-top: 5px;	margin-bottom: 0;	padding: 0px 0 10px 0;	border: 2px solid #333333;	}	a {	color: #993300;	text-decoration: none;	font-weight: bold;	}a:hover {	text-decoration: underline;	}	#top {	background-image: url(images/dsfp.png);	margin: 0 0px 0 0;	padding: 0;	background-repeat: no-repeat;	background-position: 276px 62px;/*270*/	height: 92px;	float: left;	width: 636px;/*630*/	position:relative;	      	}#top h1 {		text-indent: -500em;		}#logoimg {	margin: 10px 0 0 0;	padding: 0;	height: 171px;	position: relative;	width: 780px;	/*width: expression(document.body.clientWidth < 800? "800px": "auto" );*/	/*min-width:780px;*/	width: auto !important;	}#mainmenu {	font-size: 0.8em;	font-weight: bold;	margin: -74px 0 0 0; 	white-space: nowrap; 	position: relative;	}#mainmenu a {	color: #993300;	text-decoration: none;	}#mainmenu a:hover {	text-decoration: underline;	}	#mainmenu ul {	list-style-type: none;	padding-left: 40px;	padding-top: .8%;	padding-bottom: 0px; /*was 5px*/	margin: 0; /*was -10px 0 0 0 */	}#mainmenu li {	display: inline;	padding-right: 16px;	padding-left: 16px;	padding-bottom: .5%;	padding-top: 4px;	margin: 0;	}.mmhere {	background-color: #CCFFCC;	padding-bottom: .5%;	padding-top: 5px;	}	.mmhere a {	color: #993300;	}	.mmhere a:hover {	color: #993300;	text-decoration: underline;	}#submenu {	font-size: 0.8em;	font-weight: bold;	margin: 10px 0 0 0;	white-space: nowrap;	position: relative;	}#submenu a {	color: #993300;	text-decoration: none;	}#submenu a:hover {	text-decoration: underline;	}	#submenu ul {	list-style-type: none;	padding-left: 60px;	padding-top: 5px;	padding-bottom: 0px;	margin: 0;	}#submenu li {	display: inline;	padding-right: 12px;	padding-left: 12px;	}#content {	margin-top:20px;	margin-left: 40px;	margin-right: 5%;	margin-bottom:30px;	min-height: 300px;	}#content p {	margin:0;	padding-bottom:10px;	}#footer {	margin:0 0 10px 0;	padding: 0;	position: relative;	font-size:73%;	font-weight: bold;	}#footer ul {	border-top: 2px solid #333333;	border-bottom: 1px solid #333333;	list-style-type: none;	padding-left: 40px;	padding-top: .5%;	padding-bottom: .5%;	margin: 0;	}#footer li {	display: inline;	padding-right: 10px;	padding-left: 10px;	margin:0 28px 0 0;	}#footer a {	color: #993300;	text-decoration: none;	font-weight: bold;	}#footer a:hover {	text-decoration: underline;	}.fmhere {	background-color: #CCFFCC;	padding-bottom: .4%;	padding-top:.4%;	}	.fmhere a {	color: #993300;	}	.fmhere a:hover {	color: #993300;	text-decoration: underline;	}#footer p{	font-size:85%;	padding-left:40px;	border: 0;	}#footer img {	padding-top:15px;	border: 0;	}