html { height: 100%; } 

body {background-color: #ffffff;
	  width: 1000px;
	  margin: 0px;
	  padding: 0px; 
	  text-align : justify;
     font-family : Verdana, Arial, Helvetica, sans-serif;
	  font-size : 14px;
	  height: 100%;
	  border-style: none;
	  
} 
a { /*color: #b0a48e ; */
	color: #3a395b;
   text-decoration : none 
}
	

a:hover { 
	/*color: #293d62 ;*/
	color: #b0a48e;
}


#sidebar {
	background-color: #000000;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 200px;
	padding-bottom: 0px;
	margin: 0px;
	position: fixed;
	top: 0px;
	left: 0px;
	width : 170px;
	z-index: 1; 
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#sidebar a { color: white ;
    text-decoration : none;
    font-size: 18px;
     
}

#sidebar a:hover { 
	 color: #b0a48e ;
    text-decoration : none;
    font-size: 20px;
     
}


#maintext {
	background-color: #ffffff;
	padding-top: 200px;
	padding-left: 220px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin: 0px;
	width: 757px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	border-right: 3px;
	border-left: 0px;
	border-top: 0px;
	border-bottom: 0px;
	border-style: solid;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#logo {
	background-image: url("images/daqist_logo_alt.png")  ;
	margin:  0px;
	padding: 0px;
	width: 1000px;
	height: 167px;
	z-index: 2;
	position: fixed;
	left: 0px;
	top: 0px;
}

#footer {
	/*ackground-image: url("images/damp_logo2_wide_narrow_footer.png")  ;*/
	background-color: #b0a48e; 
	margin: 0 0 0 0px;
	padding: 0px;
	width: 1000px;
	height: 12px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 3; 
}

h1 {
	padding-top: 0px;
	margin-top: 0px; 
	color: #3a395b;
	font-size: 26px;	
}	

h4{
	/*color: #8f2c2c;*/
	color: #146618;
	padding: 0px;
	margin: 0px; 
}		 

img.sponsor_logo {
	border-style: none;
	padding: 0px;
	margin: 0px;
}

img.profile_photo {
	border-style: solid;
	border-width: 1px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	float: right;
	height: 100px;
}

li {
	margin: 0px;	
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ebebe7;
	border-style: solid;
	border-width: 1px;
}


li.profile_photo {
	margin: 0px;	
	padding: 10px;
	margin-bottom: 15px;
	background-color: #ebebe7;
	border-style: solid;
	border-width: 1px;
	height: 100px;
}

ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

p.contact {
	color : white ;
	font-size: 7pt ;
	padding-top: 40px;
	text-align: left;
	position: fixed ;
	left: 10px;
	bottom: 10px; 
}

#webmaster {
	background-image: url("images/webmaster.png") ;
	width: 180px;
	height: 90px;
	position: fixed;
	left: 10px;
	bottom: 20px; 
	z-index: 5;	
}
