/*style file for GREENSLOPES*/
/*Last Updated DEC 25, 2011*/
/*Document Global Properties*/

/*SET BACKGROUD COLOR*/
body {background-color:#e2edcc;}

/*CORRECT ISSUE WITH TEXT SIZING IN DIFFERENT BROWSERS*/
body {font-size:100%;}

/*SET PAGE DEFAULT FONTS*/
body {font-family:"Minion","Garamond","Swiss 721","Helvetica","Arial","Georgia";}

/*SET MIN PAGE WIDTH
body, html{width=100%; min-width:1000px;}

/*University Logo Formatting*/
#logo {padding:30px;}

/*Headers*/
h1 {text-align:left;}
h1 {min-width:800px;}
h1 {font-size:1.75em;}
h1 {color:green;}
h1 {font-family:"Minion","Garamond","Swiss 721","Helvetica","Arial","Georgia";}

/*Schedule Table*/
#schedule {border: 1px solid black;}

#labels {background-color:green; color:white;}
#labels {font-size:1.25em;}
#labels {font-weight:bold;}


.center
{
margin:auto;
width:70%;
}