body {
	background-image: url(images/bg.gif);
	text-align:center;
	min-height:100%;
	border:0;
	margin:0;
	padding:0;
}

#container {
	width:820px;
	margin:0 auto;
	text-align:center;
	background:url(images/sub_bg.gif) no-repeat;
	height:100%;
}

#center {
	width:780px;
	margin:0 auto;
	background:#FFFFFF;
	height:100%;
}

.mainText {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 11pt;
}

.redText {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #9F0101;
	line-height: 11pt;
}	
	
.Header {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
}

.medHeader {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.imgHeader {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	color: #9F0101;
	line-height: 18pt;
}

.whenHeader {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 18pt;
}

.redHeader {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #9F0101;
}

.button {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}
	
.button :visited {
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	}

.button :hover {
	color: #9F0101;
	}
	
.button :active {
	color: #9F0101;
	}

/*Forms*/

#content_left{
   float:left
}

#howContacted {
	float:right;
	padding-top:3px;
}

label{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	/*float:left;
	text-align:left;
	margin: 0 20px 30px 0;*/
	clear: both;
}

.heading{
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	color: #9F0101;
	font-size: 16px;
	font-weight: bold;
}

.inputLeft {
	font: 11px Arial, Georgia, "Times New Roman", Times, serif;
	width: 220px;
	float: right;
	margin-bottom: 10px;
	color: #000000;
	background: #F4F4F4;
	border: #D3D3D3 solid 1px;
	clear: both
}

input.btn {
   color:#050;
   font-family:'trebuchet ms',helvetica,sans-serif;
   font-size:84%;
   font-weight:bold;
}

.textarea {
    background-color: #F4F4F4; 
	font: 11px Arial, Georgia, "Times New Roman", Times, serif;
    color: #000000; 
	height:100px;
	width:300px;
	border: #D3D3D3 solid 1px;
}