/**************************************************************
	 Sections
 **************************************************************/

html,body {
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 170%;
	color: #333;
	background-color: #172956;
}
#Container {
	margin: 20px auto 50px auto;
	padding: 0px;
	width: 763px;
	background-color: white;
}

#Header {
	margin: 0px;
	padding: 0px;
	height: 201px;
	background: white url(../images/header.jpg) top left no-repeat;
}

#LeftColumn {
	margin: 0px;
	padding-bottom: 10px;
	float: left;
	width: 186px;
	font-family: "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}
#LeftColumn ul.Menu {
	margin: 0px;
	padding: 0px 5px 5px 5px;
	list-style: none;
	background-color: #FFFACD;
	font-size: 10pt;
}
#LeftColumn ul.Menu li {
	/*border-top: 1px solid #FFFACD;*/
	border-bottom: 1px solid #FFFACD;
}
#LeftColumn ul.Menu li a {
	margin: 0px;
	padding: 10px;
	display: block;
	color: #333;
	background-color: #FDE68C;
	border-top: 1px solid #FFE89A;
	border-bottom: 1px solid #FFE89A;
	border-left: 1px solid #FEC892;
	border-right: 1px solid #FEC892;
}
#LeftColumn ul.Menu li a:hover,
#LeftColumn ul.Menu li a.selected {
	color: black;
	text-decoration: none;
	background-color: #FFE27D;
	border: 1px solid #FFCC19;
}
#LeftColumn div.Section {
	margin-top: 10px;
	padding: 10px;
	background: #F8F7F3 url(../images/section.gif) top left repeat-x;
}
#Content {
	margin: 0px;
	padding: 110px 20px 10px 20px;
	float: left;
	width: 537px;
	background: white url(../images/content_bg.gif) top left no-repeat;
}
#Footer {
	margin: 0px auto;
	padding: 0px;
	width: 763px;
	height: 80px;
	clear: both;
	text-align: center;
	background: #B0C4DE url(../images/footer_bg.gif) bottom center no-repeat;
	color: #172956;
}
#Footer table tr td {
	color: #172956;
}
#Footer a {
	color: #172956;
}
#Footer a:hover {
	text-decoration: underline;
}
#CiviCore {
	margin: 0px auto;
	padding: 0px 73px;
	width: 763px;
	height: 60px;
	text-align: right;
}