.border {
	border: 1px solid #362116;
}
.borderlight {
	border: 1px solid  #C3C1A4;
}
.bordertop {
	border-top: 1px solid #8C8D8D;
}
.borderright {
	border-right: 1px dotted #8C8D8D;
}
.borderbottom{
	border-bottom: 1px dotted #8C8D8D;
}
.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
}
a.bodytext:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000066;
}
a.bodytext:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #CC0033
}
.welcome {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #333333;
}
a.welcome:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #000066;
}
a.welcome:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	color: #CC0033
}
.list {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #333333;
}
a.list:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000066;
}
a.list:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #CC0033
}
.letter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color: #132555;
}
.donate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFFFFF;
	text-decoration:none;
}
a.donate:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #FFCC00;
	text-decoration:none;
}
.location{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color: #FFFFFF;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	color: #132555;
}	
a.h2:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 10px;
	color: #990000;
}	
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #132555;
}	
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color: #22366D;
}
.eventdate{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #15244E;
	font-weight: bold;
}
.eventdetails {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #373737;
}
.tablehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background-color:#B7C0D5;
}

.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #ff0000;
	font-weight: bold;
}
.success {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #362116;
	font-weight: bold;
}


/* ----------------------------------------------------------------- */

/* Rounded Corner box */
/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.sidebox {
	margin: 0 auto; /* center for now */
	width: 250px; /* ems so it will grow */
	background: url(images/sbbody-r.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead {
	background: url(images/sbhead-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead h2 {
	background: url(images/sbhead-l.gif) no-repeat top left;
	margin: 0;
	padding: 20px 15px 20px 15px;
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1em;
}
.boxbody {
	background: url(images/sbbody-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 15px 20px 15px;
}
/* ----------------------------------------------------------------- */

/* Rounded Corner box 2 */
/* Show only to IE PC \*/
* html .boxhead2 h2 {height: 1%;} /* For IE 5 PC */

.sidebox2 {
	margin: 0 auto; /* center for now */
	width: 20em; /* ems so it will grow */
	background: url(images/sbbody-r2.gif) no-repeat bottom right;
	font-size: 100%;
}
.boxhead2 {
	background: url(images/sbhead-r2.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: left;
}
.boxhead2 h2 {
	background: url(images/sbhead-l2.gif) no-repeat top left;
	margin: 0;
	padding: 30px 30px 10px 30px;
	color: white; 
	font-weight: bold; 
	font-size: 14px; 
	line-height: 1em;
}
.boxbody2 {
	background: url(images/sbbody-l2.gif) no-repeat bottom left;
	margin: 0;
	padding: 10px 30px 30px 30px;
}

.boxbody2 li {
	margin-left: 10px;
}

/* ----------------------------------------------------------------- */