@charset "UTF-8";
body {
	font: 16px "Lucida Grande", Lucidia, Tahoma, 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 */
/*	color: #000000; */
	background: #efefef url(images/mid.jpg) center repeat-y;
}

a {
color:#cc0000;
	font-weight: bold;
}

a:hover {
color:#cc0000;
text-decoration:none;
}

img
{  border-style: none;
}

.oneColFixCtr #container {
	width: 750px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContentH {
	padding: 0px 0 0;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #lower {
	padding: 0px 0 0;
}

.style1 {
	font-size: 140%
}

h8 {
  	font-size: 1em;
}

h9 {
	font-size: 36px;
	font-weight: bold;
}

.style9 {font-size: 14px}

.style10 {
	font-size: 24px;
	font-weight: bold;
	color: #FF0000;
}

.style11 {
	font-size: 18px;
	font-weight: bold;
}

/* Begin Contact Form ][ CSS */
.contactform {
	position: static;
	overflow: hidden;
}

.contactleft {
	width: 25%;
	text-align: right;
	clear: both;
	float: left;
	display: inline;
	padding: 4px;
	margin: 5px 0;
    font-weight: bold;
}

.contactright {
	width: 70%;
	text-align: left;
	float: right;
	display: inline;
	padding: 4px;
	margin: 5px 0;
}

.contacterror {
	border: 2px solid #ff0000;
}
/* End Contact Form ][ CSS */
