@charset "utf-8";
/* CSS Document */

/****** contentWrapper INCREASE MIN HEIGHT IF LEFT NAV IS LONGER THAN PAGE CONTENT AND LEFT NAV GOES INTO FOOTER **/ 
#contentWrapper {
    min-height:51em;       /** minimum height of "content" area of page **/
    height:auto !important;  
}


 /*** modify dimensions of content area so that background color can be affected *****/
#centerCol{
 
 min-height:51em; 
 margin-left:162px;
 width:794px;
}


/************ TOP BANNER WITH DEPARTMENT/UNIT BRANDING ************/
 #banner_etsu { 
 background-image:url(/epps/images/top_banner.jpg);
 background-repeat:no-repeat;
 } 

 
 /** text color and background color of page outside content area **/

body {
color:#002146;
background-color:grey; 

}
/********* change the background color of the content area ****************/
#centerCol{
 background-color:light grey;
 
}
