﻿/* CENTRE COLUMN */
#region1 {
	font-size: 62.5%;
}

#region1 p {
	margin: 15px 0;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #333;
}

#region1 h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 3.6em;
	font-weight: normal;
	margin-bottom: 10px;
}

#region1 h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.8em;
	font-weight: normal;
	margin-bottom: 10px;
}

#region1 h3 
{
	font-family: "Times New Roman", Times, serif;
	font-size: 2.0em;
	font-weight: normal;
	margin-bottom: 8px;
	color: #BE3016;
}

#region1 h4
{
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 5px;
}



#region1 h5,h6 {
	font-size: 1.4em;
}

#region1 li {
	font-size: 1.2em;
	margin-left:35px;
	list-style-type:disc;
}

#region1 li p {
	font-size: 1em;
}


#region1 td {
	font-size: 1.2em;
}

#region1 td p {
	font-size: 0.9em;
}

#region1 td li {
	font-size: 1.0em;
}

#region1 td li p {
	font-size: 1em;
}


#region1 td h3 {
	font-size: 1.6em;
}

#region1 hr
{
	color: #999999;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
}


.column {
	float: left;
	padding-right: 25px;
	width: 350px;
}
/*
#centreColumn p
{
	font-size: 1.2em;
	color: #333333;
	line-height: 150%;
	margin-bottom: 1.5em;
}

#centreColumn a
{
	color: #8F3F98;
}
#centreColumn a:visited
{
	color: #a73f98;
}
#centreColumn a:hover
{
	text-decoration:underline;
	color:#F8931D;
}

#centreColumn li { 
	font-size:1.2em;
	color:#333;
	line-height: 150%;
	margin-left:30px;
	list-style-type: disc;
	}
	
#centreColumn td {
	font-size:1.2em;
	color:#333;
	line-height: 150%;
	}

/*To Handle Situations where a table is nested within another table
such as a repeater control which has a table in the item template 
#centreColumn td td {
	font-size:1.0em;
	color:#333;
	line-height: 100%;
	}
	
#centreColumn td li {
	font-size:1.0em;
	}
	
#centreColumn h1 {
	font-size:2.8em;
	color:#005700;
	font-weight:normal;
	margin-bottom:6px;
	}
	
#centreColumn h1 a, #centreColumn h1 a:hover {
	color:#005700
	}

#centreColumn h2 {
	font-size:1.5em;
	color:#005700;
	font-weight:bold;
	margin-bottom:5px;
	}
	
#centreColumn h2 a, #centreColumn h2 a:visited {
	color:#005700
	}
	
#centreColumn h3 {
	font-size:1.5em;
	color:#333333;
	font-weight:bold;
	margin-bottom:5px;
	}
	
#centreColumn h3 a, #centreColumn h3 a:visited {
	color:#333333
	}
	
	
#centreColumn h4 {
	font-size:1.4em;
	color:#005700;
	font-weight:normal;
	margin-bottom:4px;
	margin-top:5px;
	}
	
#centreColumn h4 a, #centreColumn h4 a:visited {
	color:#005700
	}
	
#centreColumn h5 {
	font-size:1.3em;
	color:#005700;
	font-weight:bold;
	margin-bottom:4px;
	}

#centreColumn h5 a, #centreColumn h5 a:visited {
	color:#005700
	}
	
#centreColumn h6 {
	font-size:1.3em;
	color:#000000;
	font-weight:bold;
	margin-bottom:4px;
	}

#centreColumn h6 a, #centreColumn h6 a:hover {
	color:#000000
	}
	
#centreColumn hr
{
	color: #005700;
	height:1px;
	margin-bottom:10px;
	margin-top:10px;
}
	
#centreColumn address
{
	font-size:1.1em;
}

#centreColumn pre
{
	font-size:1.2em;
}
*/
