/* CSS Document */
body {
	background: #e5e5e5;
	font-family: Arial;
	font-size:10pt;
	margin-top:25px;
}

#maincontainer
{
	background-image:url(images/bg.gif);
	background-repeat:repeat-y;
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

#banner
{
	background-image:url(images/banner.gif);
	background-repeat:no-repeat;
	width:810px;
	height:99px;
	margin-left:auto;
	margin-right:auto;
}

#header
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#nav
{
	float:left;
}

#nav a
{
	font-size:10pt;
	color:#565656;
	text-decoration:none;
	font-weight:bold;
}

#nav a:hover
{
	font-size:10pt;
	color:#000000;
	text-decoration:none;
	font-weight:bold;
}

.navbutton
{
	background-image:url(images/nav_bg.gif);
	background-repeat:no-repeat;
	background-color:#e9e8e8;
	width:213px;
	padding-top:14px;
	padding-bottom:15px;
	padding-left: 31px;
	border-bottom:solid 1px #d4d4d4;
}

.navbutton_selected
{
	background-image:url(images/nav_selected.gif);
	background-repeat:no-repeat;
	background-color:#e9e8e8;
	width:213px;
	padding-top:14px;
	padding-bottom:15px;
	padding-left: 31px;
	border-bottom:solid 1px #d4d4d4;
}

#banner2
{
	background-image:url(images/banner2.gif);
	background-repeat:no-repeat;
	width:556px;
	height:138px;
	float:left;
	margin-left:auto;
	margin-right:auto;
}

#sep
{
	background-image:url(images/sep.gif);
	background-repeat:no-repeat;
	width:800px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
}

#content
{
	width:372px;
	margin-left:248px;
	padding-bottom:10px;
}

.contenttext
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:20px;
}

.contenttext hr
{
	color:#7b0e11;
	height:2px;
}	

h1
{
	color:#a31b1f;
	font-size:11pt;
	margin-top:12px;
	margin-bottom:12px;
}

h2
{
	font-size:10pt;
}

h3
{
	font-weight:bolder;
	font-size:11pt;
}

h3 a
{
	color:#a31b1f
}
#footer
{
	background-image:url(images/footer_bg.gif);
	background-repeat:repeat-x;
	background-color:#a31b1f;
	width:800px;
	height:auto;
	margin-left: auto;
	margin-right:auto;
	color:#FFFFFF;
	font-size:7pt;
	padding-bottom: 15px
}

#footer a
{
	text-decoration:none;
	color:#FFFFFF;
}

#footercontent_left
{
	margin-left:8px;
	margin-top:8px;
	float:left;
}

#footercontent_right
{
	margin-right:8px;
	margin-top:12px;
	float:right;
	text-align:right;
}

#footerbottom
{
	background-image:url(images/footer_bg_bottom.gif);
	background-repeat:no-repeat;
	width:810px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
}

#charityno
{
	width:800px;
	margin-left:auto;
	margin-right:auto;
	color:#747474;
	font-size:7pt;
	padding-top:4px;
}

.imagecaption
{
	float:right;
	font-size:7pt;
}

/* Donate Form Start */

.field_container {
	width: 400px;
	height: auto;
	background-color:transparent;
	padding-top: 5px;
	padding-bottom: 5px;
}

.field {
	font-family: arial, sans-serif;
	font-size: 10px;
	float: left;
	width: 60px;
	text-align: left;
	padding-right: 16px;
}

.input_box
{
	border:solid 1px #464646;
	width:250px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	background-color:#f3f3f3;
}

.message_box
{
	border:solid 1px #464646;
	width:250px;
	height:110px;
}

#buttons
{
	padding-left:73px;
}

/* Donate Form End */

/* Donate Bar Start */

#donatebarbg
{
	background-image:url(images/donate_img2.gif);
	background-repeat:no-repeat;
	width:351px;
	height:43px;
}

#donateimage
{
	padding-top:6px;
	padding-left:6px;
}

/* Donate Bar End */