@charset "utf-8";
/* CSS Document */

/* Basic Elements */
html {
	}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #9e8c5e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	margin: 0;
	}

h1 {font-size: 1.93em;}
h2 {font-size: 1.72em;}
h3 {font-size: 1.52em;}
h4 {font-size: 1.42em;}
h5 {font-size: 1.32em;}
h6 {font-size: 1.21em;}

#container {
	width: 960px;
	background-color:#ae9e7c;
	margin: 0 auto;
		/* border: 1px solid #000000; */
	text-align: left;
	}

#header {
	height: 100%;
	margin: 0 auto;
	}

#wrapper {
	background-color:#ae9e7c;
	margin: 0 auto;
	}

#left {
	float: left;
	width: 600px;
	background-color: #FFFFFF;
	}

#content {
	margin: 0 240px 10px 10px;
	background-color:#f3eddb;
	padding: 5px 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	line-height: 18px;
	}

#right {
	float: right;
	width: 240px;
	background-color:#ae9e7c;
	}

#sidebar {
	background: #f3eddb; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0 10px 10px 10px;
	padding: 5px 5px;
	font-size: 11px;
	}

#sidebar a {
	color: #665A42;
	font-weight: bold;
	}
	
#endorse img {
    display: block;
	border-style: solid;
	border-width: 1px;
	margin: 15px auto 5px auto;
	border-color: #000;
	}

#endorse p {
	font-weight: bold;
	text-align: center;
	padding: 0px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

#footer {
	width: 100%;
	clear: both;
	/* border-top: 1px solid #cecece; */
	font-size: 10px;
	text-align: center;
	padding: 5px 0;
	color: #f3eddb;
	background: #333;
	}

#menu A:link {
	TEXT-DECORATION: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
}

#menu A:visited {
	TEXT-DECORATION: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
}

#menu A:active {
	TEXT-DECORATION: none;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
	font-weight:bold;
}

#menu A:hover {
	TEXT-DECORATION: none;
	color: #f3eddb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-right: 5px;
	padding-left: 5px;
}

#menu {
	margin-top:0px;
	height:22px;
	font-size: 12px;
	text-align: center;
	padding-top:6px;
	background-color:#ae9e7c;
}

#menu ul .active #menuLinkWrapper  {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	color:#513C40;
	}

#menu ul .active #menuLinkWrapper a {
	position:relative;
	color:#ffffff;
	background-color: #80686F;
	}

.active a:hover {
	text-decoration:none;
	}

#menu li {
	display: inline;
	padding-right: 17px;
	padding-left: 17px;
	text-decoration: none;	
}

#menu ul {
	padding:0;
	margin:0;
	}

#menu li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#002e63;
	text-decoration:none;
	padding: 8px 8px;
	line-height:16px;
	}
	
p.sidebar {
	font-weight:bold
	}
	
p.fundraiser {
	font-size: 14px;
	text-align:center
	}

img.sbsocial {
	border-style: solid;
	border-width: 1px;
	border-color: #ae9e7c;
	}

img.sidebar {
    display: block;
    margin-left: auto;
    margin-right: auto;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	}

img.contribute {
	border-style: solid;
	border-width: 1px;
	}

/* Additional styles */
p {
	padding: 5px;
	margin: 0;
	}
img {
	border: 0;
	}
h1 {
	display: none;
	}
h2 {
	line-height:26px;
	}
h3 {
	padding: 5px
	}
a {
	color: #665A42;
	text-decoration: none;
	}
a:hover {
	color: #999999
	}

img.floatleft {
	float: left; 
    margin: 4px 8px 8px 0px;
	}
