/* CSS Document */

/*boxes*/
#corps{
      width:1000px;
	  height:810px;
	  margin-left:auto;
	  margin-right:auto;
	  margin-top:10px;
	  border:solid white 1px;
	  }
	  
#header{
     width:100%;
	 height:140px;
	 border:solid white 1px;
	 }
	 
#menu{
    width:690px;;
	height:25px;
	background-color:#F6D200;
	margin-left:250px;
	margin-top:110px;
	padding-left:30px;
	padding-top:5px;
	}

#menu a{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#000000;
   text-decoration:none;}
   
#menu a:hover{
   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:14px;
   color:#ffffff;
   text-decoration:none;}

#sep_up{
     width:100%;
	 height:45px;
	 border:solid white 1px;
	 background-color:#000000;
	 text-align:center;
	 padding-top:5px;
	 }
	 
#sep_up p{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 font-weight:bolder;
	 }

#middle{
      width:100%;
	 height:254px;
	 border:solid white 1px;
	  background-color:#F6D200; /*#003366;*/
	 }
	 

#sep_down{
       width:100%;
	 height:45px;
	 border:solid white 1px;
	 background-color:#000000;
	 text-align:center;
	 padding-top:5px;
	 }
	 
#sep_down p{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 color:#FFFFFF;
	 font-weight:bolder;
	 }

#content{
     width:100%;
	 height:256px;
	 border:solid white 1px;
	 background-color:#F6D200;
	 /*opacity:0.8;
	 filter:alpha(opacity=80);
	 zoom:1;*/
	  }
	  
#content td.t_1 li, #content td.t_2 li, #content td.t_3 li, #content p{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}

#content li.big_list{ list-style-type:square;}

#content li.big_list a{font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:20px; font-weight:bold; text-decoration:none;}

#content_large{width:100%; height:256px; border:solid white 1px; background-color:#F6D200; overflow:scroll;}

#content_large li{font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}

#middle td, #middle li, #middle p{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000; font-size:12px;}

#middle h3, #content h3{ font-family:Verdana, Arial, Helvetica, sans-serif; color:#000000;}
	  
	  
	
	
#footer{
     width:100%;
	 height:45px;
	 border:solid white 1px;
	 background-color:#000000;
	 text-align:center;
	 padding-top:5px;
	 }
	 
#footer p{
     font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:12px;
	 color:#FFFFFF;
	 }

#footer a{
    font-family:Verdana, Arial, Helvetica, sans-serif;
	 font-size:10px;
	 color:#FFFFFF;
	 text-decoration:none;}

legend {
   color:#FFFFFF;}
  
label {
   color:#FFFFFF;}
   
/*classes*/
.fleft{
       float:left;
	   }
	   
.no-border {
       border:none;}
	   
#two .box{
       width:184px;
	   height:249px;
	   border:solid white 1px;}
	 
h3.white{
      color:#000000;}
	  
.orange{
     color:#FF6600;
	 font-size:11px;}

td .ssni_dr{
font-family: "Times New Roman";
font-size: 1em;
}

	 

