/* CSS Document */
/* Adjustments and additional CSS code for the table in Rates page */

/* Table positioning */	
table {
	border: #000 2px solid;
	clear: left;
	width: 45%;
	margin: 30px auto 0px;
	width: 650px;
}

/* Tabe heading styles */
.tableheading {
	background-color:#ffcc33;
	font: Verdana, Arial, Helvetica, sans-serif;
	font-size: .85em;
	font-weight: bold;
	border-bottom: #000 1px dashed;
}

/* Table cell styles */
td {
	background-color:#FFFFEA;
	font-size: .8em;
	padding: .85%;
	line-height: 95%;
}

/* Pushes Text away from Table bottom */	
#content {
	margin: 10px auto 0px;
	border: none;
	background-color: #ffffc0;
	width: 650px;
}

#leftalign {
  text-align: left;
  font-size: .8em;
}

/*Special rates page*/
#contentsr {
    border:#000084 2px solid;
	background-color: #e7efff;
	padding: 10px;
	margin: 80px auto 15px;
	width: 630px;
}

h1 {
 margin: 3px 0 2px 256px;
}