body {
   width:1024px;
   margin-left: auto;
   margin-right: auto;
   font-family: Verdana, Arial, Sans-Serif;
   background-color:#C4BD97;
}

a { 
	color: #000000; 
	outline: none;
	font-size: 18px;
	text-decoration: none; 
}
a:hover { 
	color: #cc0000;
	text-decoration: none; 
}

.button{
	font-family: Verdana, Arial;
	color: #000000;
	font-size: 18px;
	font-weight: normal;
	background-color: red;
	display: block;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	margin: 5px;
	border: 1px solid #000000;
	outline: none;
}

.header-div {
   width:300px;
   height:170px;
   border:4px solid;
   border-color:#4F81BC;
   font-family:Times New Roman,Georgia,Serif;
   font-size:22px;
   border-radius:25px;
   background-color:lightgrey;
}

.summary-top-section {
	border-bottom:1px solid #000000;
	text-align:center;
	height:125px;
}
.summary-top-section-leftside {
	float:left;
	width:390px;
	margin-left:160px;
}
.summary-entry-top-section {
	text-align:center;
}
.summary-top-title {
	font-size:26px;
	font-family:Tahoma, Geneva, sans-serif;
}
.summary-top-address {
	font-size:20px;
	font-family:Tahoma, Geneva, sans-serif;
}
.summary-top-text {
	font-weight:bold;
}

.summary-results-section {
	border-bottom:1px solid #000000;
	min-height:400px;
}
.summary-results-title-row {
	height:22px;
   background-color: #B9CDE5;
}
.summary-results-title-column {
	font-size:22px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	text-align:center;
}
.summary-huge-column {
	text-align:center;
	width:250px;
}
.summary-wide-column {
	text-align:center;
	width:137px;
}
.summary-medium-column {
	text-align:center;
	width:90px;
}
.summary-narrow-column {
	text-align:center;
	width:70px;
}
.summary-small-column {
	text-align:center;
	width:40px;
}
.entry-wide-column {
	text-align:center;
	width:138px;
}
.entry-medium-column {
	text-align:center;
	width:90px;
}
.entry-narrow-column {
	text-align:center;
	width:70px;
}
.summary-cell-border {
	border-width:0 1px 1px 0;
	border-style:solid;
}
.summary-cell-border-first-row {
	border-width:1px 1px 1px 0;
	border-style:solid;
}
.summary-cell-border-first-column {
	border-width:0 1px 1px 1px;
	border-style:solid;
}
.summary-cell-border-first-cell {
	border-width:1px;
	border-style:solid;
}

.summary-table {
	margin-left:auto;
   margin-right:auto;
   padding-left:10px;
   padding-right:10px;
}

.summary-div {
   height:170px;
   border:4px solid;
   border-color:#4F81BC;
   font-family:Times New Roman,Georgia,Serif;
   font-size:22px;
   border-radius:25px;
   background-color:lightgrey;
}

#summary_wrap {
   width:100%;
   margin-left: auto ;
   margin-right: auto ;
   background-color:#FFFFFF;
}
#sfooter_menu { 
	clear: both; 
	width: 100%;
	height: 24px;
   margin-left:auto;
   margin-right:auto;
	font-size: 12px;
	font-family: Verdana, Arial, sans-serif;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
	background-image:url(../images/footer_dark.jpg);
	background-repeat:repeat-x;
	padding-top: 0px;
}

span.dropt {border-bottom: thin dotted; background: #ffeedd;}
span.dropt:hover {text-decoration: none; background: #ffffff; z-index: 6; }
span.dropt span {position: absolute; left: -9999px;
  margin: 20px 0 0 0px; padding: 3px 3px 3px 3px;
  border-style:solid; border-color:black; border-width:1px; z-index: 6;}
span.dropt:hover span {left: 2%; background: #ffffff;} 
span.dropt span {position: absolute; left: -9999px;
  margin: 4px 0 0 0px; padding: 3px 3px 3px 3px; 
  border-style:solid; border-color:black; border-width:1px;}
span.dropt:hover span {margin: 20px 0 0 170px; background: #ffffff; z-index:6;} 
