@charset "UTF-8";
.plansSearch   #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	margin: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-color: #330000;
}
.fltrt {
	float: right;
}
.fltlt {
	float: left;
}
.plansSearch  #header {
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.plansSearch  #header  h1 {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 3px;
	padding-right: 0;
	padding-bottom: 3px;
	padding-left: 0;
}
.plansSearch  #mainContent {
	background: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.plansSearch #mainContent h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.plansSearch #mainContent h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	clear: both;
	padding-top: 15px;
	margin: 0px;
}
.plansSearch #mainContent h3 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #990000;
	float: left;
	display: block;
	clear: left;
}
.plansSearch #mainContent h4 {
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	float: left;
	display: block;
	clear: left;
}
.plansSearch #mainContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#best  {
	font-size: 10px;
}
.nav {
	float: right;
	width: 400px;
}
.links #form {
	float: right;
}
.nav .links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	float: right;
	width: 400px;
	text-align: right;
}
.nav .links a {
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000099;
}
.dataBlock {
	width: 270px;
	margin-right: 15px;
}
.dataSet {
	display: block;
	clear: left;
	float: left;
	margin-bottom: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	width: 270px;
}
.dataSet input {
	width: 150px;
}
.clearFloat {
	clear: both;
}
.label {
	width: 90px;
	font-weight: normal;
	float: left;
	font-size: 10px;
	text-align: right;
	padding-right: 5px;
	color: #666666;
}
.data {
	font-weight: normal;
	float: left;
	width: 160px;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}
.false {
	color: #999999;
}
.big {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #006600;
	font-weight: bold;
}
.plansSearch  #footer {
	background:#DDDDDD;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.plansSearch  #footer  p {
	margin: 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.mainSearch {
	float: left;
	width: 540px;
	padding: 20px;
	margin-right: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}
.mainSearch select {
	width: 75px;
}
.mainSearch .topBox {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	background-color: #CCCCCC;
}
.mainSearch h4 {
	float: none;
}
#searchBlock {
	width: 240px;
	float: left;
}
#searchBlock  form {
	float: left;
	width: 230px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
#searchBlock  h4 {
	margin: 0px;
	padding: 0px;
	float: left;
}
input.btn {
	color:#666666;
	background-color:#CCCCCC;
	  filter:progid:DXImageTransform.Microsoft.Gradient 
	  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffeeddaa'); 
	font-family: 'trebuchet ms', helvetica, sans-serif;
	font-size: 200%;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #363;
	border-bottom-color: #363;
	border-left-color: #696;
	} 
.message {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #990000;
}
.message li {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
