/**
	Import required styles
	Override the values that we want to below
*/


.ColumnsLayout {
/*position: relative;  
display:block;*/
/*border: 1px solid red;*/
margin-left: 265px;
margin-right: 15px;
}

.ColumnsLayout .Left_Col {
/*height: inherit;*/
position: relative;
float: left;
width: 235px;
margin-left: -250px;/**/
padding: 1px 0;
/*background-color: #F0DEBD;*/
}

.ColumnsLayout .Center_Col {
	float: left;
	font-size: .9em;
	/*width: 100%;*/
	padding: 1px 0;
	/*display: block;
	position: relative;*/
	/*margin: 0px 10px;
	margin-left: -235px;
	margin-right: -235px;*/
}



.DropShadow{
height: 7px;
background: url(/Images/ColHeader_shadow.jpg) top left repeat-x;
}

/*#ColumnsLayout #Right_Col {
	font-size: .8em;
	width: 120px;
	margin: 0px 0px 0px 0px;
	 background-color: #F0DEBD; */
	/* border: 1px solid purple; 
}*/


#ColumnsLayout #Footer{
	width: 770px;
}

h3 a:visited{
	color: #642b7c;
} 

h3 a:hover{
	color: #D97B13;
	border-bottom: 1px solid #D97B13;
} 

h3 a:focus{
	color: #D97B13;
	border-bottom: 1px solid #D97B13;

.clearfix:after {
 content: "."; /* This dot is the actual appended content */
 clear: both;
 height: 0;
 visibility: hidden;
 display: block;
 }
.clearfix {display: inline-block;} /* Fixes MacIE */
/* Hides from MacIE \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide */

