body {
	margin-top: 0;
	background-color: #fff9ba;
}

h2  {
	
	color: #f19d01;
	font: bold 11px Verdana;
}

h3  {
	font-family: Verdana;
	color: #0065c9;
}
.leftBackGround  {
	background-image: url(../images/01-left_shadow.gif);
	width: 9px;
}

.rightBackGround  {
	background-image: url(../images/02-right_shadow.gif);
	width: 9px;
}

.blueBackGround  {
	height: 55px;
	background: url(../images/04-blue_lower_gradient_back.gif) repeat-x;
	border-bottom: 1px solid #999;
	text-align: center;
	color: #000;
	font: 10px Verdana;
	padding-left: 10px;
}

.mainTable  {
	background-color: #FFFFFF;
}
.mainContentTable  {
	color: #000;
	font: 12px Verdana, "Lucida Grande", Lucida, sans-serif;
	background-color: white;
	text-align: justify;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

.imageAlignedRight  {
	display: marker;
	position: relative;
	padding-left: 15px;
}

.tableRowHeader  {
	color: white;
	font: bold 11px Verdana;
	text-align: center;
	background-color: #0065c9;
}

.special {
	width:5px;
	visibility:hidden;
}

	/* classes for validator */
	.tfvHighlight
		{font-weight: bold; color: red;}
	.tfvNormal
		{font-weight: normal;	color: black;}
		


/* Form Stuff */


label{
float: left;
width: 200px;
font-weight: bold;
/* position: relative; */
}


input, textarea{
width: 250px;
margin-bottom: 20px;

}

textarea{
width: 250px;
height: 150px;
}

#submitbutton{
	width: 100px;
}

.contactContent {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}


.contactForm  {
	width: 538px;
	padding-top: 20px;
	padding-left: 20px;

}

.error  {
	color: red;
	padding-left: 198px;
	
}
		