<!-- /* $WEFT -- Created by: Eric James Stone (weft@ericjamesstone.com) on 3/4/2008 -- */
  @font-face {
    font-family: Maiandra GD;
    font-style:  normal;
    font-weight: normal;
    src: url(/files/MAIANDR0.eot);
  }
-->
body {
	font-family:"Maiandra GD", "Palatino Linotype", Georgia, Times, serif;
	background-color:#FFFFFF;
}
#leftColumn {
	text-align:center;
	margin-right:10px;
}
.pageTitle {
	padding-left:10px;
	font-size:24px;
	text-align:center;
	margin-bottom:14px;
}
#content {
	padding-left:10px;
}
form {
	margin:0px;
}
.error {
	color:red;
	border:#FF0000 solid 2px;
	margin-right:20px;
	padding:5px;
}
