﻿ /* MBA specific classes from the main Chifley.css stylesheet */ 
 
 #topMostNav li a.mba{
    color:#333333;			
    background-color:#ffffff;
}  
 #header_logo_tile{
    background:url(/images/banner_mba.jpg) bottom no-repeat;	
}   
#topnav li a:hover, #topnav li a.selected {
    background-color:#990000;
    color:#fff;
    text-decoration:none;
} 
/* Defines the h1 heading element for the website*/
h1{
    color:#990000;	
    }

 /* MBA homepage classes */
#mba_sections{			
    width:1000px;
    background-color:#fff;    
    height:600px;				
}
#mba_section_left{
    width: 550px;
    padding-left:50px;
    padding-right:50px;	
	float:left;
	
}
#mba_section_left_a{   
	height:225px;
    background:url(/images/mba_homepage_reece.jpg) no-repeat top ;
    padding-bottom:20px;
	
}
#mba_section_left_a_India{   
	height:225px;
    background:url(/images/mba_homepage_vijay.jpg) no-repeat top ;
    padding-bottom:20px;
	
}
#mba_section_left_a_text{
    width:170px;
    padding-left:350px;
    padding-top:10px;
}
#mba_section_left_a_text p{
    padding:5px 0;
    margin:0;
   
}

#mba_section_left_b{
    height:200px;
    padding-bottom:20px;        
}
#mba_section_left_b h2{
    color:#990000;
    font-size:16px;
    font-family: Arial Narrow, Helvetica, sans-serif, Verdana;	
	margin:0;
	padding:0;
}
#mba_section_left_c{
    
    width:230px;
    padding-bottom:20px;
    float:left;
    padding-right:30px;
}
#mba_section_left_d{
    
    width:290px;
    padding-bottom:20px;
    float:right;   
}

#mba_section_right{
    width: 300px;
    padding-right:50px;	
	float:right;
}
#mba_section_right_a{    
    height:225px;  
    padding-bottom:20px;  
}
#mba_section_right_b{
   
    height:225px;        
}
#mba_section_right_b h2{
    font-size:16px;
    color:#000000;
    font-family: Arial Narrow, Helvetica, sans-serif, Verdana;	
	margin:0;
	padding:0;	
}

 table.mgtTable {
    border-spacing: 0px;
    border-collapse: collapse;
	width:500px;
	border:1px solid #999999;	
} 
table.mgtTable th
{
	background-color:#f0f0f0;
	border:1px solid #999999;
	padding:5px;			
	font-weight:bold;
}
table.mgtTable td
{
	border:1px solid #999999;	
	background-color:#ffffff;		
	padding:5px;			
}
ul li{
    padding-bottom:5px;
}
