html, body {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	background-color: #F6FFF6;
}

#page_container {
	width: 947px;
	\width: 967px;
	w\idth: 947px;
	margin: auto;
}

.hidden {
	display: none;
}

#top_nav {
	height: 46px;
}

#top_banner {
	height: 162px;
	margin-top: 5px;
}

#left_sidebar {
	float: left;
	width: 212px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

#left_sidebar .padding {
	padding-left: 15px;
	padding-right: 15px;
}
#left_sidebar  .green_text {
	font-size: 12px;
	color: #007236;
}
#left_sidebar .links {
	font-size: large;
	text-decoration: none;
}

#content {
	margin-left: 226px;
	margin-top: 5px;
}

#content .padding {
	padding-left: 5px;
	padding-right: 5px;
}

#content .booking_conditions {
	font-weight: normal;
	text-align: left;
}

#footer {
	height: 36px;
	clear: both;
}

#footer a {
	text-decoration: none;
}

#footer_text {
	margin-top: 10px;
}

#footer_designed {
	font-size:xx-small;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 2;
	padding: 0;
}

h3 {
	font-size: 16px;
	text-decoration:underline;
	color: #007236;

}

a:link {
	color: #007236;
	text-decoration: underline;
}
a:visited {
	color: #007236;
	text-decoration: underline;
}
a:hover {
	color: #007236;
	text-decoration: none;
}
a:active {
	color: #007236;
	text-decoration: none;
}

<!-- Date Chooser section -->
.dateChooser td {
    cursor:default;
    text-align:center;
}
.dateChooser td.dateChooserActive:hover {
    color:white;
    background:#0A246A;
}
.dateChooser td.dateChooserActiveToday {
    border: 1px solid red;
}
.dateChooser th {
    background: #aaa;
    color: white;
    width: 18px;
    border: none;
}
.dateChooser option, .dateChooser select {
    font-size:10px;
}
.dateChooser {
    border: 2px outset #aaa;
    background: white;
    padding: 1px;
}
.dateChooser table {
    width:160px;
}
<!-- End of Date Chooser Section -->
