<!--
a, a:visited, a:link, .SectionHeading, .Breadcrumbs, a.Breadcrumbs:link, a.Breadcrumbs:visited
	{
    color: white;
    text-decoration:none;
	}
a:active, a:hover
	{
	color: #ffffff;
    text-decoration:underline;
	}

body
	{
	background-color: #CA2511;
	font-family: Arial;
	font-size: x-small;

    background-image: url(davey-blows-final.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
	}

.Page
	{
    background-image: url(side_copyright.gif);
    background-repeat: no-repeat;
    background-position: bottom left;
    width: 100%;
    height: 100%;
	}


.ArticleTitle, a.ArticleTitle
	{
	}


#EmailAddress
{
	position: absolute;
	left: 10px;
	bottom: 10px;
	color: white;
	font-size: xx-small;
}



	input, select
	{
		background-color: #CA2511;
		border: 1px solid #F39905;
		color: white;
		font-size: x-small;
	}

	.calendar
		{
		}
	.calendarForm
		{
		}
	.calendarTitle, .calendarItem
		{
		font-weight: bold;
		font-size: x-small;
		}
	.calendarCellActive, .calendarCellUnActive
		{
		border: 1px solid #F39905;
		height: 80px;
		width: 80px;
		font-size: x-small;
		}
	.calendarCellUnActive
		{
		color: none;
		}
		
	.calendarItem
		{
		width: 80px;
		margin-bottom: 10px;
		font-weight: normal;
		font-size: xx-small;
		text-align: left;
		}


#Breadcrumbs {
	position: absolute;
	top: 0px;
	left: 100px;
	}
#Breadcrumbs ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	display: inline;
	}
#Breadcrumbs li {
	display: inline;
	padding-right: 15px;
	font-size: small;
	color: white;
	}
#Breadcrumbs li a{
	}
#Breadcrumbs li a span{
	font-weight: bold;
	}



.ArticleListItem {
	margin-bottom: 20px;
	}
.ArticleListItem h1{
	display: none;
	}
.ArticleListItem p{
	display: none;
	}
.ArticleListItem div{
	}
.ArticleListItem .more{
	display: none;
	}


#SectionHeading h1{
	font-size: x-large;
	color: white;
	}
#SectionHeading p{
	display: none;
	}

#SectionTree {
	position: relative;
	margin-top: 150px;
	left: +10px;
	width: 100px;
	background-image: url(arrow.gif);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 25px;
	padding-top: 20px;
	color: #ffffff;
	}
#SectionTree h1{
	font-size: large;
	color: #ffffff;
	}


#Article h1 {
	color: white;
	}

-->