/*  
	*** WHAT IS THIS ***
	This is the default style sheet for alethic.com
	Published: 4/2008
	Revised: 4/2009
	
	*** PASTICHE ***
	sIFR font replacement (archer hairline)
	
	tan e1dbcd
	brown 2f2621
	blue 57aed9
	webblue 0099ff

*/

	body {
	  font-family: Helvetica, Arial, Verdana, sans-serif;
	  background-color: #2f2621;
	  color: #e1dbcd;
	  font-size: 11px;
	  line-height: 1.7em;
	  padding: 0;
	  margin: 0;
	  text-align: left;
	}
	
	#bar {
	 background-color: #e1dbcd;
	 }
	
	p {
		margin: 0;
		padding: 30px 0 0 20px;
		color: #e1dbcd;
		width: 400px;
		font-size: 13px;
		line-height: 18px;
		text-align: justify;
	}
	
	a:link, a:visited {
	  text-decoration: none;
	  color: #0099ff;
	}
	
	
	h1 {
	  font-family: Helvetica, Arial, Verdana, sans-serif;
	  font-weight: normal;
	  letter-spacing: -.05em;
	  margin: 0;
	  padding: 0;
	  line-height: 1em;
	  text-align: left;
	  font-size: 36px;
	  margin: 0;
	  padding: 40px 80px 20px 80px;
	  color: #e1dbcd;
	}
	
	h5 {
		margin: 0;
		padding: 30px 0 0 20px;
		color: #e1dbcd;
		width: 400px;
		font-size: 14px;
		line-height: 18px;
		text-align: justify;
	}
	h5 a:link, h5 a:visited {
	  text-decoration: underline;
	  color: #57aed9;
	}
	
	img {
	  margin: 0;
	  padding-left: 20px;
	  padding-bottom: 20px;
	  padding-top: 20px;
	  border:none;
	  }

	
/* notes page */
	
	
	#dashboard {
	border: dashed 3px #F2F2EA;
	padding: 20px;
	margin: 0 0 20px 80px;
	background: #2f2621;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #e1dbcd;
	}
		
	#stateTable {
		margin: 0 0 0px 80px;
		color: #e1dbcd;
		font-size: 13px;
		line-height: 18px;
		text-align: justify;
	}
		
	#one {
		position: absolute;
		left: 0px;
		top: 270px;
		width: 440px;
	}
		
	#two {
		position: absolute;
		left:440px;
		top:270px;
		width: 440px;
	}

