    /* <!-- */
    /* General styles */
body {
	margin: 25px 0 0 10%;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:80%;
	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: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a {
   	color: #0000FF;
	text-decoration:none;
}

a:hover {
	color:#000033;
	background:#FFFF00;
	text-decoration:none;
}

h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
	font-size: 140%;
	font-weight:bold;
    }

p {
	margin:.4em 0 .8em 0;
	padding:0;
}

img {
	margin:10px 0 5px;
}

/* Header styles */

#header {
	clear:both;
	float:left;
	width:100%;
}

#header {
	border:1px solid #CCCCCC;
}

#header p,
#header h1,
#header h2 {
	padding:.4em 15px 0 15px;
	margin:0;
}

#header ul {
    clear:left;
    float:left;
    width:100%;
    list-style:none;
    margin:10px 0 0 0;
    padding:0;
}

#header ul li {
    display:inline;
    list-style:none;
    margin:0;
    padding:0;
}

#header ul li a {
    display:block;
    float:left;
    margin:0 0 0 1px;
    padding:3px 10px;
    text-align:center;
    background:#eee;
    color:#000;
    text-decoration:none;
    position:relative;
    left:0px;
	line-height:2.5em;
}

#header ul li a:hover {
    background: #3333CC;
	color:#FFFFFF;
}

#header ul li a.active,
#header ul li a.active:hover {
    color: #3333CC;
    background: #eeeeee; /* BACKGROUND COLOUR OF MENU ITEMS */
    font-weight:bold;
}

#header ul li a span {
    display:block;
}


/* ORDERED LIST STYLES */

ul {
	list-style-type: square;
	line-height: 1.2em;
}
ul li {
    padding-left: 1em;
    margin-bottom: .5em;
}


/* END OF ORDERED LIST STYLES */

/* 'widths' sub menu */

#layoutdims {
	clear:both;
	background:#eee;
	border-top:1px solid #CCCCCC;
	margin:0;
	padding:6px 15px !important;
	text-align:right;
}

/* column container */
	.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 */
		border-left:1px solid #CCCCCC;
		border-right:1px solid #CCCCCC;
	}
	/* 2 column right menu settings */
	.rightmenu {
	    background: #eeeeee; /* THIS IS THE COLOUR OF THE RIGHT HAND PANEL */
	}
	.rightmenu .colleft {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#fff;
    }
    .rightmenu .col1wrap {
	    float:left;
	    width:50%;
	    position:relative;
	    left:50%;
	    padding-bottom:1em;
	}
	.rightmenu .col1 {
        margin:0 15px 0 215px;
        overflow:hidden;
	}
    .rightmenu .col2 {
        float:right;
        width:170px;
        position:relative;
        left:185px;
    }

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	border-top:1px solid #CCCCCC;
}

#footer p {
	padding: 5px;
	margin:0;
}
    /* --> */
	
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->