body
{ 
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: x-small;
	background-image:   url(images/faded_background.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 15px;
}

table
{
	font-size: x-small;
	color: #333;
}

#strip /* stripe in top banner */
{ 
	background-image:   url(images/coloured_line.gif);
	background-position: top;
	background-repeat: repeat-x;
}

#telephone /* telephone and email area */
{ 
	font-family: lucida sans unicode, arial, helvetica, sans serif;
	color: #333;
	font-size: x-small;
	background-color: #fff;
	padding-right: 10px;
	padding-top: 10px;
}


/* ------menu area------- */
#menubackground
{
	background-color: #fff;	
}

#menu td
{
	font-family: arial, helvetica, sans serif;
	font-weight: bold;
	font-size: 80%;
	color: #333;
	border-bottom: 1px solid #ABABAB;
	padding-left: 10px;
	vertical-align: middle;
	/*height: 1.8em;*/
	padding-top: 4px;
	padding-bottom: 4px;
}

#menu a
{
	color: #333; /* dark grey */
	text-decoration: none;
}

#menu a:hover
{
    color: #E9493A; /* orange */
	text-decoration: none;
}
/* -----end of menu area----- */


#content
{
    background-color: #fff;
    padding-left: 10px;
	padding-right: 10px;
}

h1
{
	font-family: lucida sans unicode, arial, helvetica, sans serif;
	color: #333; /* dark grey */
	font-size: medium;
	font-weight: normal;
}

h2
{
	font-family: lucida sans unicode, arial, helvetica, sans serif;
	color: #339900; /* green */
	font-size: small;
	font-weight: normal;
}

h3
{
	font-family: lucida sans unicode, arial, helvetica, sans serif;
	color: #339900; /* green */
	font-size: x-small;
	font-weight: normal;
}


a
{
	color: #E9493A; /* orange */
	text-decoration: underline;
}

a:visited
{
    color: #E9493A; /* orange */
	text-decoration: none;
}

a:hover
{
    color: #E9493A; /* orange */
	text-decoration: none;
}


/* ----footer area-----*/
#grass 
{ 
	background-image:   url(images/grass.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
}

#footer
{
	font-family: arial, helvetica, sans serif;
	color: #333;
	font-size: xx-small;
	font-weight: normal;
	padding-top: 5px;
}
/* ----end of footer area-----*/


.orange
{
	background-color: #E9493A;
}

.right
{
	float: right;
	margin-left: 10px;
}

.left
{
	float: left;
	margin-right: 10px;
}

li
{
	list-style-type: image;
	list-style-image: url(images/bulletpoint.gif);
}

.border
{
	border-bottom: 1px solid #ABABAB;
}

.smaller
{	
	font-size: 65%;
}