h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-large;
	font-style: italic;
	color: #333333;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #333333;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
h4 {
	color: #333333;
	font: small Arial, Helvetica, sans-serif;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
}
#top_menu a {
	text-decoration: none;
	color: #6b8cb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
body {
    margin: 0;
    padding: 0;
}
#container {
	padding-right: 10px;
	padding-left: 10px;
	margin: 0;
}
#container #content {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-left: 175px;
	width: 500px;
	padding-right: 15px;
	padding-left: 15px;
}
#top_menu {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-bottom: 10px;
}
#top_menu a:hover {

    text-decoration: underline;
    color: #f4560f;
}
#top_menu a:active {

    text-decoration: none;
    color: #f9c190;
}
a {
	text-decoration: none;
	color: #6b8cb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
}
#content a {
	text-decoration: none;
	color: #6b8cb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#content a:hover {
	text-decoration: underline;
	color: #6b8cb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
#enquiry {
	padding: 20px 0px;
}
input, textarea {
	width: 250px;
	margin: 0.25em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
select {
	margin: 0.25em;
}
.submit_button {
	width: 80px;
}
label {
	text-align: right;
	margin: 0.25em;
	clear: both;
	float: left;
	width: 11em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	margin-top: 20px;
	padding-top: 5px;
}
#footer a {
	text-decoration: none;
	color: #6b8cb7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}
#footer a:active {
    text-decoration: none;
    color: #f9c190;
}
#footer a:hover {
    text-decoration: underline;
    color: #f4560f;
}
#container a:hover {
	text-decoration: underline;
	color: #f4560f;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
}
li {
	padding-bottom: 5px;
}
#note {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #999999;
}
