* {			
	font-size: 100%;
	margin: 0;
	padding: 0;
}

img {
  border: 0;
}

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear { 
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clear {
  height: 1%;
}

.clear {
  display: block;
}
/* End hide from IE-mac */


html, body {
	background: #e7e7e7;
	font-family: "Lucida Grande", "Lucida Sans", "Lucida", Arial, Helvetica, sans-serif;
	height: 100%;
}

body {          
	font-size: .95em;
	padding-bottom: 1px;
	text-align: center;
}

#site {            
	background: #fff;
	color: #413731;
	display: block;
	margin: 30px auto 10px auto;
	padding: 2em;
	text-align: left;
	width: 50em;
} 

a {
	color: #035ea5;
	text-decoration: underline;
}                    

a, :focus {
	outline: 0;
}       

a:hover {
	text-decoration: none;
}

h2, h3, h4, h5, p {
	padding-bottom: 5px;
}         

h2 {                  
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;                          
	font-weight: normal;
	color: #035ea5;              
	margin-bottom: 20px;
	padding-bottom: 10px;                    
	text-align: center;
}                      

h2 a {
	text-decoration: none;
}

h3 {
	font-size: 1.3em; 
	padding-bottom: 10px;
	padding-top: 20px;
}                 

p {
	line-height: 200%;
	padding-bottom: 20px;
}                  

.tease {           
	background: #e7e7e7;
	font-family: Georgia, "Times New Roman", Times, serif !important;
	font-size: 1.3em;
	line-height: 200%;
	margin-bottom: 30px;
	padding: 1em;
}

.tease, .tease *, .h, .h * {
  color: #413731;
  text-decoration: none;
}

strong {
	font-weight: normal;
}

.im-left {   
	float: left;
	margin: 0 10px 10px 0;
}                    

.im-right {
	float: right;
	margin: 0 0 10px 10px;
}             

.footer, .footer a {
	color: #413731;
	text-decoration: none;
}      

.footer {
	font-size: .7em;
	padding-bottom: 30px;
}
