    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#ffffff;
		text-align:center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		background-image : url(../img/bg-shadow.jpg);
		background-position : center;
 		background-repeat : repeat-y;	
    }
	a {
    	color:#369;
        text-decoration:none;
	}
	a:hover {
		color:red;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px 0 5px;
		margin:0px;
	}
	#wrapper
	{
		background-color:white;
		width:800px;
		margin:0 auto;
		text-align:left;
}

	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		margin:0px;
		border:0px;
        background-color:#ffffff;
    }
	#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:5px 0 5px 0;
	    padding:0px;
        height:25px;
        vertical-align:middle;
	}
	#header ul li {
	    display:inline;
	    list-style:none;
        height:22px;
	}
	#header ul li a {
	    display:block;
	    float:left;
	    text-align:center;
	    color:#000;
	    text-decoration:none;
	    position:relative;
	    left:0px;
	}
	#header ul li a:hover {
		color:#ac086b;
	}
	#header ul li a.active,
	#header ul li a.active:hover {
	    color:#ac086b;
	    background:#000;
	    font-weight:bold;
	}
	#header ul li a span {
	    display:block;
	}
    
    #horizontalmenu
    {
        background-color:beige;
        padding:10px;
    }
    
    #breadcrumbs
    {
        font-size:0.8em;
        color:#000000;
    	font-weight:bold;
    	padding:5px;
    	width:730px;
    	margin-top:5px;
    }
    
	/* 'widths' sub menu */
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		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 */
	}
	/* holy grail 3 column settings */
	.efclayout {
	    background:#ffff99;    	/* Right column background colour */
	}
    .efclayout .colmid {
        float:left;
        width:200%;
        margin-left:-160px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .efclayout .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:360px;         	/* Left column width + right column width */
        background:#035196; 
		background-color:transparent;   	/* Left column background colour */
    }
    .efclayout .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:160px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.efclayout .col1 {
        margin: 0 220px 160px 180px;     	/* Centre column side padding:
                            	Left padding = left column width + centre column left padding width
                            	Right padding = right column width + centre column right padding width */
        position:relative;
	    left:200%;
	    overflow: hidden;
        padding-top:10px;
	}
    .efclayout .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:180px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:0px;         	/* Width of the left-had side padding on the left column */
    }
    .efclayout .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:160px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:20px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:800px;
		border-top:1px solid silver;
		border-bottom:1px solid silver;
        background-color:#ffffff;
		padding-top:5px;
		padding-bottom:5px;
		text-align:left;
		font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	 }
    #footer p {
        padding:10px;
        margin:0;
    }

   
#topmenu
{
    background-color:#ffffff;
	border-bottom:1px solid silver;
	border-top:1px solid silver;	
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	margin-top:5px;
}

#topmenu img
{
	margin:0px;
	padding:0px;
	vertical-align:middle;
}
#topmenu .leftcell
{
    float:left;
    vertical-align:middle;
    padding:0px;
    padding-bottom:0px;
    min-height:25px;
    width:25px;
    background-color:#bcc6d0;
}
#topmenu .leftcell img
{
    padding:5px;
}

#topmenu .midcell
{
    vertical-align:middle;
    float:left;
    padding-left:8px;
    padding-right:8px;
    padding-top:6px;
    border-right:1px solid silver;
    height:20px;
}

#topmenu .rightcell
{
    vertical-align:middle;
    float:right;
    padding-top:1px;
}
#topmenu a
{
	color:black;
	text-decoration:none;
    font-weight:bold;
    font-size:0.75em;
}
#topmenu a:hover
{
    color:#ac086b;
    font-weight:bold;
}
.searchbutton
{
    background-color:white;
    border:1px solid silver;
}
#banner
{
    background-color:#ffffff;
	padding:0px;
	padding-top:4px;
	margin:0px;
	margin-bottom:0px;
}

#breadcrumbs
{
	font-size:1em;
	color:#f0f0f0;
	font-weight:bold;
}
#breadcrumbs a
{
	color:#f0f0f0;
	text-decoration:none;
}
#breadcrumbs a:hover
{
	color:white;
}

.indexmain
{
	color:silver;
	font-family:serif;
	font-size:0.9em;
	padding:0px;
	width:700px;
}

.indexmain img
{
	padding-top:10px;
	padding-bottom:10px;
}
    
.navlist
{
	list-style:none;
	margin:0px;
	padding:0px;
	padding-top:2px;
	padding-bottom:1px;
	background-color:#035196;
	background-color:transparent;
}

.navlist li
{
	padding:3px;
	margin:5px;
	background-color: #035196;
	color:#cccccc;
    list-style:none;
	font-weight:bold;
	background-color:transparent;
} 

.navlist li a
{
	color:#ffffff;
	text-decoration:none;
}
.navlist li a:hover
{
	color:#ff0000;
}
.submenu
{
	display:none;
}
.subnavlist
{
	list-style:none;
	margin:0px;
	padding:0px;
}
.subnavlist li
{
	border:0px;
	padding:2px;
	padding-left:5px;
	background-color:transparent;
	font-weight:normal;
}
.navlist .activesection
{
}
.subnavlist .activesection,.navlist .activesection
{
	background-color:transparent;
	color:white;
}
.subnavlist .activesection a, navlist .activesection a
{
	color:white;
}
.navlist .activesection a
{
	color:white;
}

.activesection .subnavlist a
{
	color:#ffffff;
}

li a.activepage
{
	text-decoration:underline;
}

#footer
{
	padding:0px;
	margin:0px;
}

.heading
{
	padding-bottom:10px;
	font-size:2em;
	color:#666666;
}
.subheading
{
	padding-bottom:10px;
	font-size:1.2em;
	color:#666666;
}


#boxes img
{
	padding:0px;
	margin:0px;
}

.boxtext
{
	padding:10px;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	font-size:0.9em;
    text-align:left;
}
.boxtext h1
{
	padding:0px;
	margin:0px;
	font-weight:normal;
	font-size:2.2em;
    height:2.4em;
}

.boxtext a
{
	color:#ffffff;
	text-decoration:none;
}
.boxtextlink
{
	text-align:left;
    padding-bottom:5px;
}

.boxtext a:hover
{
	color:black;
}
.mainbox1
{
	background-color:#c6c568;
	color:white;
	vertical-align:top;
}

.mainbox2
{
	background-color:#b29dac;
	color:white;
	vertical-align:top;
}

.mainbox3
{
	background-color:#bcc6d0;
	color:white;
	vertical-align:top;
}
.mainbox4
{
	background-color:#737780;
	color:white;
	vertical-align:top;
}
.mainbox5
{
	background-color:#5e4a56;
	color:white;
	vertical-align:top;
}

.rblock
{
    background-color:transparent;
    padding:0px;
    margin:0px;
	width:160px;
	color:#ffffff;
    float:left;
}

.tinytext
{
	color:silver;
	font-size:0.85em;
	font-family:Arial,Verdana,Geneva,Helvetica,sans-serif;
	background-color:#ffffff;
	text-decoration:none;
}

.tinytext a
{
    color:silver;
}

.tinytext a:hover
{
	color:#004080;
}

#bottomlogos
{
    margin:0px;
    padding:0px;
    padding-top:5px;
    background-color:#ffffff;
    border:none;
}