
.headline{
	font: bold 20px Georgia;
	color: white;
}

.subhead {
	font: bold 14px Georgia;
	color: #cccccc;

}

.bodytext{
	font: 13px Georgia;
	color:#2e0e08;
}
a.bodylink{
	color:#292959;
	font-weight:bold;
}
a.bodylink:visited{
	color:#292959;
	font-weight:bold;
}
a.bodylink:hover{
	color:#292959;
	font-weight:bold;
	text-decoration:none;
}
div#leftcolumn{
	background-color:#e0dcca;
	width:190px;
	vertical-align:top;
	padding-top:5px;
	float:left;
	height:100%;
}
div#rightcolumn{
	float:right;
	width:660px;
	background-color:white;
	vertical-align:top;
	height:100%;
	padding-top:5px;
	padding-left:5px;
}
div#innerleftcolumn{
	background-color:white;
	width:100px;
	vertical-align:top;
	float:left;
}
div#innerrightcolumn{
	float:right;
	width:530px;
	background-color:white;
	vertical-align:top;
	padding-top:20px;

}
div#innerleftcolumnfeat{
	background-color:white;
	width:310px;
	vertical-align:top;
	float:left;
	font-size:12px;
}
div#innerrightcolumnfeat{
	float:right;
	width:310px;
	background-color:white;
	vertical-align:top;
	padding-top:20px;
	font-size:12px;

}

/* for understanding browsers */ 
.container { width:20em; padding:0.5em; border:1px solid #000; min-height:26.5em; height:auto;padding-bottom:100px; }
 /* for Internet Explorer */ /*\*/ *
 html .container { height: 26em; } /**/
