/*-----------------
Home Page Columns
------------------*/

#leftColumn, #rightColumn {
	float:left;
	position:relative;
	top:-20px;	
	margin:25px auto;
	margin-bottom:-25px;
	height:99%;	
}

/* left column*/
#leftColumn {	
	width:18%;			
	background-color:transparent;	
}


/* right column*/
#rightColumn {	
	width:70%;				
	background-color:transparent;
}

/*right column field set*/
fieldset.rightColumn{
	width:99%;	
	height:100%;
	background-color: white;
	color:black;
	padding: 15px;
	border:none;
}

h3#rightColumn{
	font-size: 13pt;
	color:black;
	display:block;
	width:100%;
	padding-bottom:0px;
	margin-bottom:-10px;
}

.Article{
	width:90%;
	height:90%;
	margin:auto;
	line-height: 2.5em;
	color: #595959;
}

#teaser{
	font-size: 10pt;
	line-height: 1.5em;
}

ul#teaser li{
	list-style: circle;
}