/* Layout  */ 

html { min-height: 100%; 
margin-bottom: 1px; 
overflow-y:scroll;
}

body {
 color: #666633;
 background-color: #FFFEF8;
 font-size: .8em;
 font-family: verdana, Arial, Helvetica, sans-serif;
 text-align: center;
 margin: 30px 20% 30px 20%;
 height:100%;
 padding:0;
  }

h1 {
 display: inline;
 color: #85391F;
 font-size: 1.3em;
 margin: 15px 0px 15px 0px;
 padding: 15px 0px 15px 0px;
 line-height: 130%;
}


h2 {
 color: #3C3523;
 font-size:1.1em;
 margin: 15px 0px 0px 0px;
 padding: 15px 0px 0px 0px;
}

.h2like {
 color: #3C3523;
 font-weight: bold;
 font-size:1.1em;
}

h3, h4, h5, h6 {
 color: #3C3523;
 font-size: 1.0em;
 font-weight: bold;
}


dl {
	margin-top: 10px;
	}
dl dt {
	padding-top: 10px;
	}

.nowrap {
white-space: nowrap;
}

/* links - general */ 
a {
  color: #336600;
}

a:link {
 color: #663300;
 text-decoration: none;
 text-decoration: underline;
}
a:visited {
 color: #663300;
 text-decoration: none;
 text-decoration: underline;
}
a:hover {
 color: #663300;
 text-decoration: none;
 text-decoration: underline;
}


/* headering text */

.siteheader1 {
 font-size: 1.5em;
 color: #FEFFE9;
 line-height: 1.5em;
 padding: 0 10px 0 0;

}

.siteheader2 {
 font-size: 1.3em;
 color: #FEFFE9;
 line-height: 1.5em;
  padding: 0 10px 0 0;
 font-family: tahoma, Arial, Helvetica, sans-serif;

}

.noscreen {
display: none;
}

.highlight_me {
 padding: 5px 0px 5px 30px;
 font-weight: bold;
}

.highlight_head {
	font-weight:bold;
	font-size:1.2em;
	}
	
.center {
	 padding: 5px 15px 5px 15px;
	 }

.boxhead {
 color: #85391F;
 font-size:1.1em;
 font-weight: bold;
 padding: 0px 2px 0px 15px;
 display: block;
}


.clearfloat {clear: both;}

@media screen (max-width:640px;) {
body {
 margin: 30px 10px 30px 10px;

  }

}

