body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
	}
table {
	border-collapse:collapse;
	border-spacing:0;
	}
fieldset, img{
	border:0;
	}
address, caption, cite, code, dfn, th, var {
	font-style:normal;
	font-weight:normal;
	}
caption,th{
	text-align:left;
	}
h1, h2, h3 ,h4, h5, h6, p, li {
	text-align: left;
	}
q:before, q:after {
	content:'';
	}
abbr, acronym {
	border:0;
	}
body {
	border: 0;					/* This removes the border around the viewport in old versions of IE */
	width: 100%;
	background: #FFF;
	font: 100%/105% Tahoma, Arial, Helvetica, sans-serif;
	}

/* column container */
.colmask {	
	position:relative;			/* This fixes the IE7 overflow hidden bug */
	clear:both;
	width:960px;				/* width of whole page */
	margin:0 auto;				/* Centres the webpage left to right */
	overflow:hidden;			/* This chops off any overhanging divs */
}

/* common column settings - no need to adjust */
.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	position:relative;
}
.col1,
.col2,
.col3 {
	float:left;
	position:relative;	
	padding:0;					/* no left and right padding on columns */
	overflow:hidden;
}

/* Full width column settings */
.colmask {	
	background:#FFF;			/* Background colour of full width column */
}
.full_col {
	margin:0 30px;		/* Left and right margins for the full width column */
}

/* 2 Column (left menu) settings */
.leftmenu {
	background:#fff;		/* right column background colour */
}
.leftmenu .colleft {
	right:560px;			/* right column width */
	background:#fff;		/* left column background colour */
}
.leftmenu .col1 {
	width:530px;			/* right column content width */
	left:960px;				/* 100% plus right column left padding */
}
.leftmenu .col2 {
	width:340px;			/* left column content width (column width minus left and right padding) */
	left:60px;				/* (right column left and right padding) plus (left column left padding) */
}


/* Font styles */
.col1 h1,
.col2 h1,
.col3 h1,
.full_col h1 {
	font-size:24px;
	color:#524D46;
	text-align:left;
	margin:40px 0 10px 0;
}
.col1 h2,
.col2 h2,
.col3 h2,
.full_col h2 {
	font-size:18px;
	color:#C70101;
	text-align:right;
	margin:10px 62px 10px 0;
	font-weight:normal;
}
.col1 h3,
.col2 h3,
.col3 h3,
.full_col h3 {
	font-size:16px;
	color:#C70101;
	text-align:center;
	margin:15px 0 0 0;
	font-weight:normal;
}
.col1 h4,
.col2 h4,
.col3 h4,
.full_col h4 {
	font-size:14px;
	color:#767676;
	text-align:center;
	margin:5px 0;
	font-weight:normal;
}
.col1 h5,
.col2 h5,
.col3 h5,
.full_col h5 {
	font-size:13px;
	color:#A39D95;
	text-align:left;
	margin:10px 0;
}
.col1 h6,
.col2 h6,
.col3 h6,
.full_col h6 {
	font-size:12px;
	color:#767676;
	text-align:left;
	margin:10px 0 0 0;
}
.col1 p,
.col2 p,
.col3 p,
.full_col p {
	font-size:12px;
	color:#4c4c4c;
	text-align:left;
	margin:10px 0;
}
.col1 a:link,
.col2 a:link,
.col3 a:link,
.full_col a:link,
.col1 a:visited,
.col2 a:visited,
.col3 a:visited,
.full_col a:visited {
	font-size:12px;
	color: #767676;
	text-decoration: none;
}
.col1 a:hover,
.col2 a:hover,
.col3 a:hover,
.full_col a:hover,
.col1 a:active,
.col2 a:active,
.col3 a:active,
.full_col a:active {
	color: #c70101;
	text-decoration: underline;
}
.col1 li,
.col2 li,
.col3 li,
.full_col li {
	color:#C70101;
	text-align:left;
	margin-left:18px;
	font-size:12px;
}
.col1 li .text,
.col2 li .text,
.col3 li .text,
.full_col li .text{
	color:#4c4c4c;
}

/* Footer styles */
.footer {
	clear:both;
	width:900px;
	margin:5px auto 0 auto;		/* Centres the footer left to right with margin of 5px at top */
	text-align:left;
}
.footer p {
	font-size:10px;
	color:#4c4c4c;
	text-align:left;
	margin:0;
}
.footer a:link,
.footer a:visited {
	color: #767676;
	text-decoration: none;
}
.footer a:hover,
.footer a:active {
	color: #c70101;
	text-decoration: underline;
}
.copyright {
	float:right;
	position:relative;
}
.copyright p {
	text-align:right;
}
.f_links {
	float:left;
	position:relative;
}

/* Set min height using a DIV */
.height,
.height2 {
	height:563px; 
	float:right; 
	width:0;
}
.height2 {
	height:557px; 
}