/* CSS Document */

body {
	margin: 0;
	padding: 0;
	background-color:#FEEAEC;
}

#maincontainer {
	width: 800px;
	padding-left: 14px;
	clear: both;
}


#maincontent {
	width: 780px;
	background-color:#fff;
	border: #e2d4d4 solid 1px;
	position: relative;
	padding-bottom: 20px;
	padding-top: 12px;
}

div.leftcolumn {
	float: left;
	width: 175px;		
	margin-left: 10px;
	color: #b5abac;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
}

div.leftcolumn .foundation-events{
 padding: 10px 10px 10px 10px;
 font-size: 12px;
 line-height: 18px;
 font-weight: bold;
}
div.leftcolumn .foundation-events a{
	color: #b5abac;
}


div.leftcolumn .recent-news {
 padding: 10px 10px 10px 10px;
 	font-size: 12px;
}

td.more {

padding-bottom: 5px;
}

a.more {
	color: #b5abac;
	font-family: Georgia, "Times New Roman", Times, serif;
 padding: 10px 10px 10px 10px;
	
}


div.centercolumn {
	width: 570px;	
	margin-left: 200px;	
	font-family: Georgia, "Times New Roman", Times, serif
	color: #333333;
	font-size: 14px;
	line-height: 23px;

}

div.rightcolumn {
	width: 191px;
	border: #666 solid 1px;
	float: right;
	background-color: #FFD2E9;

	padding: 10px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif
	color: #333333;
	font-size: 12px;
	line-height: 20px;	 
	text-align:center;
}

#footer {
padding-top: 5px;
}

#footer, #footer a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	width: 100%;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	line-height: 17px;
}

#footer a:hover {
	text-decoration:underline;
}
