body
{
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff;
	margin-top: 15px;
	background-color: #990000;
}

h1 
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;	
	font-weight: bold;
	color: #990000;
	margin-bottom: 5px;
	margin-top: 0px;
}

#logo
{
	border: 2px solid white;
	padding: 10px 10px 10px 10px;
	background-image: url(/images/head_logo.jpg);
}

#nav
{
	width: 135px;
}

#content
{
	padding: 5px 20px 20px 20px;
	background-color: #ffffff;
	color: #000000;
	font-size: 90%;
}

#content table
{
	border-bottom: 1px solid #ccc;
}

#content td
{
	border-top: 1px solid #ccc;
	color: #000000;
	padding: 10px 0px 10px 0px;
	font-size: 90%;
}

#content td img
{
	border: 1px solid #cccccc;
	margin-right: 20px;
}

.imgRight
{
    margin: 0px 0px 0px 20px;
    padding: 0px;
}


.strapline
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 0px 0px 0px;
	text-indent: -10px;
}

.footDzp
{
	padding: 5px 0px 5px 7px;
	background-color: #990000;
	border-left: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	clear: left;
}

.footAddress
{
	padding: 5px 0px 5px 17px;
	font-size: 80%;
	background-color: #990000;
	border-right: 2px solid white;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}

.footAddress a
{
	color: #ffffff;
	text-decoration: underline;
}


a
{
	color: #990000;
	text-decoration: underline;
}

a:hover
{
	color: #333333;
	text-decoration: underline;
}

/*a:visited
{
	color: #333;
	text-decoration: underline;
}
/*
*/
ul strong
{
	color: #990000;
}

ul
{
	padding: 0px 0px 0px 0px;
	list-style: none;
	margin: 0px;
	color: #000000;
	border-top: 0px solid white;
	border-left: 2px solid white;
	border-right: 0px solid white;
}

ul li
{
	padding: 5px 0px 5px 0px;
	margin:0px;
	font-size: 80%;
	background-color: #cccccc;
	border-bottom: 2px solid white;
	text-indent: 10px;
}


li.sub
{
	padding: 5px 0px 5px 10px;
	border-top: 0px solid white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	background-color: #eeeeee;
}

ul li#currentpage a
{
	font-weight: bold;
	text-decoration: none;
}

ul li#currentpage a:hover
{
	text-decoration: underline;
}

