@charset "utf-8";

body  {
	background:#FFFFFF;
	margin: 2em 1em 1em 2em;
	padding: 0;
	color: #000000;
	font-size:0.9em;
	line-height: 1.6em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}


   
#header {
	width:60em;
	position:relative;
	margin-top:3.5em;
	padding-bottom:3.5em;
	}
	
.logo {
	width:18em;
	border:0;
	}
	
#logoLine {
	position:absolute;
	top:4.8em; 
	}
	
#container {
	/*border:1px dashed #d1d1d1;*/
	width:55.5em;
	padding-bottom:7em;
	margin: 1.5em 1.5em 1.5em 3em;
	}
	
#container a:link:after, #container a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 80%;
   }
		
#footer {
	width:60em;
	position:fixed;
	bottom:0;
	font-size:0.9em;
	color:#999;
	}
	
.horLine {
	width:100%;
	line-height:0.1em;
	border-bottom:1px solid #e16c19;
	}
	
.address1 {
	float:right;
	top:0;
	font-size:0.9em;
	line-height:1.2em;
	z-index:2000;

	}	

.address2 {
	float:right;
	top:0;
	font-size:0.9em;
	line-height:1.2em;
	z-index:2000;
	margin-right:2em;
	}
	
h1 {
	color:#e16c19;
	font-variant:small-caps;
	font-size:1.8em;
	margin:0;
	}
	
h3 {
	color:#e16c19;
	font-variant:small-caps;
	font-size:1.4em;
	margin:0;
	}
	
h6 {
	color:#e16c19;
	font-variant:small-caps;
	font-size:1.2em;
	margin:0;
	}
hr {
	color:#724C24;
	height:1px;
	}

.hidden {
	display:none;
	}
	
.show {
	display:block;
	}
	
.noMargin {
	margin:0;
		}
		
.noMarginTop {
	margin-top:0;
	}
	
.noMarginBottom {
	margin-bottom:0;
	}
