/* ----- style classes ----- */
.pagetitle {
  text-align:		center;
  color:		#0000cd;
  font-size:		24px;
  font-weight:		900;
  margin-top:		8px;
  margin-bottom:	8px;
}

.submit {
  color:		#0000ff; /* blue */
}

.reset {
  color:		#ff0000; /* red */
}

.r-align {
  text-align:		right;
}

.l-align {
  text-align:		left;
}

.c-align {
  text-align:		center;
}

.rb-align {
  text-align:		right;
  font-weight:		900;
}

.lb-align {
  text-align:		left;
  font-weight:		900;
}

.cb-align {
  text-align:		center;
  font-weight:		900;
}

.alt1 {
  background:           #e0dfdb;
}

.alt2 {
  background:           #96cdcd;
}


.semi-transparent {
  -ms-filter:		"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; 
  filter:		alpha(opacity=70);
  opacity:		0.7;
}

.news {
  background:           #f6ccda;
  border:		0;
  padding:		10px;
}

.blurb {
  background:		#ffffcc;
  border:		solid 3px #e8f1d4;
  min-height:		250px;
}

/* ----- Contact Form ----- */
#contact_form {
        width:			90%;
        text-align:		center;
        vertical-align:		middle;
	border-width:		0px;
        border-collapse:	collapse;
        padding:		5px;
        margin-left:		40px;
        margin-right:		40px;

}

#form_title {
        font-weight:		900;
	font-size:		16px;
	color:			#000000; /* black */
}


