/*
   file: styling.css
   usage: style sheet for general page elements
   created: October 12, 2009
   author: Calvin Chan
   copyright: Total Website Solutions Inc
*/

/* ----- style classes ----- */
.pagetitle {
  text-align:		center;
  color:		#215e21;
  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;
}

.toggle {
  color:		#0000ff;
  text-decoration:	none;
  outline:		none;
}

.gold {
  background-color:	#ffd700;
}

.silver {
  background-color:	#c0c0c0;
}

.bronze {
  color:		#ffffff;
  background-color:	#a67d3d; /*#8c7853;*/
}

.litedisp {
  color:		#000000;
  text-align:		center;
}

.darkdisp {
  color:		#ffffff;
  text-align:		center;
}

.sansserif {
  font-family:		sans-serif;
}

.serif {
  font-family:		serif;
}

.monospace {
  font-family:		monospace;
}

.cursive {
  font-family:		cursive;
}

.fantasy {
  font-family:		fantasy;
}

/* ----- Contact Form ----- */
#contact_form {
        width:			98%;
        text-align:		center;
        vertical-align:		middle;
	border-width:		0px;
        border-collapse:	collapse;
        padding:		5px;

}

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

