body {
	font: 12px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
.oneColFixCtrHdr #header {
	background: url(header_bg.gif) repeat-x;
	text-align: center; 
	/*padding: 0 auto;*/
	
	/*background: #DDDDDD; */
	/* padding: 0 10px 0 20px;  this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */

}
.oneColFixCtrHdr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	
	text-align: left;
}
.oneColFixCtrHdr #container_flash {
	width: 995px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	/*background: #FFFFFF;*/
	margin: 0 auto;
	
}
.oneColFixCtrHdr #flashcontent {
	padding: 20px 0 20px 0;
}

.oneColFixCtrHdr #mainContent {
	margin: 0 auto;
	width: 700px; 
	color:#999999;
	text-align: left;
}

.oneColFixCtrHdr #mainContent_warning {
	color: #333333;
	background: #EEE6F3;
	padding: 50px 20px 50px 20px;
	text-align: left;
}
.oneColFixCtrHdr #container_noflashintro {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color:#999999;
	background: #EEE6F3;
}


.oneColFixCtrHdr #container_noflash {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	padding: 20px 0 20px 0;
	color:#999999;
	background: #000000;
}
.services_heading{
	font-weight: bold;
	color: #FFFFFF;
}

.error_message{
color: #FF0000;
}
.contact{
	color:#999999;
	font-size: 100%;
}

a {
	color: #800080;
	text-decoration: none;
}

