.header{

	background-image: url('../images/orange_grad1.gif');
	background-repeat: repeat;
	height:	148px;
}

.menu_background{
	background-image: url('../images/menu_items_bg.gif');
	background-repeat: repeat;	

}

/*p:first-letter{
	font:70px/50px Georgia, "Times New Roman", Times, serif;
	color: #003300;
	background: #CCCC99;
	border: 1px solid #003300;
	padding: 5px 5px 2px 4px;
	margin-right: 5px;
	margin-top: 2px;
	float: left;	
}
*/
.bodyText{
	padding-left: 5px;
	width: 80%;

}

/*"bodyText2*/
.bt2{
	font-family: Arial;
	font-size: 10pt;
	width: 700px;
	padding-top: 4px;

}

p{
	font-family: Arial;
	font-size: 10pt;
	width: 700px;

}

ul{
	font-family: Arial;
	font-size: 10pt;

}

.background{
	background-color: #e9e9e4;
	height: 100%;
}

.contentSection{

/*	border: solid 1px #B13B46; */
	/*height: 500px; */
/*	margin-left: 10%; 
	margin-right: 10%;
	background-color: white; 
	margin-top: 50px;
	min-height: 500px;
*/
}

.contentSectionLeft{
	float: left; 
	border-right: solid 1px #B13B46; 
	width: 200px; 
	padding-left: 20px; 
	padding-top: 20px;

}

.formBlock{
	font-family: Arial;
	font-size: 10pt;
	padding-top: 4px;
	padding-left: 5px;
}

input{
	/*border: 1px solid #b13b46;*/
	font-family: Arial;
	font-size: 10pt;
}

select{
	opacity: 0;
}

#selectMenu{	
	/*border: solid 1px red;*/
}

.option{
	font-family: Arial;
	font-size: 10pt;
}

textArea{
	/*border: 1px solid #b13b46;*/
	font-family: Arial;
	font-size: 10pt;
}

.error{
	font-family: Arial;
	font-size: 10pt;
	color: red;
	font-weight: bold;
}


