body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	
}


td {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}


ul.left {
	float: left;
	width: 50%; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type:disc;
	color: #666666;	
	position: relative;
    left: 20px;
}

ul.right {
	float: right;
	width: 50%; 
	margin: 0px;
	padding: 0px;
	border: 0px none; 
	list-style-position: inside;
	list-style-type: disc;
	color: #666666;	
	position: relative;
    left: 20px;
}


li {
	line-height: 20px;
	color: #666666;
	margin: 0 0 0 25px;
}



.clearer {
	clear: both;
}

h1 {
	font-size: 22px;
	color: #44403f;
	margin: 0 0 0 0;
	padding: 0px 0 20px 25px;
	line-height: 24px;
}

h2 {
	font-size: 16px;
	color: #026227;
	padding: 7px 0 6px 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h3 {
	font-size: 14px;
	color: #9d1111;
	padding: 5px 0 0px 5px;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	}
	
hr {
	border: none 0;
	border-top: 1px solid #cccccc;
	height: 1px;
	width: 90%;
}



p {
	line-height: 19px;
	color: #666666;
	margin: 0 30px 10px 25px;
}

p a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
	font-size: 14px;
}


p a:hover, #border p a:hover  {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}

a:hover, #border p a:hover  {
	text-decoration: none;
	color: #cccccc;
	font-weight: bold;
	padding: 2px 2px 2px 2px;
}


img.alignleft {
	float: left;
	margin: 0 15px 5px 0px;
}

img.alignright {
	float: right;
	margin: 0 0 5px 15px;
}

img.alignabove {
	margin: 0 0 10px 0;
}
.clearfix:after {content:"."; display:block; height:0; clear:both; visibility:hidden; }
.clearfix {display:inline-block; }
/* Hides from IE-mac \*/
* html .clearfix {height:1%; }
.clearfix {display:block; }
/* End hide from IE-mac */