/*
font-family: Georgia, "Times New Roman", Times, serif;
font-family: Arial, Helvetica, sans-serif;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
*/
body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #ffffff;
	color: #ffffff;
	background-image: url(images/bg_rpt.jpg);
	background-repeat: repeat-x;
}
img, a img {
	border: none;
}
.handcursor {
	cursor: hand;
	cursor: pointer;
}
form {
	margin: 0;
	padding: 0;
}
a {
	color: #ed2724;
	text-decoration: none;
}
a:hover {
	color: #ed2724;
	text-decoration: underline;
}	
a.doubleul {
	border-bottom: 3px double #ed2724;
}
a.doubleul:hover {
	border-bottom: none;
	text-decoration: none;
}
p {
	margin: 0;
	color: #ffffff;
	line-height: 15px;
	font-size: 11px;
	padding: 0px 0px 10px 0px;
}
ul {
	list-style-type: none;
	list-style-image: url(images/bullet.gif);
	margin-top: 0;
	padding-top: 0;
	margin-bottom: 0;
	padding-bottom: 7px;
	padding-left: 25px;
	margin-left: 0px;
}
ul ul {
	margin-top: 0;
	padding-top: 4px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
li {
	line-height: 13px;
	padding-bottom: 5px;
}
td {
	vertical-align: top;
}
.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.error {
	color: #ed2724;
}
.ext {
	color: #666666;
	text-transform: uppercase;
	font-size: 10px;
}
#main {
	margin: 0 auto;
	width: 926px;
}
#pagebackground {
	background-image: url(images/bg_content.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	height: 800px;
}
#contentcolumn {
	float: left;
	width: 301px;
}
#logo {
	padding-top: 27px;
	height: 85px;
}
#pagecontent {
	padding: 12px 0px 20px 55px;
	height: 402px;
	overflow: auto;
	width: 265px;
}
h1 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	font-size: 16px;
	line-height: 18px;
}
#pagecontent_height {
	height: 452px;
	
}
#donatelink {
	text-align: center;
	padding: 0px 0px 20px 60px;
}
#donatelink a {
	color: #f7941d;
	display: block;
	line-height: 60px;
	height: 60px;
	text-decoration: none;
	font-size: 22px;
	text-transform: uppercase;
}
#donatelink a img {
	/*position: relative;
	top: -2px;*/
}
#donatelink a:hover { 
	text-decoration: none;
	color: #999999;
}