/**************************************************************
	 Sections
 **************************************************************/

html,body {
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 170%;
	color: #333;
	background-color: #6B707B;
}
#Container {
	margin: 0 auto 50px auto;
	padding: 0px;
	width: 763px;
	background-color: white;
	border: 2px solid #6B707B;
}

#Header {
	margin: 0px;
	padding: 0px;
	height: 199px;
	background: white url(../images/CAFwebbanner.jpg) top left no-repeat;
}

#LeftColumn {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
	width: 181px;
	font-family: Trebuchet MS, Tahoma, Arial, Helvetica, sans-serif;
}
#LeftColumn ul.Menu {
	margin: 0px;
	list-style: none;
	font-size: 10pt;
}
#LeftColumn ul.Menu li {
	border: 1px solid white;
}
#LeftColumn ul.Menu li a {
	margin: 0px;
	padding: 10px;
	display: block;
	color: #333;
	background-color: #E5E7C5;
	border: 1px solid #E5E7C5;
	border-left: 0;
}
#LeftColumn ul.Menu li a:hover,
#LeftColumn ul.Menu li a.selected {
	color: black;
	text-decoration: none;
	background-color: #CCD096;
	border: 1px solid #9AA238;
	border-left: 0;
}
#LeftColumn div.Section {
	margin-top: 10px;
	padding: 10px;
	background: #F8F7F3 url(../images/section.gif) top left repeat-x;
}
#Content {
	margin: 0px;
	padding: 15px 20px 10px 20px;
	float: left;
	width: 542px;
	background: white url(../images/content_bg.gif) top left repeat-x;
}
#Footer {
	margin: 0px auto;
	padding: 0px;
	width: 763px;
	height: 40px;
	clear: both;
	text-align: center;
	background: #6B707B;
	color: white;
}
#Footer table tr td {
	color: white;
}
#Footer a {
	color: white;
}
#Footer a:hover {
	text-decoration: underline;
}
#CiviCore {
	margin: 0px auto;
	padding: 0px 73px;
	width: 763px;
	height: 60px;
	text-align: right;
}
