@CHARSET "UTF-8";
/* Star Selector to remove all margin and padding from the get go--------------------------------------------*/
* {
	margin: 0;
	padding: 0;
}

/* HTML Elements---------------------------------------------------------------------------------------------*/

html { 
	font-size: 100%; /* IE hack - to make IE 5 show fonts consistently see comment below on font-size */ 
}
body{
	background: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}

p {
	margin:5 10 15 25;
	font-size:9pt;
	line-height:18px;
}

h1 {margin-left:25px; margin-bottom:10px; font-size:16px;}

.callout {color:black;}

#Slideshow { text-align:center; }

#ContentColumnLeft {
	float:left;
	width:50%;
}
#ContentColumnRight {
	float:right;
	width:50%;
}

.FooterTD {
	border-bottom: 3px solid #CCC;
	border-top: 1px solid #CCC;
	background-color:#fff;
	}

.Footer {  
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt; 
	font-style: normal; 
	margin-right: 15px; 
	margin-left: 15px; 
	font-weight: normal; 
	margin-top: 5px;
	margin-bottom: 3px; 
	color: #9B812F;}
	
.Footer a {
	color: #9B812F;
}

#PhoneNumber {
	font-size:10px;
}

#nextCycle {
	width:191px;
	padding:10px;
}