


/*------------  Equal-height columns -----------------*/


	/*** Dont mess with this code as it controlls the 3 column layout oin IE and Mozilla  ***/

		
#container, #foot-container{
overflow: hidden;
padding-bottom:0px; 
margin-bottom:0px; 
padding-top:0px; 
padding-left:0px;      /* LC fullwidth */
padding-right: 0px;     /* RC fullwidth + CC padding */
text-align: left;
width: 750px;
margin: 0px auto 0px auto;

}
		
#container .column, #container .column-foot {
overflow: hidden;
background-image: url(images/bgnd-3col-upper.gif);
background-position: top left;
background-repeat: no-repeat; 
		}
		
.mid-col {
padding: 0px;       /* CC padding */
width: 238px;
float: left;
line-height: 1.5em;
}
		
.left-col {
padding: 0px;
width: 238px;             /* LC width */
margin: 0 18px 0 0;          /* LC padding */
float: left;
line-height: 1.5em;
		
			
			
}
		
.right-col {
width: 238px;             /* RC width */
padding: 0px;        /* RC padding */
float: right;
line-height: 1.5em;
		

			
}
		
#footer {
clear: both;
}
		
/*** IE Fix ***/
* html .left-col {
            /* RC fullwidth */
		}

		/*** Equal-height Columns ***/

#container {
overflow: hidden;

}
#containergen{
background-image: url(/images/footer-general-white.jpg);
background-position:  bottom left;
background-repeat: no-repeat;
overflow: visible;
padding: 0 1px 1px 1px;
margin: 0 0 0 11px;
border: 1px none #000000;
		
		}

#container .column, #container .column-foot {
overflow: hidden;
padding-bottom: 1001em;     /* X + padding-bottom */
margin-bottom: -1000em;     /* X */
padding-top: 0px;
margin-top: 0px;
}
		/*** Footer Fix ***/

* html body {
overflow: hidden;
}
	
* html #footer-wrapper {
float: left;
position: relative;
width: 100%;
padding-bottom: 10010px;
margin-bottom: -10000px;
      /*** Same as body background ***/
}
#footer-wrapper .right-col, #footer-wrapper .mid-col, #footer-wrapper .left-col {
background-image: url(images/bgnd-3col-lower.gif);
background-position: bottom right;
height: 11px;
padding: 0px;
overflow: hidden;
			
			
		}
* html #footer-wrapper .right-col, * html #footer-wrapper .mid-col, * html #footer-wrapper .left-col {
		
background-image: url(images/bgnd-3col-lower.gif);
background-position: bottom right;
height: 17px;
padding: 0px;
overflow: hidden;
}
		


		/*** Just for Looks ***/

		

#footer {
text-align: center;
padding: 0.3em 0;
font-size: 0.7em;
color: #4B85C8;
		
		
}
#footer img{
margin: 0 25px 0 25px;
	
		}

.left-col {	
background-image: url(images/bgnd-3col-upper.gif);
background-position: top left;
padding:0px;
margin-bottom: 0px;
}

.mid-col {		
background-image: url(images/bgnd-3col-upper.gif);
background-position: top left;
padding:0px;
margin-bottom: 0px;
}

.right-col {		
background-image: url(images/bgnd-3col-upper.gif);
background-position: top left;
padding:0px;
margin-bottom: 0px;
			
		}

#container .column {
padding-top: 1em;
/*text-align: justify;*/
font-size: 0.7em;
		
			
		}
		
#container .column p {
padding:0px;
margin: 0px;
}
/*#container .foot {
padding: 0px;
font-size: 0.7em;
border: 1px solid #CC0000;			
		}*/
		
		
/*------------  Equal-height columns END-----------------*/
		
div.test{
text-align: center;
}