html{	
	height:100%;  
}

body{
	text-align: left;
    background:url("../img/background.png") repeat-x center top;
    background-color:none;
    color:#000000;
    font-size: 9pt; 
    font-family:sans-serif;
}

img{
	border: 0px;
}

a{
    color:#EB8C00;
}

p{
    padding-bottom: 10px;  
}

h2{
    border-bottom: 1px solid #EB8C00;
}

div{
    border: 0px solid #000000;
    border-collapse: collapse;	
}

table{
    font-size: 9pt; 
}

td, th{
    vertical-align: top;
}

.error{
    color: #EB8C00;
}

/* Left menu */

td.leftmenu{
    border-collapse: collapse;
	padding-top:10px;
	padding-bottom:10px;
	color: inherit;
    background:url("../img/background-box.png") repeat-x left top;   
    background-color: #ffffff;    
    height: 450px;    
}

table.leftMenuTable  {        
	vertical-align: top;
	padding-top:0px;
    padding-bottom:0px; 
	width:100%;
    height:500px;
	margin-top:0px; 
    background:url("../img/leftX.png") no-repeat center top ; 
}

table.leftMenuTable td{
	text-align:center;
	padding-top:0px;
	padding-bottom:0px;
	height:25px;         
}


table.leftMenuTable td a{
	font-weight: bold;
	text-decoration:none;
	width:100%;
	display:block;
	border:0px solid black;      
}

table.leftMenuTable td a:hover{
	color:#5387C6;            
	background-color:#BFD2EA;
}

     
/* Top menu */

td.topmenu{
    border: 1px solid black; 
    background-color: none;
    background:url("../img/menu_bar.jpg") repeat-x left top;  
    height:24px;
    vertical-align: top;
}
      
a.topMenuLabel{
	font-size:1em;
	text-decoration: none;
	cursor:pointer;
	cursor:hand;		/*	Needed on some old browsers	*/
    color: #000000;      
}

table.topMenuTable{
    height:24px;
    border:0px solid black;
	border-collapse: collapse;	
    font-size: 1em; 
}

table.topMenuTable td { 
    vertical-align: top;
}



/* Header picture */

td.header{
    border-collapse: collapse;
	height:152px;     
	color: inherit;
	background-color: inherit;
	background:url("../img/header.png") no-repeat left top;  
}

/* Main site table */ 

.centerTable{
    border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	border-spacing:0px;
	padding: 0px;   
    table-layout:fixed;
}

.centerTable td{
	vertical-align:top;
	padding:0px;
    
}

/* Content */

td.content{
    border-left: 1px solid #000000;
    height: 500px; 
    overflow: hidden;
    padding: 1em;
    padding-top: 15px;
	background-color:#EAEAEA;
}

/* Footer */ 

.div_footer{
    border-top: 1px solid #000000; 
    text-align: center;
    color: #EAEAEA;
    background:url("../img/footer_bar.jpg") repeat-x left top; 
    height:24px;
    padding-top:2px;
}

.div_footer a{
     color: #EAEAEA;     
    text-decoration: none; 
}

.div_footer a:hover{
    color: #EAEAEA;     
}
