BODY {MARGIN-TOP: 0px;FONT-SIZE: 11px;MARGIN-LEFT: 10px;COLOR: #999999;MARGIN-RIGHT: 0px;FONT-FAMILY: arial, helvetica, sans-serif;	background-color: #666E10;SCROLLBAR-FACE-COLOR: #006699;SCROLLBAR-HIGHLIGHT-COLOR: #006699;SCROLLBAR-SHADOW-COLOR: #006699;SCROLLBAR-3DLIGHT-COLOR: #1AB5FF;SCROLLBAR-ARROW-COLOR: #FF9900;SCROLLBAR-TRACK-COLOR: #FFFFFF;SCROLLBAR-DARKSHADOW-COLOR: #1AB5FF;}
P {FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Arial, Helvetica, sans-serif;}
#container {width: 100%;padding-top: 10px;background-repeat: no-repeat;background-position: 0px 112px;background-attachment: fixed;}
a:link {color:#006699;text-decoration:none;font-family: Arial, Helvetica, sans-serif;font-size: 11px;} 
a:visited {color:#999999;text-decoration:none;font-size: 11px;} 
a:hover {color: #FF9900;text-decoration: underline;}
.leftNavColumn {background-color: #F7F7DB;border-right-width: 1px;border-left-width: 1px;border-right-style: solid;border-left-style: solid;border-right-color: #000000;border-left-color: #000000;overflow: auto;width: 170px;}
.leftNavColumn ul  {list-style-type: none;  margin: 0;  padding: 0;min-width: 100%;}
.SchoolName a:link {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #ffffff;text-decoration: none;}
.SchoolName a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #cccccc;text-decoration: none;}
.SchoolName a:active {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #ffffff;text-decoration: none;}
.SchoolName a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #ffcc00;text-decoration: none;}
.NavTitle ul {min-width: 370px;}
.NavTitle ul li a {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 700;color: #FFCC00;text-decoration: none;background-color: #000000;height: 10px;width:100%;text-indent: 2px;padding-left: 4px;margin-left: -6px;}
.NavTitle a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 700;color: #cccccc;text-decoration: none;background-color: #000000;margin-left: -6px;text-indent: 2px;padding-left: 4px;}
.NavTitle a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 11px;font-weight: 700;color: #FFFFFF;text-decoration: none;background-color: #333333;}
.NavSubject li {min-width: 100%;}
.NavSubject a:link {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #FFffff;text-decoration: none;background-color: #0091D7;width:100%;text-indent: 4px;padding-left: 8px;margin-left: -6px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #000000;border-bottom-color: #000000;border-left-color: #000000;}
.NavSubject a:visited {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #cccccc;text-decoration: none;background-color: #006699;margin-left: -6px;padding-left: 8px;text-indent: 4px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px;border-right-style: solid;border-bottom-style: solid;border-left-style: solid;border-right-color: #000000;border-bottom-color: #000000;border-left-color: #000000;}
.NavSubject a:hover {font-family: Arial, Helvetica, sans-serif;font-size: 10px;font-weight: 700;color: #FFFFFF;text-decoration: none;background-color: #666666;}
h1 {font-size: 18px;color: #000000;border-bottom-width: 1px;border-bottom-style: solid;border-bottom-color: #006699;}
h2 {font-size: 16px;color: #006699;}
h3 {font-size: 11px;color:#FFCC33;}
h4 {font-size: 12px;color: #006699;}

.white {color: #FFFFFF}
.green {font-size: 11px;color: #ffcc00;}
.tableBlue {background-color: #4F4F4F;}
.tableBlueDarker {background-color: #3A3A3A;border-top-width: 1px;border-top-style: solid;border-top-color: #FFFFFF;}
.tableBlack {background-color: #1F1F1F;border-top-width: 1px;border-top-style: solid;border-top-color: #FFFFFF;}

li {font-size: 11px;left: -10px;}
.collegeDescrip {background-color: #DFEAF4;}
.header {color: #333333;}
.tablerowblue {background-color: #EAF0FF;font-size: 11px;color: #000000;}
.tablerowgray {background-color: #F2F2F2;font-size: 11px;color: #000000;}
.tableheader {color: #000000;border: 1px none #006699;font-size: 11px;}
.form {color: #FFFFFF;border: 1px solid #000000;font-size: 9px;background-color: #005177;font-weight: normal;background-position: center;margin-top: 5px;margin-bottom: -5px;vertical-align: middle;}
.nosee {display:none;}
.noprint {display:none;}
#outline {background-color: #000;min-width: 94%;min-height:98%;}

.item1 { grid-area: header; }
.item2 { grid-area: menu; }
.item3 { grid-area: main; }
.item4 { grid-area: right; }
.item5 { grid-area: footer; }
.grid-container {
  display: grid;
  grid-template-areas:
    'header header header header header header'
    'menu main main main right right'
    'menu footer footer footer footer footer';
  grid-gap: 10px;
/*  background-color: #2196F3; */
  padding: 10px;
}
.grid-container > div {
/*  background-color: rgba(255, 255, 255, 0.8);*/
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}