@charset "utf-8";

/*Tabula Rasa*/
* { 
	margin:0;
	padding:0;
	}
	
html {
	background: #5d734f;
	height:100%
	}
	
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:1.6em;
	height:100%;
	color:#000000;
	}
	
a:link, a:visited {
	color:#ff5d1f;
	}
	
a:hover {
	color:#557e2b;
	}
	
blockquote {
	width:200px;
	float:right;
	margin:0 0 12px 20px;
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#027DC0;
	font-style:italic;
	line-height:1.6em
	}
	
hr {
	border:none;
	width:615px;
	height:16px;
	margin:10px auto;
	padding:0;
	background-color:#5d734f;
	}

ul {
	margin-left:30px;
	list-style:none;
	}
	
ul li {
	padding-left:14px;
	margin-bottom:4px;
	}
	
ol {
	margin:6px 0 6px 30px;
	}
	
ol li {
	background:none;
	margin-bottom:4px;
	}
	
h1, h2, h3 {
	padding:2px 0 8px 0;
	color:#000000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:1.4em;
	}
	
h1 {
	font-size:26px;
	}
	
h2 {
	font-size:24px;
	}
	
h3 {
	font-size:18px;
	font-variant:small-caps;
	}
		
		
p {
	margin:2px 0 8px 0;
	padding:0;
	color:#000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height:1.5em;
	}
	
img, div { 
	behavior: url(iepngfix.htc); 
	}

.img_right {
	float:right;
	padding:0 0 10px 10px;
	}

/*--------   Nav   --------------*/	

/*--------   Nav   --------------*/	

	
/*--------   Home Styles     -----------------*/


/*--------   Home Styles End    -----------------*/

/*--------   Inner Styles     -----------------*/


	
/*--------   Inner Styles End    -----------------*/

#copyright	{
	position:relative;
	top:10px;
	margin:0 auto 40px auto;
	width:440px;
	height:20px;
	color:#666666;
	text-align:center;
	font-size:10px;
}

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

.clearfix {
	display:inline-block;
	_height: 1%;
}

.clearfix {
	display:block;
}
