﻿html
{
	height: 100%;
}
body
{
	margin: 0;
	background-color: #644A31;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial;
	font-size: 10pt;
	line-height: 12pt;
	color: #333333;
	text-align: center;
}

div
{
	padding: 0;
	margin: 0;
}

img
{
	border: 0px;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
	display: inline;
}

#wrapper1
{
	position: relative;
	text-align: left;
	width: 800px;
	margin: auto;
	background: #FFFFFF url("images/color_bg.gif") repeat-y top right;
}
#wrapper2
{
	position: relative;
	text-align: left;
	width: 100%;
	background: url("images/color_bg.gif") repeat-y top left;
}
#header
{
	background: #FFFFFF;
	height: 206px;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #FFF;
	width: 800px;
	padding-bottom: 3px;
	margin: auto;
}
#maincol
{
	position: relative;
	margin: 0;
	padding: 10px;
}
#leftcol
{
	position: relative;
	top: -10px;
	left: -10px;
	float: left;
	width: 190px; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px; /* actual value */
	margin: 0 0 -10px 0;
	padding: 10px;
	background: #faeada;
	z-index: 100;
	font-size: 8pt;
}
#rightcol
{
	position: relative;
	top: -10px;
	right: -10px;
	float: right;
	width: 190px; /* for IE5/WIN */
	voice-family: "\"}\"";
	voice-family: inherit;
	width: 170px; /* actual value */
	margin: 0 0 -10px 0;
	padding: 10px;
	background: #faeada;
	z-index: 99;
	font-size: 8pt;
}
#centercol
{
	position: relative;
	padding: 0 190px;
}
#centercol a
{
	color: #666;
}
#centercol a:hover
{
	border-bottom: 1px solid;
	color: #9343B9;
}
#footer
{
	position: relative;
	top: 1px;
	background: #faeada;
	width: 100%;
	clear: both;
	margin: 0;
	padding: 1% 0;
	text-align: center;
	color: #CCC;
}



div.programTitle
{
	margin: 30px 0 5px 0;
	font-weight: bold;
	text-decoration: underline;
}

div.programSection
{
	float: left;
}

div.programLeft
{
	float: left;
	margin-right: 10px;
}

div.programRight
{
	float: left;
	width: 229px;
}

img.programSmall
{
	border: solid 1px black;
	margin-bottom: 10px;
}

div.clear
{
	clear: left;
}

.donateButton
{
	color: White;
	font-weight: bold;
	background-color: #644A31;
	border-style: none;
	font-size: 8pt;
	cursor: hand;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.donateButtonOver
{
	color: White;
	font-weight: bold;
	background-color: #F2680B;
	border-style: none;
	font-size: 8pt;
	cursor: hand;
	border-style: solid;
	border-width: 1px;
	border-color: Black;
}

.warning
{
	color: Red;
	font-weight: bold;
}





h1
{
	color: #000000;
	font-size: 1.7em;
	font-weight: bold;
	border-bottom: solid 1px #000000;
	width: 100%;
	padding-bottom: 3px;
	line-height: normal;
	font-family: Times New Roman;
}

a
{
	color: #831D1B;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a.menuItem
{
	color: #831D1B;
	text-decoration: none;
}

a:hover.menuItem
{
	color: #333333;
}

div.menuItem
{
	margin: 15px 0;
	letter-spacing: 3pt;
	border-bottom: solid 1px #999999;
	width: 100%;
	color: #333333;
	padding-bottom: 3px;
	font-size: 0.9em;
}

ul
{
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

li
{
	line-height: 10pt;
	padding-bottom: 7px;
}




/* DONATION FORM**************************************************************/
/*****************************************************************************/
div.formElement
{
	float: left;
	width: 100%;
	margin-top: 6px;
}

div.formElementDescription
{
	float: left;
	width: 115px;
	font-weight: bold;
	margin-right: 5px;
}

div.formElementField
{
	float: left;
	width: 250px;
}

.textBox
{
	font-family: Trebuchet MS;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

.dropDownList
{
	font-family: Trebuchet MS;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

.textBoxWatermark
{
	color: #CECECE;
	font-family: Trebuchet MS;
	font-size: 8pt;
	padding: 0;
	margin: 0;
}

div.donatePageButton
{
	width: 100%;
	text-align: center;
	margin: 15px 0;
}
/*****************************************************************************/
/*****************************************************************************/