    /* General styles */
    body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:60em;    /* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
		font-size:80%;
#		font-family:Verdana, Arial, Helvetica, sans-serif;
    }
	a {
    	color:#369;
	}
	a:hover {
		color:#990000;
		text-decoration:none;
	}
    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:10px;
	}
	.floatright {
		float:right;
	}
	.floatleft {
		float:left;
	}
	
	.printOnly {
      display: none;
    }
	
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		/* height:auto;*/
		min-height:120px; /*to prevent clipping of header image where user reduces font size*/
		background-color:#000099;
		background-image:url(/images/header2.jpg);
		background-repeat:no-repeat;
    }
	
	#header p,
	#header h1,
	#header h2 {
		padding: 0.2em 15px 0.3em 150px;
		margin:0;
		color: #FFFFFF;
	}
	#header h3 {
		padding:0.4em 15px 0.4em 150px;
		margin:0;
	}
	#header a,
	#header a:hover {
	color:#FFFFFF;
	text-decoration:none;
	}
	
	
	
	/* 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 */
	.holygrail {
	    background:#000099;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-12em; 		/* Width of right column */
        position:relative;
        right:100%;
        background:#FFFFFF;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:24em;         		/* Left column width + right column width */
        background:#000099;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:12em;        		/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 13em;     		/* 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;
	}
    .holygrail .col2 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:1em;         		/* Width of the left-hand side padding on the left column */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:10em;        		/* Width of right column content (right column width minus left and right padding) */
        margin-right:3em;  		/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
    }
	
	/* col2 text styling */
	ul#navigation { 
		width: 10em;
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
	}
	
	
	a.nav {
		display: block;
		padding: 0.5em;
		width: 8.7em;
		background-color:#003399;
		border-left: solid #999999 .3em;
	}
	
	a.navcurrent {
		display: block;
		padding: 0.5em;
		width: 8.7em;
		background-color:#0099CC;
		border-left: solid #990000 .3em;
		color: #FFFFFF;
	}
	
	
	
	li.current  {
	display: block;
	padding: 0.5em;
	width: 8.7em;
	background-color:#0099CC;
	border-left: solid #990000 .3em;
	color: #FFFFFF;
	}

		#navigation a:link, #navigation a:visited
			{
				color: #EEE;
				text-decoration: none;
			}

		#navigation a:hover
			{
				background-color: #0066CC;
				color: #fff;
				border-left: solid #FFFFFF .3em;
			}
	
	
		/* col3 text styling */
	ul#subnavigation { 
		width: 10em; 
		margin-left: 0;
		padding-left: 0;
		list-style-type: none;
		text-align:right;
	}
	
	
  a.subnav {
		display: block;
		padding: 0.5em;
		width: 8.7em;
		background-color:#003399;
		border-right: solid #999999 .3em;
	}
	
	a.subnavcurrent  {
	display: block;
	padding: 0.5em;
	width: 8.7em;
	background-color:#0099CC;
	border-right: solid #990000 .3em;
	color: #FFFFFF;
	}
	
	
	.subcurrent  {
	display: block;
	padding: 0.5em;
	width: 8.7em;
	background-color:#0099CC;
	border-right: solid #990000 .3em;
	color: #FFFFFF;
	}

		#subnavigation a:link, #subnavigation a:visited
			{
				color: #EEE;
				text-decoration: none;
			}

		#subnavigation a:hover
			{
				background-color: #0066CC;
				color: #fff;
				border-right: solid #FFFFFF .3em;
			}
	
	/*SubSubMenu Styling*/
#subsubnavlist {
	font-size: 80%;
	}
ul#subsubnavlist
{
	margin-left: 0;
	padding-left: 0;
	line-height: 2.5em;
}

#subsubnavlist li
{
display: inline;
list-style-type: none;
}

#subsubnavlist a { padding: 0.5em 0.5em 0.2em 0.5em;
		background-color:#003399;
		border-bottom: solid #999999 .3em;
		  }
		
	li.subsubcurrent { padding: 0.5em 0.5em 0.2em 0.5em;
		background-color:#0099CC;
		border-bottom: solid #990000 .3em;
		color: #FFFFFF; 
		 }
		

#subsubnavlist a:link, #subsubnavlist a:visited
{
color: #EEE;
text-decoration: none;
}

#subsubnavlist a:hover
{
color: #fff;
background-color: #0066CC;
text-decoration: none;
border-bottom: solid #CCCCCC .3em;
}
	
	
	
	/*News styling*/
			
			.news {
	margin: 1em auto;
	padding: .2em 45px;
	border: solid 1px #ccc;
	overflow: auto;
	background-image: url(/images/quoteshut.gif);
	background-repeat:no-repeat;
	background-position:bottom right; 		
}
			h3.newsheadline {
	font-style: italic;
	margin: 0.2em 0.2em 0 -45px;
	padding:10px 0 0 45px;
	width: 10em;
	background-image: url(/images/quoteopen.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size: 1.2em;
	min-height: 31px;
}
			
		
	
	
	
	/*Contacts Table*/
	
	table.contacts
{ width: 99%;
background-color: #fafafa;
border: 1px #000000 solid;
border-collapse: collapse;
border-spacing: 0px; }


th.contact
{ background-color: #000099;
border: 1px #000000 solid;
font-weight: bold;
font-size: 1em;
color: #FFFFFF; }


td.contact
{ border-bottom: 1px #6699CC dotted;
text-align: left;
font-weight: normal;
font-size: .8em;

padding-top: 4px;
padding-bottom: 4px;
padding-left: 8px;
padding-right: 0px; }

	
	
	
	
	
	
	
	
	
	
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
		text-align:center;
    }
    #footer p {
        padding:0.25em;
        margin:0;
    }
	
	#footer img {
		margin:0;
	}
	
