body
{ 
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: x-small;
	margin-top: 15px;
	background-color: #FFFFDB;
}

table
{
	font-size: x-small;
	color: #333;
}

#maintable
{
	width: 747px;
}

#toptext
{
	font-family: georgia, arial, helvetica, sans serif;
	font-size: x-small;
	font-style: italic;
	width: 747px;
	background-color: #FFFFDB;
	padding-bottom: 3px;
	border-bottom: 1px solid #C40D0A;
}

#topbanner
{
	width: 572px;
	height: 165px;
	background-color: #FFF;
	border-right: 1px solid #C40D0A;
}

#sidemenu
{
	width: 175px;
	background-image:  url(images/menu_background.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-color: #C40D0A;
}

#login
{
	font-family: georgia, arial, helvetica, sans serif;
	background-color: #C40D0A;
	width: 175px;
	height: 165px;
	color: #fff;
	font-size: x-small;
	padding-left: 10px;
	padding-top: 10px;
	vertical-align: top;
}

input.login
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: xx-small;
	background-color: #FFFFDB;
}

.button
{
	background-color: #FFFFDB;
}

.plain
{
	font-family: Arial, helvetica, Sans-Serif;
}

#menu td
{
	font-family: georgia, arial, helvetica, sans serif;
	font-weight: bold;
	height: 1.8em;
	width: 175px;
	color: #fff;
	border-bottom: 1px solid #fff;
	font-size: x-small;
	padding-left: 10px;
	padding-right: 5px;
	vertical-align: middle;
}

#menu a:link, #menu a:visited, a:active
{
	color: #fff;
	text-decoration: none;
}

#menu a:hover
{
	color: #FFFFDB;
	text-decoration: none;
}

#content
{
	width: 572px;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
	border-right: 1px solid #C40D0A;
}

h1
{
	font-family: georgia, arial, helvetica, sans serif;
	font-size: small;
	font-weight: bold;
	color: #C40D0A;
	
}

h2
{
	font-family: georgia, arial, helvetica, sans serif;
	font-size: x-small;
	font-weight: bold;
	color: #C40D0A;
}

a
{
	color: #C40D0A; /* red */
	text-decoration: underline;
}

a:visited
{
    color: #C40D0A; /* red */
	text-decoration: underline;
}

a:hover
{
    color: #C40D0A;  /* red */
	text-decoration: underline;
}

#footer
{
	font-family: arial, helvetica, sans serif;
	font-size: xx-small;
	color: #333;
	width: 747px;
	background-color: #FFFFDB;
	padding-top: 3px;
	border-top: 1px solid #C40D0A;
	text-align: right;
}

.red
{
	color: #C40D0A;
}

.right
{
	float: right;
	margin-left: 10px;
}

ul li
{
	list-style-image: url(images/bulletpoint.gif);
	vertical-align: top;
}

label.enquiry
{
	width: 160px;
	float: left;
}

#doctable th
{
	background-color: #C40D0A;
	color: #fff;
	text-align: left;
	font-weight: bold;
}