/* VHLDHM style sheet for colours */

h1 {
    color: #7F0302;
	border-color: #666666;
}	
h2 {
	color: #7F0302;
	border-color: #666666;
} 	
h3 {
	color: #666666;
}
h4 {
    color: #666666;
}
#header {
	color: #666666;
	border-color: #666666;
}

.color {	color: #fff;
	background: #069859;
}

/* insert site colour here */
.box {
	background: #FFFFFF;
	border-color: #990000;
}	
td.solid {
	border-color : #666666;
	background-color : #ffdab9;
}
td.line {
	border-color : #ffdab9;
}

/* insert site colour here */
#footer {
	background-color: #069859;
	border-top: 1em solid #069859;
	border-bottom: 1em solid #069859;
}
#footer {
	position: relative;
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
		text-decoration: none;
		  clear: both;

}

#footer .footer     {
	color: #333333;
	font-family: verdana, arial, san-serif;
	font-size: xx-small;
	font-weight: normal;
	vertical-align: top;
	background: #ffdab9;
	margin: 0.5em 0 0.5em 0;
	border-width : 1px;
	border-style : solid;
	border-color : #666666;
	text-decoration: none;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}
.footer     {
text-align: center;
width: 70%;
border:	red;
border-width: 1px;
	border-style: solid;
	border-color: #990000;
	margin: 0 15% 0 15%;
	}
#rhcol {
    width:200px; float: right; font-size: 0.8em; margin-left: auto; margin-right: 0; padding: 0.3em; 
}

#rhcol h3 {
    font-size:1em; margin-bottom:0; border:2px solid #069859; padding:0.2em;
    color: #7F0302;
}

#footer .footer     {
	border-color: #990000;
	background: #ffdab9;

}

#navlh ul li a {
	color: #fff;
	/*background: #E9EABF; /* IE6 Bug */
	background: #069859;
	border: 2px solid white;
	
	}
#navlh ul li a:hover { color: #000; background: #fff; border-color: #069859; } /* Hover Styles */

/* mainbodylink */
A.contentlink:link {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-weight: normal;
    text-decoration: underline;
    color: #0066CC;
}

A.contentlink:active {
	color: #0033CC;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration : underline;
}

A.contentlink:visited {
	color: #333333;
	font-size : x-small;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

A.contentlink:hover   {
	text-decoration: underline;
	color: #0033CC;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : x-small;
	text-decoration: underline;
}


