body 
{
	font-family:Tahoma;
	font-size:0.7em;
}


.clearBoth
{
	clear:both;
}

.floatLeft
{
	float:left;
}	

.floatRight
{
	float:right;
}	


.pageContainer
{
	height:100%;
	width:768px;
	margin:0px auto;
	background-color:White;
}

.contentContainer
{
	width:100%;
	
}

.paddedContent
{
	padding:10px;
}

.leftColumn
{
	float:left;
	width:0px;
	background-color:White;
display:none;
}
.middleColumn
{
	float:left;
	width:604px;
	background-color:White;
padding-left:10px;
padding-right:10px;
}

.rightColumn
{
	float:left;
	width:144px;
	background-color:white;
	height:100%;
margin-top:50px;
padding-left:0px;


}

.bodyContainer
{
	width:100%;
	clear:both;
}

.footer
{
	width:100%;

}

.heading {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; font-style: normal; line-height: 14px; font-weight: bold; font-variant: normal; text-transform: none; color: #663399}

