﻿/* --- [ BASIC ] ------------------------------------------*/
    html {
	    background: #fff;
	    margin:0
    }

    body {
	    margin:0;
        background:#fff;
        font-family:Verdana,Trebuchet MS,Tahoma,Arial,Sans-Serif;
	    color: #333;
	    font-size:10pt;
    }  

/* --- [ page layout ] ------------------------------------*/

    #container {
	    position:relative;
	    width: 100%;
        background: #fff;
	    border: solid 0px #666;
    }

    .header { 
	    display:block; 
	    width:100%;
	    margin:0 0 0 -35px;
	}
    
    .strap {  }


/* --- [ main navigation ] --------------------------------*/
    .navigation { 
	    display:none; 
	}
    
/* --- [ wraps and columns ] ------------------------------*/
    .content-wrap {width:100%; margin:0px auto; clear:both; }
    .content-left {width:100%; padding:10px; text-align:left;  }
    .content-right {display:none }

/* --- [ footer ] -----------------------------------------*/
    #footer { width:100%; left:0px; text-align:left; }
    #footer p { margin:10px 0 10px 0; color:#333; font-family:Arial; font-size:9pt; font-weight:bold; }
    #footer a { color:#fff; }


/* --- [ HEADINGS AND BLOCK ELEMENTS ] --------------------------------------*/
	h1, h2, h3, h4, h5, h6 { 
        font-family:Verdana,Trebuchet MS,Tahoma,Arial,Sans-Serif;
	}
	
	h1 {
		font-weight: bold;
		font-size: 12pt;
		color: #000;
		margin: 0 0 15px 0;
	}
	h2 {
		font-weight: bold;
		font-size: 14pt;
		color: #390;
		margin: 0 0 10px 0;
	}
	h3 {
		font-size: 12pt;
		margin: 12px 0px 10px 0px;
		font-family: Arial, Verdana, Helvetica, sans-serif;
		font-style: italic;
		color: #f90;
		font-weight: bold;
	}
	
	p {
		margin: 0 0 15px 0;
	}


/* --- [ IMAGES ] ----------------------------------------*/
    img { border:0px; }

/* --- [ LINKS ] -----------------------------------------*/
    a { color: #666; text-decoration:none; }
    a:visited { color: #666; text-decoration:none; }
    a:hover { color: #666; text-decoration:underline; }
    a:active { color: #666; text-decoration:underline; }


/* --- [ MISC CLASSES ] ----------------------------------*/
    .clear	{clear:both;}
    #flags { display:none; }

