body { 
   background-image : url(pigskin1.jpg);
   background-repeat: repeat;
   font-family : verdana, arial, tahoma, sans-serif; 
   font-size : 8pt; 
   margin : 20px; 
   _text-align:center;

 } 
 /*container*/
#container { 
   width : 1024px; 
   margin : 0 auto; 
   padding : 0; 
   background : #fff; 
   overflow : hidden; 
   _text-align:left;

   
    } 

/*header*/
#header { 
   background : #fff; 
   width : 100%; 
   height : 100px; 
   color : #000;
   border-bottom : 3px solid #222880;
 } 
 
#leftside {
   background : #c5c5d3; 
   padding : 0; 
   float : left; 
   width : 200px; 
   height : 1050px; 

}

#leftside ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#leftside a {
	display: block;
	height: 15px;
	padding: 3px 3px 3px 30px;
	background-color: #222880;
	color: #fff;
	border-bottom: 1px #ffffff solid;
	text-decoration: none;
}
	
#leftside a:hover {
	background-color: #DDDCDE;
	color: #222880;
	border-right: 3px #5662d0 solid;
	border-bottom: 1px #5662d0 solid;
	width: 200px;
	
}
			
#main {
   float : left; 
   width : 50%; 
   height : 1050px; 
   overflow : hidden; 
   background : #fff; 
   border-left : 3px solid #222880;
   border-right : 3px solid #222880;
  
}
	
#rightside  {
   width : 300px; 
   height : 1050px; 
   overflow : hidden; 
   float : right; 
   margin : 0; 
   padding : 0; 
   background : #fff; 
 } 
 .floatRight{
   display : block; 
   margin-left : auto; 
   margin-right : auto; 
}

 	
/*footer*/
#footer { 
   background : #222880; 
   clear : both; 
   width : 100%; 
   height : 50px; 
 } 
 
#IEroot {
  	border-collase: collapse;
}
 
td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}
