@charset "utf-8";
/* CSS Document */

    body { 
        margin-left: 5%; 
        margin-right: 5%; 
        font-family: Verdana, sans-serif;
        text-decoration: none;
    }
    h1 { 
        margin-left: -8%;
        font-weight: bold;
        font-family: Garamond, "Times New Roman", serif;
        color:Maroon;
    }
    h2,h3,h4,h5,h6 { 
        margin-left: -4%;
        font-family: Garamond, "Times New Roman", serif;
        color:Maroon;
    }
    p,ul {font-family: Verdana, sans-serif;}
    pre { font-family: monospace; }
    #header {
        margin-bottom: 20px;
    }

	/* 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: #3333FF;    	/* Right column background colour */
	}
    .holygrail .colmid {
        float:left;
        width:200%;
        margin-left:-200px; 	/* Width of right column */
        position:relative;
        right:100%;
        background:#fff;    	/* Centre column background colour */
    }
    .holygrail .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:380px;         	/* Left column width + right column width */
        background:#ffffff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:180px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 215px 0 200px;     	/* 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: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 */
    }
    .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:-10px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:50%;
        border:4px solid #ccc; 
		border-right:4px solid #808080; 
		border-bottom:4px solid #000;
    }
	.holygrail .col3 img {
		margin:2px 2px 2px 2px;
	}

    /* ::: Menu Styles ::: */
    #navigation {
		background-color: #333333;		
       list-style-type:none;
       /*border: 2px 4px 4px 2px #666666;*/
	   border:4px solid #ccc; 
		border-right:4px solid #808080; 
		border-bottom:4px solid #000;
       margin: 10px 5px 10px 5px;
    }
    #navigation ul {
       text-align: center;
       margin: 0;
       list-style: none;
    }
    #navigation li {
        margin: 5px 0 5px 0;
        padding: 15px 0 2px 0;
        
    }
    
/* ::: End Menu Styles ::: */

    #content {
        clear:both;
        margin:20px 40px 20px 40px;
        text-decoration:none;
    }
    #footer {
	    margin: 0px 0px 0px 50px;
	    width: 600px;
	    font-weight: normal;

	    padding: 0px;
	    font-family: Georgia, "Times New Roman", Times, serif;
	    font-size: 12px;
	    text-align: center;
	    vertical-align: text-top;
	    clear: both;
	    height: 100px;
	 }
        .style1
        {
            width: 251px;
            height: 187px;
        }
        .nomargin {
            margin-top: 0;
            margin-bottom: 0;
        }
        .smalltext {
            font-size: 75%;
        }

