body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #efefef;
}
body,td,th {
	color: #555;
	font-family: Optima, Georgia, Times New Roman, Times, serif;
        font-size: 11pt;
	/*font-size: 12px; Removed by MFox, 2008-02-29 to make text readable. */
}

a:link {
	color: #147dcc;
}
a:hover {
	color: #73A004;
}

h1 {
   font: bold 18px Georgia, Times New Roman, Times, serif;
   color: #73A004;
}
h2 {
   font: bold 14px Georgia, Times New Roman, Times, serif;
   color: #73A004;
}

.footer {
	color: black;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;

}

.footer a:link {
	color: #2689dc;
	/* text-decoration: none; */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}
.footer a:hover {
	color: #73A004;
	/* text-decoration: none; */
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 10px;
}

.greenTitle {
	color: #73a004;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	font-weight: bold

}

.blueTitle {
    color: #147dcc;
    font-family: Georgia, Times New Roman, Times, serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2.5ex;
}

/* For table with red header */
.tableHeaderCell {
   background-color:#B91600;
   padding:3px;
   color:white;     
}
.tableLabelCell {
    padding-top:5px;
    white-space: nowrap;
    vertical-align: top;
}
.tableContentCell {
    padding-top:5px;
    padding-left: 1ex;
    vertical-align: top;
}


/* For the rounded corners on the home page */
.roundcont-red {
	width: 100%;
	background-color: #B91600;
	color: #FFF;
}

.roundtop-red { 
	background: url('../images/redcorner-tr.gif') no-repeat top right; 
}

.roundbottom-red {
	background: url('../images/redcorner-br.gif') no-repeat top right; 
}

.roundcont-red p {
	margin: 0 10px;
}

.roundcont-blue {
	width: 100%;
	background-color: #C0D1EC;
	color: #000;
}

.roundtop-blue { 
	background: url('../images/bluecorner-tr.gif') no-repeat top right; 
}

.roundbottom-blue {
	background: url('../images/bluecorner-br.gif') no-repeat top right; 
}

.roundcont-blue p {
	margin: 0 10px;
}

img.corner {
   width: 15px;
   height: 15px;
   border: none;
   display: block !important;
}





a.bigLinkButton {
    padding:5px;
    border:2px solid #727272;
    height:24px;
    color:#FFFFFF;
    font-size:12pt;
    white-space: nowrap;
    clear:both;
}
#regNowButton {
    background-color: #73A004;
}
a:hover#regNowButton {
    background-color: #638B03;
    color: white;
}
#regRaiseDonationsButton {
    background-color: #921A03;
}
a:hover#regRaiseDonationsButton {
    background-color: #7D1402;
    color: white;
}
#regMailButton {
    background-color: #1075C7;
}
a:hover#regMailButton {
    background-color: #0E68B1;
    color: white;
}
#regPreEventButton {
    background-color: #D38F01;
}
a:hover#regPreEventButton {
    background-color: #BE8101;
    color: white;
}

