﻿* {
	margin:	0;
	padding: 0;
}

body#home a#home, body#calendar a#calendar, body#donorlevels a#donorlevels, body#events a#events, body#featuredmembers a#featuredmembers, body#featuredvolunteers a#featuredvolunteers, body#fundraisers a#fundraisers, body#programs a#programs, body#reasons a#reasons, body#soobahkdo a#soobahkdo, body#volunteering a#volunteering, body#wishlist a#wishlist {
	color: #999;
}

img, fieldset {
	border: 0;
	padding: 0.5em 0;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
}

p, ul {
	padding: 0.5em 0;
}

p.center {
	text-align: center;
}

p.indent {
	padding: 0 1em;
}

ul {
	display: inline-block;
	list-style: none;
}

hr {
	margin: 0.5em 0;
}

h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.17em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: 0.83em;
}

h1, h2, h3, h4, h5, h6 {
	padding: 0.5em;
	text-align: center;
}

a:active, a:link, a:visited {
	text-decoration: none;
	color: #00f;
}

a:hover {
	text-decoration: underline;
	color: #00f;
}

li.imgleft {
	float: left;
	text-align: center;
}

li.imgright {
	float: right;
	text-align: center;
}

div#wrapper {
	width: 960px;
	margin: 1em auto;
}

div#banner {
	border: 2px #00f solid;
	height: 107px;
	line-height: 107px;
}

div#banner img {
	float: left;
	display: block;
	padding: 0;
	/*margin-bottom: 2em;*/
}

div#banner h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: 500;
	padding: 0;
}

div#banner a {
	text-decoration: none;
}

div#bulletin {
	clear: both;
	color: #fff;
	background: #d00;
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 0.5em;
}

div#bulletin a {
	color: #fff;
}

img.floatleft {
	float: left;
	padding-right: 1em;
}

img.floatright {
	float: right;
	padding-left: 1em;
}

div#contentwrapper {
	float: left;
	width: 100%;
}

div#contentcolumn {
	margin-left: 220px; /*Set left margin to LeftColumnWidth*/
	text-align: justify;
}

div#contentcolumn h1 {
	padding: 0 0 0.5em 0;
}

table#programs td {
	padding-left: 24pt;
}

div#leftcolumn {
	float: left;
	width: 220px; /*Width of left column*/
	margin-left: -960px; /*Set left margin to -(MainContainerWidth)*/
	line-height: 2em;
	background: #ddf;
}

img.validations {
	padding-right: 10px;
}


.innertube {
	margin: 0 10px; /*Margins for inner DIV inside each column (to provide padding)*/
}

div#footer {
	clear: both;
}