@charset "utf-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 125%;
	background-color: #ffff00;
}
td {
	background-color: #FFFFCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: 125%;
}
.title {
	color: #0000FF;
}
.subtitle {
	color: #FF0000;
}
.calendarEvent {
	padding-left: 10px;
}

.newspicture {
	float: right;
	padding-left: 20px;
	padding-bottom: 20px;
	text-align: center;
	width: 200px;
}
#header {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: right;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}
#subheader {
	color: #FFFFFF;
	background-color: #FF0000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#leftnav {
	width: 160px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#leftimage {
	width: 200px;
}
#homepageimage {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#maincontent {
	padding: 20px;
}
#pageimage {
	text-align: center;
	float: right;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 200px;
}
#donationtable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#jointable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#newstable td {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-style: dotted;
	border-bottom-color: #0000FF;
	border-bottom-width: thin;
}
#requesttable td {
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer {
	color: #FFFFFF;
	background-color: #0000FF;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#bottomnav {
	background-color: #FF0000;
	text-align: center;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#bottomnav a {
	color: #FFFFFF;
}
#copyright {
	text-align: center;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FF0;
	margin-top: 0px;
	margin-bottom: 0px;
}
#advisorycouncil th {
	padding-top: 15px;
	text-align: center;
	padding-bottom: 5px;
}
#advisorycouncil td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.oneColFixCtr #container {
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #00F;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 809px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
