 body {
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#aaaaff;
        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%;
    }
	
A {font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

A:link, A:active, A:visited {color: #9999FF;  } 

A:hover {color: #EEEEFF}


A.dark {font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

A.dark:link, A.dark:active, A.dark:visited {
	color: #6E78C1;
} 

A.dark:hover {color: #EEEEFF}


A.nav  {font-family: arial, helvetica, sans-serif;  font-size: 11px; text-decoration: none}

A.nav:link,  A.nav:active, A.nav:visited {color: #9999FF; } 

A.nav:hover {color: #EEEEFF}




A.norm:link {color: #9999FF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

A.norm:active {color: #FFFFFF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 

A.norm:visited {color: #9999FF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 

A.norm:hover {text-decoration: none;  font-family:arial, helvetica, sans-serif;  font-size: 12px;color: #EEEEFF}

A.reg:link {color: #9999FF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

A.reg:visited {color: #9999FF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none} 

A.reg:hover {text-decoration: none;  font-family:arial, helvetica, sans-serif;  font-size: 12px;color: #EEEEFF}

A.here:link {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 11px; text-decoration: none}

A.here:visited {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 11px; text-decoration: none} 

A.here:hover {text-decoration: none;  font-family:arial, helvetica, sans-serif;  font-size: 11px;color: #EEEEFF}

A.title1:link {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 14px; text-decoration: none}

A.title1:visited {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 14px; text-decoration: none} 

A.title1:hover {text-decoration: none;  font-family:arial, helvetica, sans-serif;  font-size: 14px;color: #EEEEFF}

body { font-family: arial, helvetica, sans-serif;  font-size: 12px; color: #999999 }

td { font-family: arial, helvetica, sans-serif;  font-size: 10px; color: #9999FF }

.text {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

.text_dark {color: #454B74;  font-family: arial, helvetica, sans-serif;  font-size: 12px; text-decoration: none}

.biotext {color: #CCCCFF;  font-family: arial, helvetica, sans-serif;  font-size: 12px; line-height:160%; text-decoration: none}

.mash {font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #CCCCFF }

.mash_dark {font-family: arial, helvetica, sans-serif; font-size: 12px; font-weight: bold; color: 9999FF }

.mash1 {font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CCCCFF }

.mash2 {font-family: arial, helvetica, sans-serif; font-size: 16px; font-weight: bold; color: #CCCCFF }

<!--.mash3 {font-family: arial, helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #ececec }-->

.mash3 {font-family: arial, helvetica, sans-serif; font-size: 10px; font-weight: bold; color: #CCCCFF }

<!--.mash4 {font-family: arial, helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #BBBBFF }-->

.mash4 {font-family: arial, helvetica, sans-serif; font-size: 30px; font-weight: bold; color: #CCCCFF }

.mash5, .pageheading {font-family: arial, helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #CCCCFF }

.title1 {font-family: arial, helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #CCCCFF }

<!--.pageheading {font-family: arial, helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #CCCCFF }
-->


    h1, h2, h3 {
        margin:.8em 0 .2em 0;
        padding:0;
    }
    p {
        margin:.4em 0 .8em 0;
        padding:0;
    }
	img {
		margin:0 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:100%;
		max-width:1200px;
		background:#454b74
		
    }
	
	#header p,
	#header h1,
	#header h2 {
	    padding:.4em 15px 0 15px;
        margin:0;
	}
	

	/* 'widths' sub menu */
	
	.header {
		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 */
	
		
	}
	
	#headerleft    {
	float:left;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        height:120px; /* Actual height of header - not counting drop-down pic in Col 2 */
		
         
	}
	
	#nonameheaderleft    {
	float:left;
        width:170px;        	/* Width of left column content (left column width minus left and right padding) */
        height:70px; /* Actual height of header - not counting drop-down pic in Col 2 */
		
         
	}
	
	#headerright  {
	 position:relative;
	 float:left;
	 width:;
     
       
	}
	
	#headerpic  {
	 position:absolute;
	top:0px;
	left:0px;
	 width:170px;
	 overflow:visible;
	
     
       
	}
	
	#headername  {
	 position:absolute;
	top:40px;
	left:0px;
	 width:350px;
     
       
	}
	
	#headernav  {
	
	 float:right;
	 top:10px;
	 text-align:right;
	 margin-top:10px;
	 margin-right:10px;
	 width:;
     
       
	}
	
	#headerleft    {
	background:#abacff;
	}
	
	#headerright    {
	background:;
	}
	
	#headername  {
	background:;
	}
	
	#headernav  {
	background:;
	}
	
	#layoutdims {
		clear:both;
		background:#eee;
		border-top:4px solid #000;
		margin:0;
		padding:6px 15px !important;
		text-align:right;
	background:#454b74;
	}
	/* 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:#454b74;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#454b74;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:370px;         	/* Left column width + right column width */
        background:#AAAAFF;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:170px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px 0 185px;     	/* 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:140px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-had side padding on the left column */
        margin-top:120px        /* Sets top margin for Col 2 content below drop down pic from header */
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:170px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:45px;  	/* 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:100%;
		
    }
    #footer p {
        padding:10px;
        margin:0;
    }
	
	.bigwrapper  {
	width:100%;
	float:left;
	max-width:1200px;
	}


