  html, body{
        margin: 0;
        padding: 0;
        background-image:url(images/bg.gif);
        font-family: Arial, sans-serif;
        font-size: 0.85em;

    }
    #layer1{
        width: 760px;
        background: #FFF;
       padding: 0px 5px;
		margin:0 auto;
		_margin:0 17% ;
    }
    .header{
    	border: 0;
    	padding: 0;
    	margin: 0;
    }
    #sidebar{
    	width: 160px;
    	float: left;
    	
    	margin-right: 5px;
    	padding-right: 3px;
   	border-right: 1px #000 dashed;
   		border-bottom: 1px #000 dashed;
    
    }
    #content{
    	float: right;
    	width: 590px;

    }
    .box_red{
    	background: #F7DDCF;
    	border: 1px #CDCDCD solid;
    	height:19px;
    	font-size:12px;
     	text-transform: uppercase;
    letter-spacing: 3px;
   
    }
    

    .box_red h1,
		.box_grey h3{
    	padding: 0;
    	margin: 0;
    	font-face: Arial;
    	font-size: 1em;
    	font-weight: bold;
    	text-transform: uppercase;
    }
    .box_red p,
		.box_grey p{
    	padding: 1px 10px;
    	margin: 0;
    	text-align: justify;
    }
    .box_blue{
    	background: #D5E5E8;
    	border: 1px #CDCDCD solid;
     text-decoration:underline;
   font-weight:bold;


    }
    .box_grey{
    	border: 1px #EFEFEF solid;
    	background: #FDFDFD;
    }
    .nav{
    	border: 1px #EFEFEF solid;
    	background: #FDFDFD;
    	margin-top: 0px;
    	padding-left: 5px;
    	line-height:20px;
    }
    .nav a,
		.nav a:link,
		.nav a:active,
		.nav a:visited{
    	color: #333;
    	text-decoration: none;
    	display: block;
   
    }
    .nav a:hover{
    	color: #333;
    	text-decoration: underline;
    }
    h2{
    	font-family: Trebuchet MS;
    	font-size: 1.2em;
    	font-weight: normal;
    	border-bottom: 1px #F1F1F1 solid;
  	}
  	#copy{
  		clear: both;
  		border-top: 1px #EFEFEF solid;
    	background: #FDFDFD;
    	color: #9D9D9D;
    	text-align: center;
    	font-size:10px;
    }
    
   #content a{
    	color:#A3A3A3;
	 text-decoration:none;
	 border-bottom:1px dotted;
	 font-weight:bold;
	}
#content	a:hover{
  border-bottom:none;
  text-decoration:underline overline;
 }
 
 
    #copy a{
    	color:#A3A3A3;
	 text-decoration:none;
	}
#copy	a:hover{

  text-decoration:underline overline;
 }

