body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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-color: #09F;
}
#line  {
	background-color: #F00;
	font-family: "Courier New", Courier, monospace;
	color: #FFF;
	text-align: center;
	font-weight: bolder;
}
#banner  {
	;
	width: 960px;
	height: 100px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
	padding-top: 10px;
	background-color: #ffff0b;
}
#banner #title  {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 48px;
	text-align: center;
	height: 60px;
}
#banner #phones  {
	font-size: 20px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	margin-top: 8px;
	line-height: 20px;
	height: 20px;
	margin-right: auto;
	margin-left: auto;
}
#menu  {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 30px;
	background-image: url(../images/menu.gif);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
#menu ul {
	margin:0;
	padding:0;
	list-style:none;
	clear: right;
}
#menu li {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	line-height: 15px;
}
#menu li a:link,#menu li a:visited {
	display:block;
	color:#000;
	text-decoration:none;
	line-height:15px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	text-align: center;
	width: 192px;
}
#menu li a:hover {
	color:#FFF;
	background:#000;
}
#container  {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #EEF3A9;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: 1px solid #FFFFFF;
}
#mainContent  {
	background-color: #EEF3A9;
	text-align: left;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#mainContent #please   {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	color: #000;
	text-align: center;
	margin-top: 45px;
	width: 320px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#mainContent #form1   {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	display: block;
	height: 360px;
	text-align: center;
	background-color: #9F9;
	padding-top: 10px;
	border: 1px solid #F00;
}
#mainContent #form1 p label   {
	font-size: 14px;
	font-weight: bolder;
	color: #000;
	text-align: left;
}

#footer table tr th {
	color: #FFF;
}
#links a {
	color: black;
	text-decoration: none;
}
#newlinks a { color: #ffffff; text-decoration: none;}