﻿	/*
		C O L O U R S
		Copy			0D1321
		Menu/Links		136B91
		Feature			033B54
		Boarder			6E869F
		Background		F8F7FF
		Sidebars		DBDBDB
	*/
	
	/*    IE Broken Box Fix    */
    #doc {
	    _margin-left:1004px;
	    _zoom:1;
    }

    #doc-page {
	    _position:relative;
	    _float:left;
	    _margin-left:-1004px;
    }
    #doc-page-bd {
	    min-width:1004px;
	    _zoom:1;
    }
	
	/*    Layout Styles    */
	.colmask {
		position:relative;
	    clear:both;
	    float:left;
        width:100%;
		overflow:hidden;
	}
	
	.threecol {
	    background:#DBDBDB;
	}
	
    .threecol .colmid {
        float:left;
        width:200%;
        margin-left:-200px;
        position:relative;
        right:100%;
        background:#F8F7FF;
		min-width:1024px;
	    border-right:solid 1px #6E869F;
    }
    
    .threecol .colleft {
        float:left;
        width:100%;
        margin-left:-50%;
        position:relative;
        left:400px;
        background:#DBDBDB;
        border-right:solid 1px #6E869F;
    }
    
    .threecol .col1wrap {
        float:left;
	    width:50%;
	    position:relative;
	    right:200px;
	    padding-bottom:1em;
	}
	
	.threecol .col1 {
        margin:0 215px;
        position:relative;
	    left:200%;
	    overflow:hidden;
	    text-align:justify;
	}
	
	.threecol .col1 .centre {
		clear:both;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
 	}
 	
 	.threecol .col2 {
        float:left;
        float:right;
        width:170px;
        position:relative;
        right:15px;
	    text-align:justify;
    }
    
    .threecol .col2 hr {
		color:#6E869F;
    }
    
    .threecol .col3 {
        float:left;
        float:right;
        width:170px;
        margin-right:45px;
        position:relative;
        left:50%;
    }
    
    .threecol .col2 hr {
		color:#6E869F;
    }
    
    .threecol .col3 img {
		background-color:Transparent;
    }
