h1 {
	font:bold 15pt Arial, Sans-Serif;
	color:#58AEE0;
	margin-top:0;
}

h2 {
	margin:0;
	padding:0;
}

h3 {
	font:bold 13pt Arial, Sans-Serif;
	color:#3177ba;
	margin:12px 0px 5px 0px;
}

h4 {
	font:bold 10pt Arial, Sans-Serif;
	color:#6a2d91;
	margin:0px 0px 3px 0px;
	padding:0;
}

h4 a:link, h4 a:visited, h4 a:hover {
	color:#6a2d91;
}

div#Header {
	background-image:url(/image/homepage/header.jpg);
	background-repeat:no-repeat;
	height:281px;
}

div.Content {
	height:100%;
}

div#ColumnLeft {
	float:left;
	width:565px;
}

div#ColumnRight {
	float:left;
	width:300px;
	margin-left:15px;
}

div#ColumnMain {
	float:left;
	width:324px;
}

div#Welcome h2 {
	height:40px;
	background-image:url(/image/column/homepage/welcome_header.gif);
	text-indent:-99999px;
}

div#Welcome {
	height:100%;
	background-color:#3177ba;
	background-image:url(/image/column/homepage/welcome_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:13px;
}

div#Connection h2 {
	height:40px;
	background-image:url(/image/column/homepage/connection_header.gif);
	text-indent:-99999px;
}

div#Connection {
	height:100%;
	background-color:#5b8a01;
	background-image:url(/image/column/homepage/connection_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:13px;
}

div#Community h2 {
	height:40px;
	background-image:url(/image/column/homepage/community_header.gif);
	text-indent:-99999px;
}

div#Community {
	height:100%;
	background-color:#0189a8;
	background-image:url(/image/column/homepage/community_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:13px;
}

div#Cause h2 {
	height:40px;
	background-image:url(/image/column/homepage/cause_header.gif);
	text-indent:-99999px;
}

div#Cause {
	height:100%;
	background-color:#793ca0;
	background-image:url(/image/column/homepage/cause_footer.gif);
	background-position:bottom;
	background-repeat:no-repeat;
	margin-bottom:15px;
	padding-bottom:13px;
}

div.HomePageBlock {
	float:left;
	width:150px;
	margin:2px 10px 8px 0px;
	font-size:9pt;
}

div.ItsAllAboutYou {
	color:#438dc8;
	font-weight:bold;
	margin-top:10px;
}

ul.ItsAllAboutYou {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

ul.ItsAllAboutYou li {
	color:#3f505f;
	margin-bottom:10px;
	padding:8px;
	background-image:url(/image/homepage/feature.gif);
	background-repeat:no-repeat;
}

ul.ItsAllAboutYou li strong {
	color:#438DC8;
}

p.ContactInformation {
	text-align:center;
	margin-top:30px;
}

p.ContactInformation strong {
	color:#438dc8;
}

div.LearnMore {
	text-align:right;
}

div.VerticalDivisionLine {
	background-image:url(/image/homepage/line.gif);
}

ul.LogonForm {
	list-style-type:none;
	margin:0;
	padding:0;
	margin-top:10px;
}

ul.LogonForm li {
	color:#3f505f;
	margin-bottom:10px;
	padding:8px;
	background-image:url(/image/homepage/feature.gif);
	background-repeat:no-repeat;
}

ul.LogonForm li fieldset {
	margin-top:7px;
	padding:5px;
}

ul.LogonForm li fieldset table tr td {
	padding:3px;
}

ul.LogonForm li a strong {
	color:#438DC8;
}

a.Expand,
a.Contract {
	padding-right:12px;
	background-image:url(/image/chevron-open.gif);
	background-repeat:no-repeat;
	background-position:right;
	text-decoration:none;
	color:#5e8d01;
}

a.Contract {
	background-image:url(/image/chevron-close.gif);
}

a.Expand:hover {
	color:#5e8d01;
}

.PanelContainer {
	width:324px;
	position:relative; /* Fix IE7 */
	overflow:hidden;
}

.PanelContainer .Panels {
	position:relative;
	width:16200px;
	top:0px;
	left:0px;
}

.PanelContainer .Panels .Panel {
	position:relative;
	float:left;
	width:324px;
	padding:0 10px 0 0px;
}

.PanelContainer p {
	margin:0;
	padding:0;
}

.PanelNavigation {
	position:absolute;
	width:324px;
	padding:3px 0 3px 0;
	margin-top:94px;
	z-index:1000;
	text-align:right;
}

.PanelNavigation img {
	cursor:pointer;
	margin-left:1px; 
}

.PanelMask {
	background-position:50% 50%;
}