    /* <!-- */
	/* General styles */
    

body {
		text-align:center;
		}
#fixed {
   margin:0 auto;
   width:900px;   /* you can use px, em or % */
margin-right:auto;
		margin-left:auto;
		margin-top:0px;
		padding:0px;
   text-align:left;
}

p,p2,h1,pre {
		margin:0px 0px 0px 0px;
		}
		
	p {
		font-size: .8em;
		font-family: arial, helvetica;
		color:#000;

		}

	h1 {
		font-size:1.4em;
		font-family: arial; 
		color: #000;
		padding:10px 10px 0px 0px;
		}
				
	h2 {
		text-align: left;
		font-size:1em;
		font-family: arial;
		color:#000;
		padding-top:5px;
		}
h3 {
		text-align: center;
		font-size:.8em;
		font-family: arial;
		color:#000;
		padding-top:0px;
		}		

	h4 {
		font-size:1em;
		font-family: arial; 
		color: #000;
		padding:0px 10px 0px 0px;
		}
		
table, td
{
padding-left:20px;
padding-right:20px;

}


a:link {color: #3f4926;
}
a:visited {color: #707070;
}
a:hover {color: #404040;}
a:active {color: #707070;
text-decoration:none;

}


.buttonscontainer {width: 170px;}

.buttons a {color: #d8ddb5;
background-color: #3f4926;
padding-left: 7px;
display: block;
border-bottom: 1px solid #fff;
font-weight: bold;
text-decoration: none;
text-align: left;
	font-style: normal;
	font-variant: normal;
	font-size: .85em;
	line-height: normal;
	font-family: Arial, sans-serif;
	padding-right: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.buttons a:hover {
background-color: #8c914f;
color: #404040;
text-decoration: none;
}
    }
	img {
		margin:10px 0 5px;
	}
	/* Header styles */
    #header {
        clear:both;
        float:left;
        width:900px;
height:137px;
		background-image:url('images/thumb/wcr.jpg');
    }
	#header {
		border-bottom:1px solid #000;
	}

	/* '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:900px;				/* width of whole page */
		overflow:hidden;		/* This chops off any overhanging divs */
	}
	/* holy grail 3 column settings */
	.holygrail {
	    background:#fff;    	/* 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:400px;         	/* Left column width + right column width */
        background:#fff;    	/* Left column background colour */
    }
    .holygrail .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;        	/* Width of left column */
	    padding-bottom:1em; 	/* Centre column bottom padding. Leave it out if it's zero */
	}
	.holygrail .col1 {
        margin:0 190px;     	/* 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;
background:#fff;
	}
    .holygrail .col2 { /*This is the column for the vertical navigation tabs*/
        float:left;
        float:right;			/* This overrides the float:left above */
        width:185px;        	/* Width of left column content (left column width minus left and right padding) */
        position:relative;
        right:15px;         	/* Width of the left-hand side padding on the left column */
background:#fff;
    }
    .holygrail .col3 {
        float:left;
        float:right;			/* This overrides the float:left above */
        width:200px;        	/* Width of right column content (right column width minus left and right padding) */
        margin-right:0px;  	/* Width of right column right-hand padding + left column left and right padding */
        position:relative;
        left:49%;
background:transparent;
    }
	/* Footer styles */
	#footer {
        clear:both;
        float:left;
        width:100%;
		border-top:1px solid #000;
    }
    #footer p {
        padding:0px;
        margin:0;
    }
    /* --> */
    </style>
    <!--[if lt IE 7]>
    <style media="screen" type="text/css">
    .col1 {
	    width:100%;
	}
    </style>
    <![endif]-->

