body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background: #ffffff url(https://www.miracleflights.org/images/bg_sm.jpg) no-repeat top center;
	margin: 0px;
	padding: 0px;
}
a {
	color: #cc0000;
	text-decoration: underline;
}
a:hover {
	color: #456a9f;
	text-decoration: none;
}
input.error, select.error {
	border: 1px solid #FF0000;
}
.copy {
	vertical-align: top;
	line-height: 1.5em;
}
.content {
	padding: 40px 20px 0px 38px;
}
.headline {
	color: #CC0000;
	font-size:x-large;
	padding-bottom: 10px;
	line-height: normal;
}
.highlight {
	color: #CC0000;
}
table#base {
	width: 800px;
	background: #ffffff;
}
table#base .left_col {
	width: 231px;
	padding: 0 0 0 10px;
	vertical-align: top;
}

/* home page box teasers ---------------------------------------------------------------------- */
td.get_help, td.sponsor, 
td.donation, td.pilot {
	padding: 11px;
	height: 188px;
	width: 188px;
	vertical-align: top;
}
td.get_help {
	background: #e9dec6 url(/images/box_pic_get_help.jpg) no-repeat bottom right;
}
td.sponsor {
	background: #faf1ca url(/images/box_pic_sponsor.jpg) no-repeat bottom right;
}
td.donation {
	background: #fdf9e7 url(/images/box_pic_donation.jpg) no-repeat bottom right;
}
td.pilot {
	background: #dbccb5 url(/images/box_pic_pilot.jpg) no-repeat bottom right;
}


/* highlight box ----------------------------------------------------------------------------- */
table#h_box {
	background: #faf5ed;
}
table#h_box td.left {
	border-left: 2px solid #dcd3cf;
}
table#h_box td.right {
	border-right: 2px solid #dcd3cf;
}
table#h_box thead th {
	border-top: 2px solid #dcd3cf;
}
table#h_box tfoot th {
	border-bottom: 2px solid #dcd3cf;
}

/* footer ------------------------------------------------------------------------------------- */
table#footer {
	font-size: smaller;
}
table#footer th {
	padding: 19px;
	background: #a0143e;
	text-align: left;
	font-weight: normal;
}
table#footer th a {
	color: #ffffff;
}

/* sub nav ----------------------------------------------------------------------------------- */
table#sub_nav th {
	background: #cc0000;
	padding: 15px;
	color: #ffffff;
	font-size: large;
	font-weight: normal;
	text-align: left;
	border: 0px;
}
table#sub_nav td {
	background: #faf1ca;
	border-top: 1px solid #ffffff;
}
table#sub_nav td.hot {
	background: #ffffff;
	border-top: 1px solid #ffffff;
	font-weight: bold;
}
table#sub_nav td.hot a {
	display: block;
	width: 100%;
	height: 100%;
	color: #3366cc;
	text-decoration: none;
	padding: 4px 5px 4px 20px;
}
table#sub_nav td.hot a:hover {
	background: #ffffff;
	padding: 4px 5px 4px 20px;
}
table#sub_nav tfoot td {
	padding: 0px;
	text-align: left;
	background: #faf1ca url(https://www.miracleflights.org/images/subnav_crnr_br.gif) no-repeat right;
	border-top:0px;
}
table#sub_nav td a {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
	padding: 2px 5px 2px 15px;
}
table#sub_nav td a:hover {
	background: #dbccb5;
	padding: 2px 5px 2px 20px;
}

