
    /* GENERAL */
    body {
		margin:0;
		padding:0;
		border:0;
		width:100%;
		background-color:#E7E3D7;
		font-size:9pt;
		font-family: Georgia, "Times New Roman", Times, serif;
		color: #666666;
    }
	
	a { color:#CC6600; text-decoration:underline; }
	a:hover { color:#CC3300; text-decoration:underline; }
	a:focus { outline: none; }
	img { border: 1px solid #999999; margin-bottom: 5px; margin-right:5px;}
	
    h1, h2, h3 {
        margin:.8em 0 .8em 0;
        padding:0;
    }
    p {
        margin:.4em 0 1.5em 0;
		line-height:1.5em;
        padding:0;
    }
	
	
	/* HEADER */
    #header {
        clear:both;
        float:left;
        width:100%;
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		color:#ff9933;
	}
	#header a:link, #header a:active, #header a:visited { color:#ff9933; text-decoration:none; text-transform:uppercase; }
	#header a:hover {color:#F9F5EE; }
	#header p {
		clear:both;
		background:#CC6600;
		margin:0;
		padding:7px 0 7px 20px !important;
	}
	
	
	/* 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 */
	}
	
	
	/* 2 COLUMN */
	.leftmenu { /* left column container */
		background:#F9F5EE;
	}
    .leftmenu .colright { /* right column container */
        float:left;
        width:200%;
		position:relative;
		left:250px;
		background: #E7E3D7;
    }
    .leftmenu .col1wrap { /* right column container (hidden) */
	    float:right;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	.leftmenu .col1 { /* right column content */
        margin: 20px 20px 80px 220px;
	    position:relative;
	    right:100%;
	    overflow:hidden;
	}
    .leftmenu .col2 { /* left column content */
        float:left;
        width:210px;
        position:relative;
        right:230px;
    }
	.leftmenu .col1 p { /* acts as caption style */
		color: #666666; font-size: 7pt; font-family: Verdana, Arial, Helvetica, sans-serif; line-height:normal; margin: 5px 0 30px 0; display:block;
	}
	
    
<!--[if lt IE 7]>
    .col1 { width:100%; }
    <![endif]-->
