html {
	font-size: 16px; /* reset safari's 14px default [1] */
}
* html {
	font-size: 100%; /* override pixel value for IE's benefit [2] */
}
body {
	background-color:#FFF;
	font-size:75%;
	margin:0;
}

body, div, th, td, a, p, li {font-family:arial,helvetica,sans-serif; font-size:100%;}

img {
	border:0;
}

a:link, a:visited {
	color:#CC6699;
}

a:active, a:hover {
	color:#000000;
}

hr {
	height:1px;
	border:0;
	border-top:1px solid #ccc;
	color:#ccc;
	background-color:#ccc;
	margin:15px 0 5px 0;
}

table,
textarea {
	font-size:100%;
}
td {
	vertical-align:top;
}

#wrapper {
	margin: 0 auto;
	width:762px;
	height:100%;
	padding:0 20px 0 20px;
	border-left:solid 1px #CCCCCC;
	border-right:solid 1px #CCCCCC;
	border-bottom:solid 1px #CCCCCC;
}

html>body #subwrapper {
	height:auto;
	min-height:100%;
}

#subwrapper {
	width:762px;
	height:100%;
	position:relative;
}

#header {
	float:left;
	width:762px;
	padding:20px 0 20px 0;
}

#header p {
	margin:0;
}

#header_left {
	float:left;
	width:286px;
}

#header_right {
	float:right;
	text-align:right;
	padding-top:30px;
}

#fSearchForm {
	margin:0;
}

#fSearchForm fieldset {
	font-size:95%;
	color:#CC6699;
	border:none;
	margin:0;
	padding:0;
}

#fSearchForm .fSearch {
	border:solid 1px #CCCCCC;
	margin:0 10px 0 15px;
}

#fSearchForm .submit {
	border:none;
	background:#ffffff url(../images/chevron_search.gif) no-repeat left center;
	display:inline-block;
	padding-top:20px;
	overflow:hidden;
	height:20px;
	width:10px;
	vertical-align:top;
}

#topnav {
	float:left;
	width:762px;
	background-color:#FAEFF5;
}

#topnav ul, #topnavHome ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#topnav li {
	float:left;
	font-size:90%;
	color:#FFFFFF;
	margin-right:2px;
}

#topnav li a {
	display:block;
	padding:10px 30px 10px 15px;
	text-decoration:none;
	color:#FFFFFF;
	background:#CC6699 url('../images/topnav_chevron.gif') no-repeat right center;
}

#topnav li a.current {
	background:#996699 url('../images/topnav_chevron_current.gif') no-repeat right center;
}

#topnav li a:hover {
	text-decoration:underline;
}

#breadcrumb {
	width:747px;
	padding:15px 0 15px 15px;
}

#breadcrumb p {
	font-size:70%;
	color:#333333;
	margin:0;
}

#breadcrumb p a {
	color:#333333;
	text-decoration:none;
}

#breadcrumb p a.current {
	color:#666666;
}

#breadcrumb p a:hover {
	text-decoration:underline;
}

#strapLine {
	padding-left:164px;
	background-color:#F5E0EB;
	font-size:0;
}

#strapLine.empty {
	height:20px;
}

#mainBody {
	float:left;
	width:762px;
	padding-bottom:70px;
	/*border:solid 1px #ff0000;*/
}

#leftnav {
	float:left;
	width:164px;
}

#midCol {
	float:left;
	width:404px;
	padding:25px 25px 0 25px;
}

#midCol h1 {
	font-size:140%;
	color:#CC6699;
	margin:0;
	margin-bottom:20px;
}

#midCol h2, #rightCol h2 {
	font-size:95%;
	color:#333333;
	margin:0;
	margin-bottom:20px;
}

#midCol p {
	font-size:75%;
	color:#666666;
	margin:0;
	margin-bottom:10px;
}

#midCol li {
	font-size:75%;
	color:#666666;
	margin:0;
	margin-bottom:0;
}

#midCol div.intro p {
	font-size:90%;
	font-weight:bold;
}

#midCol p img {
	float:right;
	margin:0 0 30px 30px;
}

#midCol ul#faq {
	margin-left:0;
	padding:10px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#midCol ul#faq li {
	color:#CC6699;
	margin-left:20px;
}

#midCol ul#faq li h2 {
	font-size:120%;
	margin:0;
}
#midCol ul#faq li a:link,
#midCol ul#faq li a:visited {
	color:#333;
	text-decoration:underline;
}
#midCol ul#faq li a:link:hover,
#midCol ul#faq li a:visited:hover {
	color:#666;
}

#rightCol {
	background:#faeff5;
	float:left;
	width:144px;
}

