#container {
  width: 100%; 
  width: expression((document.body.clientWidth<778)?'778px':'100%');
  min-width: 778px; 
  max-width: 100%;
}


#contentcontainer {
	height: expression(
		document.getElementById('measurer') ? 
			(document.getElementById('measurer').clientHeight - 383) + ' px':
			'auto'
	);
}

#contentcontainer2 {
	height: expression(
		document.getElementById('measurer') ? 
			(document.getElementById('measurer').clientHeight - 261) + ' px':
			'auto'
	);
}


.menutop {
	font-family: "Times New Roman", Times, serif; 
	font-size: 11px; 
}

.menutop a {
	color: #3A4D61;
	text-transform: uppercase;
	margin-right: 0px;
}

h1, .head1 {
	font-family: "Times New Roman", Times, serif; 
	font-size: 12px; 
	color: #54727D;
	text-transform: uppercase;
}

h1.title {
	font-family: "Times New Roman", Times, serif; 
	font-size: 24px;
	color: #3F5A64;
	margin: 0;
	padding: 0;
	text-transform: none;
}

.text1 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #000000; 
}

p.text1 {
	margin-top: 1em;
	margin-bottom: 1em;
}

a.text1:link {
	color: #2E7826;
}

a.text1:visited{
	color: #1D4B18;
}

a.text1:active{
	color: #3065C4;
}


.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px;
	color: #D0E5CE;
}

.copyright a {
	text-decoration: none;
	color: #D0E5CE;
}


.menu a {
	font-family: "Times New Roman", Times, serif; 
	font-size: 10px; 
	color: #576C74;
	display: block;
	height: 30px;
	width: 180px;
	padding-left: 37px;
	padding-top: 7px;
	margin-bottom: 5px;
	background-position: left top;
	background-repeat: no-repeat;
	text-transform: uppercase;
}

.submenu a {
	font-family: "Times New Roman", Times, serif; 
	font-size: 9px; 
	color: #3B758B;
	display: block;
	height: 20px;
	width: 130px;
	padding: 0 0 0 10px;
	margin-left: 37px;
	background-image: url(../i/mli.gif);
	background-position: left 0.5em;
	background-repeat: no-repeat;
	text-transform: uppercase;
}


div.submenu{
	display: none;
}