body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FEEFD2;
	background-image:  url("gui/backcolor.gif");
}
#header{margin-left:30px; border-bottom: solid 1px #CC3300;}
.subheader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #CC6633;
	margin-bottom: 3px;
	font-weight:bold;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: large;
	color: #590000;
	line-height: 32px;
	margin-top:9px;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #590000;
	line-height: 32px;
}

#content{
	margin-left: 30px;
	margin-right: 20px;
		/*width: 80%;for explorer*/
	width:expression(document.body.clientWidth > 1052? "500px": "80%" );
	min-width:300px;/* overrules width 80% in mozilla browsers*/
	max-width:500px;
	

}
.indent30{
	margin-left: 30px;
}
#content img{
margin-right:13px;
border: solid 1px #590000;
}
#content p{margin-bottom:2em;}
.bodytext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #590000;
	line-height: 20px;
	text-align: justify;

}
.address{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	color: #E47A1B;
	margin-left: 30px;
	border-top: solid 1px #CC3300;	
}
.topBorder{	border-top: solid 1px #CC3300;}
#leftMenu{
	margin-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	/*width:134px; height:23px;
	display: block;*/

}
#leftMenu li{
	margin-left: -1em;
	margin-bottom:15px;
	list-style-type: none;
	background-image: url("gui/button.gif");
	background-repeat: no-repeat;
	background-position: left top;
	line-height:20px;
	color: #CC6633;
	width:134px; height:23px;
	display: block;
	padding-left: 5px;
	padding-top: 1px;



}
#leftMenu a:link{
	color: #FEEFD2;
	width:134px; height:23px;
	display: block;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}

#leftMenu a:visited{
	color: #FEEFD2;
	width:134px; height:23px;
	display: block;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}
#leftMenu a:hover{
	color: #CC6633;
}
#leftMenu a:active{
	color: #CC6633;
		width:134px; height:23px;
	display: block;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
}
.topPage{color: #FEEFD2;}
.credits {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #CC6633;
}
