html, body {
	padding: 0;
    margin: 0;
    background-color: #fff;
	text-align: center;
}

body, p, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}

img {
	border: 0;
}

a {
	color: #006699;
	font-size: 12px;
}

#page {
	text-align: left;
	width: 974px;
	margin: 0 auto;;
	position: relative;
	z-index: 1;
}

#left {
	background-image: url('/images/left-bg.gif');
	background-repeat: no-repeat;
	background-position: top right;
	height: 470px;
	margin-right: 487px;
}

#right {
	background-image: url('/images/right-bg.gif');
	background-repeat: no-repeat;
	background-position: top left;
	height: 470px;
	margin-left: 487px;
}

.column { 
	width: 50%; 
	position: absolute; 
	z-index: 0;
	top: 0; 
	text-align: left; 
} 

.left {
	left: 0;
} 

.right {
	right: 0;
} 

#header {
	position: relative;
	width: 974px;
	height: 137px;
	background-image: url('/images/header-bg.jpg');
	background-repeat: no-repeat;
}

.header-left {
	float: left;
	width: 280px;
}

.header-right {
	position: relative;
	width: 694px;
	height: 137px;
	float: left;
}

.header-links {
	text-align: right;
	color: #ca9c1f;
	padding-top: 10px;
	padding-right: 10px;
}

.header-links a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;
}

.header-links a:hover {
	color: #000;
}

#content {
	width: 974px;
	min-height: 300px;
}

#footer {
	text-align: left;
	background-color: #fcbc1d;
	width: 974px;
	height: 47px;
	margin: 0px auto;
	padding: 10px;
}

#footer a {
	color: #000;
	text-decoration: none;
	font-size: 10px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
}

#footer a.contact {
	background-image: url('/images/footer-email.gif');
	background-repeat: no-repeat;
	padding-left: 25px;
}

#footer a:hover {
	text-decoration: underline;
}

.yellow-panel {
	background-image: url('/images/yellow-panel-bg.gif');
	background-repeat: no-repeat;
	height: 61px;
	padding: 10px;
}

.yellow-panel a {
	color: #666;
}

.date {
	font-size: 9px;
	margin-top: 5px;
	color: #333;
}

h1 {
	text-transform: uppercase;
	color: #5982ab;
	font-weight: bold;
	font-size: 20px;
	margin-top: 0px;
}

h2 {
	font-size: 16px;
	color: #5982ab;
	border-bottom: 1px solid #5982ab;
	padding-bottom: 2px;
	display: block;
	margin-bottom: 5px;
}

h3 {
	font-size: 16px;
	color: #5982ab;
}

.upper-panel {
	background: url('/images/upper-panel-bg.gif') repeat-x #dedede;
	color: #000;
	font-size: 12px;
	padding: 20px;
}

.lower-panel {
	background: url('/images/lower-panel-bg.gif') repeat-x #f1f1f1;
}

.lower-panel p, .lower-panel td {
	color: #666;
	font-size: 12px;
}

.label, label, #donation .body {
	text-transform: uppercase;
	font-size: 12px;
	color: #666;
}

input, select {
	font-family: Arial,Helvetica,san-serif;
	font-size: 12px;
}

select {
	padding-top: 1px;
	padding-bottom: 1px;
}

select.date-time {
	width: 120px;
}

.area {
	width: 44px;
}

.phone {
	width: 149px;
}

.medium {
	width: 200px;
}

td.field {
	text-align: right;
}

input.long {
	width: 194px;
}

select.long {
	width: 198px;
}

#donation .body {
	padding-right: 30px;
}

.errorMessageBG {
	background-color: transparent;
	text-align: left;
	margin-top: 10px;
}

.errorMessageBG td {
	text-align: left;
}

.errorMessageBG img {
	display: none;
}

.error-messages {
	background-color: transparent;
	color: #000;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

div.picture-frame {
	width: 455px;
	height: 326px;
	background: url('/images/picture-frame.gif') no-repeat;
	padding-left: 10px;
	margin: 0px auto;
	margin-top: 20px;
}

div.picture-frame div.title {
	margin-left: 32px;
	padding-top: 5px;
}

div.picture-frame span {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	background-color: #fcb714;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}

div.picture-frame img {
	margin: 10px;
}

.homepage-panel {
	padding: 18px;
	padding-right: 15px;
	background-color: #fede71;
	color: #000;
}

.homepage-intro {
	padding-top: 40px;
	width: 256px;
}

.homepage-featured {
	background-color: #dbdbdb;
	padding: 10px;
}

.disclaimer {
	padding-left: 35px;
	padding-right: 35px;
	margin: 0px auto;
}

.disclaimer p {
	font-size: 10px;
}

.required {
	font-weight: bold;
	color: #000;
}

.checkbox-label {
	color: #666;
	font-size: 11px;
}
