html {
	text-align: center;
}
body { 
	margin-top: 0; margin-left: 10px; margin-right: 10px;	
	margin-bottom: 10px; 
	font-family: Arial, Helvetica, sans-serif;
	background-color: White;
	color: Black;	
	font-size: 9pt;
}
p { 	
	margin-bottom: 4px;	
	margin-top: 2px;	
	margin-right: 10px;	
	margin-left: 10px;
}
cite {
	margin-left: 60px; 
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* -----------------  divs ------------------------  */
.center {
	text-align: center;
	}		
.centerB {
	text-align: center;
	font-weight: bold;
	}		
.sm {
	font-size: 8pt;
	}	
.block {
	margin-left: 20px; 
	margin-right: 20px; 
	}
.blockWide {
	margin-left: 60px; 
	margin-right: 80px; 
	}
.ideaBox {
	border: 1px solid #399818;
	font-size: 9pt;
	padding: 10px;
}
.imgRight {
	float: right;
	margin: 0 10px 10px 0; 
	}
.imgLeft {
	float: left;
	margin: 0 10px 10px 0; 
	}	
.puff {
	padding: 20pt;
	}
.justify {
	text-align: justify;
	margin-bottom: 3px;
	text-indent: 0px;
	}			
.leftdiv {
	float: left;
	width: 49.9%; /* by making one side less than 50%, IE won't flicker when resizing the browser narrower. */
	padding: 0;
	margin: 0;
}
.rightdiv {
	float:right;
	width: 50%; /* see .leftdiv above */
	padding: 0;
	margin: 0;
}
.toClear {
	clear: both;
	text-align: center;
	display: inline;
	min-width:400px;
}
	/*  -------------- IDs ----------- */
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	text-align: center;
	color: White;
	clear: both;
	padding-top: 10px;
}

#tag {
	color: #a71931;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 138%;
	font-style: italic;
	width: 325px;
}

/*  --------------------- block containers ---------------------- */
.contentRtColumn {
	text-align: left;
	margin-left: 220px;
	padding-right: 20px;
	padding-left: 20px;		
	padding-top: 0px;
	padding-bottom: 8px;
}
.sidebar {
	float:left;
	font-size: 8pt;
	font-family: Georgia, "Times New Roman", Times, serif;
	width:200px;
/*	margin: 0;*/
	padding:15px;
	text-align: left;
   border-right: 1px solid #000000;
}
.sidebar p {
	margin-left: 0;
}

/*  -------------- colors -------------------- */
.red {
	color: #cc0e0e; 
}	
.dkRed {
	color: #a71931; 
}	
.green {
	color: #399818;
}	
.dkGreen {
	color: #006a3a; 
}	
.blue {
	color: #1d75bf;
}
.aqua {
	color: #01a0c7; 
}	
.gold {
	color: #ffcc00; 
}	
/*  ----------------- lists -------------------- */
ul {
	list-style: square outside;
	display: block;
	white-space: normal;
	margin: 4px 10px 4px 80px;
}
ul#fp {
	list-style: square outside;
	display: block;
	white-space: normal;
	margin: 4px 10px 4px 10px;
}	 
/*  -----------------------links ------------------- */
a:link, a:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 9pt; 
	color: #1d75bf;
	text-decoration: none;
}	
a:hover {
	color: #cc0e0e;
	text-decoration: none;
}
a:focus, a:active {
	color: #1d75bf;
	text-decoration: none;
}
a img {  
	border: 0px;
}	
/* ---------- */
a.sp:link, a.sp:visited { 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size: 8pt; 
	color: #1d75bf;
	text-decoration: none;
}	
a.sp:hover {
	color: #a71931;
	text-decoration: none;
}
a.sp:focus, a:active {
	color: #1d75bf;
	text-decoration: none;
}

/* ---------- */
a.dev:link, a.dev:visited { 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: normal; 
	font-size: .95em; 
	color: White;
}	
a.dev:hover {
	color: Black;
}
a.dev:focus, a.dev:active {
	color: Black;
}
/* ---------- */

	
/*  ------------------------- headers ----------------- */
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-left: 10px;
	text-align: center;
}	
h1 { 
	margin-bottom: 0px;
	font-size: 185%;
	font-weight: lighter;
	letter-spacing: .08em;
	text-align: left;
	margin-top: 0px;
	}
h1 + p {
	margin-top: 0px;
}	
h2 {
	margin-bottom: 0px;
	font-size: 150%;
	font-weight: lighter;
	letter-spacing: .02em;
	text-align: left;
	}
h2 + p {
	margin-top: 0px;
}
h3 {
	margin-bottom: 0px;
	font-size: 130%;
	letter-spacing: .04em;
}
h3 + p {
	margin-top: 0px;
}
.sidebar h3 {
	margin: 0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 110%;
	padding-top: 4px;
}
/* --------------------  these are the wraps ----------------------- */

table#whiteBox {
	height: 100%;
	width: 806px;
	padding: 0;
	border-right: 2px solid Black;
	border-left: 2px solid Black;
	border-bottom: 2px solid Black;
	background-color: White;
	overflow: hidden;
	text-align: left;
}
div#whiteWrap {
	height: 100%;
	width: 805px;
	padding: 0;
	border: 2px solid Black;
	background-color: White;
	overflow: hidden;
	text-align: left;
}
div#whiteWrap3 {
	height: 100%;
	width: 805px;
	padding: 0;
	border-left: 2px solid Black;
	border-right: 2px solid Black;
	border-bottom: 2px solid Black;
	background-color: White;
	overflow: hidden;
	text-align: left;
}
#greenWrap {
	border-left: 10px solid #399817;
	border-right: 10px solid #399817;
	border-bottom: 10px solid #399817;
	width: 805px;
}	
.weatherbug {
	margin: 10px;
	float: left;
	width: 250px;
	height: 100%;
}
#whiteBlock {
	width: 225px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-left: 6px;
}