.example {
	font-family: Tahoma, Courier, monospace;
	color: #000080;
	background: transparent;
}
.headertxt {
	color:#AAAAAA;
	font-size: 0.75em;
	float: right;
	margin-right: 3px;
}
.disclaimer  {
	color: #808080;
	font-size: 0.8em;
	background: #FFF;
}
form         {
	margin-top: 0;
	margin-bottom: 0;
}

.portlet, .portletCol {
	position:relative;
	padding-bottom:7px;
	width:200px;
	/*font-size:0.75em;*/
	font-size:0.84em;
	margin-top:1px;
	background: url("/images/portlet_shadow.gif") right repeat-y;
}
.portletCol {
	float:left;
	margin-left:6px;
	/*margin-top:4px;*/
	padding-bottom:5px;
	width:220px;
}
.portlet_head {
	position: relative; 
	z-index: 2;
	background: url("/images/portlet_header_bg.gif") top left repeat;
	display: block;
	color: #FFF;
	font-weight:bold;
	padding: 3px;
	margin-right:8px;
	border: 1px solid #369;
}
.portletBody, .portletBodyCol {
	border-bottom: none;
	padding:0px;
	padding-bottom:8px;
	margin-bottom:-1px;
	margin-right:8px;
	border:1px solid #369;
	border-top:none;
	display:none;
	padding-left:2px;
}
.portletBodyCol {
	display:block;
	padding-left:0px;
	/*height:226px;*/
	height:302px;
}
.portlet span.topLeft, .portletCol span.topLeft {
	height: 10px;
	width: 4px;
	border: 0;
	position: absolute;
	z-index: 3;
	left: 0;
	background: transparent url("/images/portlet_tl.gif") top left no-repeat;
}
.portlet span.topRight, .portletCol span.topRight {
	height: 10px;
	width: 12px;
	border: 0;
	position: absolute;
	top: 0px;
	z-index: 3;
	right: 0;
	background: transparent url("/images/portlet_tr.gif") top right no-repeat;
}
.portlet_link {
	cursor: pointer;
}
.botRight {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 5;
	height: 12px;
	width: 200px;
	background: transparent url("/images/portlet_br.gif") bottom right no-repeat;
}
.portletCol .botRight {
	width: 220px;
}
.botLeft {
	height: 12px;
	width: 9px;
	border: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 6;
	background: transparent url("/images/portlet_bl.gif") bottom left no-repeat;
}
.toggle {
	position: absolute;
	top: 4px;
	right: 10px;
	z-index: 2;
}
.maincontent {
	float:left;
}
.headlines {
	float:left;
	height:auto;
}
.welcomemsg {
	/*float:left;*/
	font-size:0.9em;
	padding-left:5px;
	max-width:450px;
	width:450px;
	margin-top:-3px;
}
img.floatr {
	clear:right;
	margin-top:10px;
}
h4.sectionhead {
	background-color:#F9F0E0;
	color:#565656;
	margin-top: 0px;
	padding-left:3px;
	font-size:1em;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.7em;
	background-image: url("/images/b.gif");
}
p.sectiontxt {
	margin-top:0px;
	margin-bottom:0.6em;
	line-height:1.2em;
}
.story {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	padding-left:0.5em;
	padding-right:0.1em;
	margin-bottom:-0.8em;
}
.story p {
	display:none;
}
.headline {
	font-size:1em;
	line-height:1.3em;
	letter-spacing: -1px;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}
a:hover .portlet_head {
	text-decoration:none;
}

