
BODY  {
       	                color: #000;
	   	font-family: Arial, Helvetica, verdana;
	   	font-size:11px;
	   	text-align:center; 
	   	margin-top: 0px;
		background-color: #22007A;
	   }
	   
  
	  
#format{
		height: 100%;
		
		}
	
		
#inlett	{
		margin:0px auto;
		width:740px;
		height: 90%;
		background:#fff;
		text-align:left;
		}


#content{
                               height:74%;
                               overflow: auto;
}





#leftcontent{  
                                float:left;
                                width:155px;
                                margin:30px 10px 10px 5px;
		padding:10px 5px 20px 5px;
                                width:155px;
                                background: #f5f5f5;
                                border: 1px dotted #4B89B8;
        }


	 
#middlecontent{
                                float:left;
		margin-top:10px;
		padding:10px;
                                width:325px;
		_width:345px;
                                text-align:justify;
		
        }

#rightcontent{ 
                                margin:30px 0 0 10px;
		padding:5px;
                                float:left;
                                width:150px;
		background: #f5f5f5;
                                border: 1px dotted #4B89B8;
        }		


#footer{
                                margin:10px auto;
		width:740px;
		/*border: 1px #fff solid;*/
		text-align:right;
		}

		
#footer a {
                               color:#ccc;
		text-decoration:none;
		text-weight:bold;
		}
		
h2 {
                               font-size:12px;
                               font-weight: bold;
                               
}


.bodytext {
                              color:#000;
                              font-Size:11px;
                              font-family: Arial,Helvetica,verdana;
}


#leftcontent .bodytext , #rightcontent .bodytext{
                              font-size:9px;
}		


.bodytext a {
                            color:maroon;
                            font-weight:bold;
                            text-decoration:none;
}		