﻿/************/
/*  GLOBAL  */
/************/

html,
	body {
		margin:0;padding:0;height:100%;	font-family:Arial;}
		
	.outer-container{
		width:1000px; margin:0px auto; margin-top:0px; margin-bottom:0px; border:solid 1px rgb(150,150,150); font-size:1.0em; 
		position:relative; min-height:100%; /*for modern browsers*/ height: auto !important; /*For Modern Browsers*/ height:100%; /* for IE*/}
		
	.page-container {
		position:relative; min-height:100%; /*for modern browsers*/ height: auto !important; /*For Modern Browsers*/ height:100%; /* for IE*/
		padding-bottom:56px;	/* Height of the footer */	}
		
	.header {	}
	
	.leftmenu{
		 width:146px; margin-bottom:10px !important /*Non-IE6*/; margin-bottom:5px /*IE6*/;}
	
	.rightmenu{
		}
	
	.main {
		}
		
	.footer 
	{
		position:absolute;
		bottom:0;
		width:1000px;
		height:56px ;
		left: 50%;
		margin-left: -500px;	
		text-align:center;  font-size:1.0em; overflow:visible !important /*Firefox*/; overflow:hidden /*IE6*/;

	}
	
/*************/		
/* MAIN BODY */
/*************/

/*LEFT MENU*/
.subleftmenu
{
	 width: 186px;
	 position:relative;
	 left:0;
	 top:0;
	 font-size: 12; 
	 vertical-align:top;
}
/*RIGHT MENU*/
.subrightmenu
{
	text-align:right;
	font-weight: bold;
	font-size: 11px;
	width:164px;
	vertical-align:top;
}