#rightCol p {
	font-size:75%;
	font-weight:normal;
	color:#CC6699;
	margin:0;
	margin-top:10px;
	padding:0 5px;
}

#rightCol p a {
	text-decoration:none;
	color:#CC6699;
}

#rightCol span.strong {
	font-weight:bold;
	font-size:120%;
	display:block;
}

#rightCol a:link span.strong,
#rightCol a:visited span.strong {
	color:#996699;
}

#rightCol a:active span.strong ,
#rightCol a:hover span.strong {
	text-decoration:underline;
	color:#666666;
}


#footer {
	width:762px;
	/*position:absolute;
	bottom:0px;*/
	border-top:solid 1px #F0D1E0;
	padding-top:10px;
	/*border:solid 1px #00ff00;*/
}

#footer p {
	font-size:70%;
	color:#333333;
	margin:0;
	margin-bottom:20px;
}

#footer p a {
	color:#333333;
	text-decoration:none;
	font-weight:bold;
}

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

#footer p.prec {
	float:right;
	text-align:right;
}

#footer p.prec a {
	color:#999999;
}

.left {
	float:left;
	margin-right:5px;
}

.right {
	float:right;
	margin-left:5px;
}

.clrlft {
	clear:left;
}

.clrrgt {
	clear:right;
}

.clrboth {
	clear:both;
}

/* START: styles for home page template */

#homeBanner {
	position:relative;
	clear:both;
}

	#homeBanner p {
		margin:0;
		font-size:0;
	}

		#homeBanner p img {
			width:764px;
			height:377px;
		}

#topnavHome {
	position:absolute;
	top:300px;
	left:5px;
	width:754px;
	margin-top:2px;
}

	#topnavHome li {
		float:left;
		font-size:100%;
		font-weight:bold;
		color:#FFFFFF;
		margin-right:5px;
	}

		#topnavHome li.last {
			margin-right:0;
		}

		#topnavHome li a {
			display:block;
			padding:10px 0 40px 15px;
			width:169px;
			text-decoration:none;
			color:#FFFFFF;
			background:#CC6699 url('../images/topnav_chevron.gif') no-repeat 161px 12px;
		}

#threeColWrapper {
	float:left;
	width:762px;
	margin-top:5px;
	background:url('../images/home_gradient.jpg') no-repeat;
}

#colA {
	float:left;
	width:285px;
	padding:10px 0 0 15px;
}

#colB {
	float:left;
	width:203px;
	padding:10px 0 0 15px;
	height:96px;
}

#colC {
	float:left;
	padding:10px 0 0 15px;
	position:relative;
}

#threeColWrapper h1 {
	font-size:175%;
	color:#CC6699;
	margin:0;
	margin-bottom:10px;
}

#threeColWrapper h2 {
	font-size:80%;
	color:#666666;
	margin:0;
	margin-bottom:10px;
}

#threeColWrapper p {
	font-size:75%;
	color:#999999;
	margin:0;
	margin-bottom:10px;
	margin-right:15px;
}

#colC #donate {
	position:absolute;
	padding-top:5px;
	left:17px;
	top:0;
	z-index:2;
}

#colC #colCContent {
	position:relative;
	padding-top:50px;
	width:165px;
}

/* END: styles for home page template */


/* Donation */
	div#wrapper div#mainBody div#midCol div#donation form {
		margin-bottom:20px;
		}

	div#wrapper div#mainBody div#midCol div#donation table {
		width:404px;
		border-collapse:collapse;
		}

	div#wrapper div#mainBody div#midCol div#donation td {
		font-size:75%;
		border:0;
		padding-bottom:10px; padding-left:10px;
		}

	div#wrapper div#mainBody div#midCol div#donation td.name {
		text-align:right; white-space:nowrap
		}

	div#wrapper div#mainBody div#midCol div#donation input.submit {
		color:#06C;
		background:white;
		font-weight:bold;
		border-top:1px solid #EAEAEA;
		border-left:1px solid #EAEAEA;
		border-right:1px solid #848484;
		border-bottom:1px solid #848484;
		cursor:pointer;
	}

	div#wrapper div#mainBody div#midCol div#donation input.submit:active {
		border-top:1px solid #848484;
		border-left:1px solid #848484;
		border-right:1px solid #EAEAEA;
		border-bottom:1px solid #EAEAEA;
	}

	div#wrapper div#mainBody div#midCol div#donation input.amount {
		text-align:right
	}

	div#wrapper div#mainBody div#midCol div#donation div#creditCards {
		text-align:center;
	}

	div#wrapper div#mainBody div#midCol div#donation div#creditCards img {
		margin:5px 2px;
	}

div.block table td {
	border:1px solid #f5e0eb;
	font-size:75%;
}