H1 {
	font-size:20px;
	color:#C93B00;
	margin:20px 0 10px 0;
  	font-weight:normal;
  	padding-bottom:10px;
}

H2 {
	font-size:18px;
	color:#C93B00;
	margin:20px 0 16px 0;
}

H3 {
	font-size:15px;
	color:#C93B00;
	margin:20px 0 16px 0;
}

H4 {
	font-size:15px;
	color:#C93B00;
	margin:20px 0 16px 0;
}

H5 {
	font-size:18px;
	color:#C93B00;
	margin:8px 0 0 25px;
}

H6 {
	font-size:12px;
	color:#C93B00;
	margin:4px 0 3px 14px;
}

P {
	font-size:14px;
	color:#505050;
	margin:0;
	padding-bottom:16px;
	line-height:18px;
}

table {
	font-size:14px;
	color:#505050;
	line-height:18px;
}


li {
	font-size:14px;
	color:#505050;
	line-height:18px;
}

a:link, a:visited {
	color:#505050;
	text-decoration:underline;
}

a:hover {
	color:#505050;
	text-decoration:none;	
}

.textcontent{
 	font-size: 100%;
	line-height:1.3;
	color:#000000;
}

#breadCrumbFeatures /*to the right of the page showing login box etc*/
{
	font-size:12px;
	color:#653237;
        margin:0;
	margin-right:15px;
	text-align:right;
        float:right;
}

#contentWrapper #breadCrumbFeatures, #contentWrapper #breadcrumbs {
        margin-top:-20px;
        -margin-top:0px;
} 

#breadcrumbs, #breadcrumbsCP {
	font-size:12px;
	color:#425955;
        width: 450px;
       	margin:0 0 0 33px;
       	float:left;
}

#breadcrumbsCP {
 	margin-left: -235px;
  	margin-top: -20px;
}

#breadcrumbs a:link, #breadcrumbs a:visited, #breadcrumbsCP a:link, #breadcrumbsCP a:visited, #breadCrumbFeatures a:link, #breadCrumbFeatures a:visited {
	color:#425955 !important;
        text-decoration:none !important;
}

#breadcrumbs a:hover, #breadcrumbsCP a:hover, #breadCrumbFeatures a:hover {
	color:#425955 !important;
        text-decoration:underline !important;

}

#mediaRSS {
 	margin-right:35px;
  	margin-top:-70px;
}

#categorySelection {
 	margin-left:33px;
  	margin-bottom: 10px;
}

#categorySelection + a + p, #categorySelection + a + p + p {
  	margin-left: 33px;
  	margin-right: 35px;
}

div#bodyContainer table + form {
 	margin-left: 34px;
  	margin-bottom:10px;
}

.CollapsiblePanel {  /*holds the login text - non user definable */
	margin: 0px;
	padding: 0px;
	width:200px;
        float:right;
}

#logintext{  /* holds the login text - non user definable */
	margin: 0px;
	padding-right: 30px;
	width:80px;
        float:right;
	text-align:right;
}

table.calendar {
  	width: 93% !important;
}

.tableBorder{  /*used for standard tables*/
	border-color:#050000;
	border-width:1px;
	border-style:solid;
}
	
.tableHeading, .tableHeading a:link,.tableHeading a:visited,.tableHeading a:active,.tableHeading a:hover{
	background-color:#C93B00;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

.tableContent1{
	background-color:#F6F6F6;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:inherit;
        padding:4px;
}

.tableContent2{
	background-color:#E0E0E0;
	font-size:inherit;
	font-family:Verdana, Arial, Helvetica, sans-serif;	
}

.button{
	padding:3px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
        font-weight:bold;
	color:white;
        background: #C93B00;
	font-size:85%;
        border: 1px solid #676767;
        border-radius: 8px;
        box-shadow: 2px 2px 2px darkgrey;
        cursor:pointer;
}