
.headings {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 36px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: 008a4b;
	text-decoration: none;
	padding-bottom:15px;
}
.blogentry {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 22px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
	border-bottom-color: #FFC20E;
	border-bottom-width: thick;
	border-bottom-style: double;
	background-color: #C1272D;
}
.bodycopy {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006CA7;
	text-decoration: none;
}
.textnav {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFFFFF;
	text-decoration: none;
}
.textnav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.textnav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.textnav a:hover {
	color: #FFC20E;
	text-decoration: blink;
}
.textnav a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.blogdate {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 18px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #C1272D;
	text-decoration: none;
}

.bodycopy a:link {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006CA7;
	text-decoration: underline;
}
.bodycopy a:hover {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #C1272D;
	text-decoration: none;
}
.bodycopy a:visited {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006CA7;
	text-decoration: none;
}
.bodycopy a:active {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006CA7;
	text-decoration: line-through;
}
.subheads {
	font-family: "Comic Sans MS", "Comic Sans";
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	text-transform: none;
	color: #C1272D;
	text-decoration: none;
	line-height: 27px;
}
.smallcopy {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006CA7;
	text-decoration: none;
}

.error {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#FF0000;
	font-size:14px;
}

.buttons {
	font-family: "Trebuchet MS";
	font-size: 16px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFCC33;
	text-decoration: none;
	background-color:#CC0033;
}

/* Style for pop up calendar */

#calendarDiv{
	position:absolute;
	width:205px;
	border:1px solid #317082;
	padding:1px;
	background-color: #FFF;
	font-family:arial;
	font-size:10px;
	padding-bottom:20px;
	visibility:hidden;
}
#calendarDiv span,#calendarDiv img{
	float:left;
}
#calendarDiv .selectBox,#calendarDiv .selectBoxOver{
	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv .selectBoxTime,#calendarDiv .selectBoxTimeOver{	
	line-height:12px;
	padding:1px;
	cursor:pointer;
	padding-left:2px;
}

#calendarDiv td{
	padding:3px;
	margin:0px;
	font-size:10px;
}

#calendarDiv .selectBox{
	border:1px solid #E2EBED;		
	color: #E2EBED;
	position:relative;
}
#calendarDiv .selectBoxOver{
	border:1px solid #FFF;
	background-color: #317082;
	color: #FFF;
	position:relative;
}
#calendarDiv .selectBoxTime{
	border:1px solid #317082;		
	color: #317082;
	position:relative;
}
#calendarDiv .selectBoxTimeOver{
	border:1px solid #216072;	
	color: #216072;
	position:relative;
}

#calendarDiv .topBar{
	height:16px;
	padding:2px;
	background-color: #317082;


}
#calendarDiv .activeDay{	/* Active day in the calendar */
	color:#FF0000;
}
#calendarDiv .todaysDate{
	height:17px;
	line-height:17px;
	padding:2px;
	background-color: #E2EBED;
	text-align:center;
	position:absolute;
	bottom:0px;
	width:201px;
}
#calendarDiv .todaysDate div{
	float:left;
}
	
#calendarDiv .timeBar{
	height:17px;
	line-height:17px;
	background-color: #E2EBED;
	width:72px;
	color:#FFF;
	position:absolute;
	right:0px;
}

#calendarDiv .timeBar div{
	float:left;
	margin-right:1px;
}


#calendarDiv .monthYearPicker{
	background-color: #E2EBED;
	border:1px solid #AAAAAA;
	position:absolute;
	color: #317082;
	left:0px;
	top:15px;
	z-index:1000;
	display:none;

}
#calendarDiv #monthSelect{
	width:70px;
}
#calendarDiv .monthYearPicker div{
	float:none;
	clear:both;	
	padding:1px;
	margin:1px;	
	cursor:pointer;
}
#calendarDiv .monthYearActive{
	background-color:#317082;
	color: #E2EBED;
}

#calendarDiv td{
	text-align:right;
	cursor:pointer;
}

#calendarDiv .topBar img{
	cursor:pointer;
}
#calendarDiv .topBar div{
	float:left;
	margin-right:1px;
}

.mainmenu {
	width:750px;
	display:block;
	height:49px;
}

.mainmenu a, .mainmenu form {
	float:left;
	height:49px;
	margin-bottom:-20px;
	text-align:center;
	}

	
.paypalDonate {
	display:block;
	height:49px;
	width:130px;
	border:none;
	background-image:url(images/donation.jpg);
	background-position:0 0;
}

.paypalDonate:hover,.paypalDonate-hover {
	display:block;
	height:49px;
	width:130px;
	border:none;
	background-image:url(images/donation.jpg);
	background-position:0 -49px;
}

.paypalDonate:active,.paypalDonate-active {
	display:block;
	height:49px;
	width:130px;
	border:none;
	background-image:url(images/donation.jpg);
	background-position:0 -98px;
}
	
.paypalDonateMoneyBomb {
	display:block;
	height:229px;
	width:354px;
	border:none;
	background-image:url(images/moneybombInfo.png);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-left: 200px;
	cursor: hand;
}

