body {
	margin:0;
	padding:0;
	width:100%;
	background:#fff;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
}

Html, body {
Overflow-x:hidden;
}

/*  */
/*  Links Formatting  */
/*  */
a:link {color: #9b0b4e;}
a:visited {color: #9b0b4e;}
a:hover {color: #9b0b4e; font-weight: bold}
a:active {color: #9b0b4e;}


/*  */
/*  Image Formatting  */
/*  */
.imageleft {
	text-align: left;
}

.imageright {
	text-align: right;
}

.imagecentre {
	text-align: center;
}

.imageborder {
	padding: 5ex;
}


.imagenormal {
	border: solid 0 #e5e5e5;
	border-width: 1px;
	padding: 1ex;
}

/*  */
/*  Text Formatting  */
/*  */

.newsborder	{
	border-top: 2px;
	}


/*  */
/*  Text Formatting  */
/*  */

.Normal-P
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:left; font-weight:400; 
        }
.Normal-P0
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:right; font-weight:400; 
        }
.Normal-P1
        {
        margin:0.0px 0.0px 0.0px 0.0px; text-align:center; font-weight:400; 
        }
.Normal-C
        {
        font-family:"Times New Roman", serif; font-size:13.0px; 
        line-height:1.23em; 
        }
.Normal-C0
        {
        font-family:"Times New Roman", serif; font-size:16.0px; 
        line-height:1.25em; 
        }
.Normal-C1
        {
        font-family:"Times New Roman", serif; font-size:16.0px; 
        line-height:1.25em; color:#9b0b4e; 
        }
.Normal-C2
        {
        font-family:"Times New Roman", serif; font-size:40.0px; 
        line-height:1.20em; letter-spacing:1.90px; color:#9b0b4e; 
        }
.Normal-C3
        {
        font-family:"Times New Roman", serif; font-weight:700;
        font-size:21.0px; line-height:1.19em;
	text-align:left;
        }
.Normal-C4
        {
        font-family:"Times New Roman", serif; font-weight:700; 
        font-size:13.0px; line-height:1.23em; 
        }
.Normal-C5
        {
        font-family:"Times New Roman", serif; font-size:32.0px; 
        line-height:1.16em; color:#646464; 
	text-align:left;
        }
.Normal-C6
        {
        font-family:"Times New Roman", serif; font-size:16.0px; 
        line-height:1.25em; color:#646464; 
        }
.Normal-C7
        {
        font-family:"Times New Roman", serif; font-size:27.0px; 
        line-height:1.19em; 
        }
.Normal-C8
        {
        font-family:"Times New Roman", serif; font-size:25.1px; 
        line-height:1.20em; 
        }
.Normal-C9
        {
        font-family:"Arial Narrow", sans-serif; font-weight:700; 
        font-size:15.0px; line-height:1.33em; 
        }
/* */


h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}
p {
	margin:.4em 0 .8em 0;
	padding:0;
}
img {
	margin:0px 0 0px;
}
#header {
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#header p {
	padding:.0 0 0 0;
	margin:0;
}
#header h1  {
	padding:.2em 15px;
	margin:0;
}
#header h2  {
	padding:.2em 15px	.7em 15px;
	margin:0;
}
#colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background:#ffffff;		/* Left column background colour */
}
#colmid {
	float:left;
	width:200%;
	position:relative;
	left:61px;		/* LEFT COLUMN px */
	background:#ffffff;    	/* Centre column background colour */
}
#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-122px;
	background:#ffffff;    	/* Right column background colour */
}
#col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}
#col1pad {
	margin:0 0px 0 122px;	/* 0 'n'px 0 'm'px where */
				/* 'n' is RIGHT PADDING OF CENTRE COLUMN */
				/* 'm' is (LEFT COLUMN px) + (RIGHT COLUM px) + (LEFT MARGIN OF CENTRE COLUMN) */
	overflow:hidden;
}
#col1 {
	width:100%;
	overflow:hidden;
}
#col2 {
	float:left;
	width:61px;		/* Size of LEFT COLUMN (px) WITHOUT PADDING */
	position:relative;
	margin-left:-50%;
	left:61px;		/* (LEFT COLUMN px) + (PADDING) */
	overflow:hidden;
}
#col3 {
	float:left;
	width:61px;		/* Size of RIGHT COLUMN (px) WITHOUT PADDING */
	position:relative;
	left:0px;		/* Size of PADDING */
	overflow:hidden;
}
#footer {
	clear:both;
	float:left;
	width:100%;
	padding:0;
	margin:0;
}
#footer p {
	padding:.5em 0px;
}