body {
    background-color: white;
    margin: 0;
}

#mainbody {
    width: 80%;
    position:absolute;
    top: 100px;
    left: 10%
}

.frontbox {
    width: 85%;
    background-color: #cccccc;
    position: relative;
    left: 7%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
}

.frontbox table {
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

.frontbox ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
}

.frontbox ul ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 2em;
}

.frontbox li {
    margin-bottom: 5px;
}

.frontbox td.date {
    width: 20%;
    vertical-align: top;
}

.frontbox .newsbox td.date {}

.frontbox .calbox td.date {
    font-weight: bold;
}

.frontbox td.info {
    vertical-align: top;
}

#navlinks {
    position: static;
    clear: both;
    text-align: center;
    padding: 10px;
}

#footer {
    position: static;
    font-size: x-small;
    text-align: center;
    padding: 10px;
}

img { border: 0; }

img.l { 
    float: left;
    border: 0;
}

img.r { 
    float: right;
    border: 0;
}

li.spaced {
    padding-bottom: 1em;
}

#header {
    width: 100%;
    margin: 0;
}

#titlebar {
    width: 100%;
    position:absolute; 
    top: 0px;
    height:40px; 
    background-color: #2E3192;
    margin: 0;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: black;
}

#titlebar h1 {
    background-color: transparent;
    color: #f37b1a;
    font-weight: 900;
    font-size: 26px;
    font-family: helvetica,arial,sans-serif;
    padding-left: 15px;
    padding-top: 10px;
    margin: 0;
}

/****** News *******/

#news table {
    width: 85%;
}

#news td.date {
    width: 20%;
    font-weight: bold;
    vertical-align: top;
}

/****** Calendar *******/
#calendar .month {
    width: 85%;
    border: 2px solid;
    margin-bottom: 5px;
    padding: 5px;
}

#calendar table.inner {
}

#calendar .aug, .oct, .dec, .feb, .apr, .jun {
    background-color: #ffffff;
}

#calendar .sep, .nov, .jan, .mar, .may, .jul {
    background-color: #cccccc;
}

#calendar td.date {
    width: 50px;
    font-weight: bold;
    vertical-align: top;
}

#calendar td.info {
    vertical-align: top;
}

/****** GPAs *******/
#gpas {
    position: relative;
    width: 800px;
    left: 50%;
    margin-left: -400px;
}

#gpas .term {
    position:static;
    float: left;
    display: block;
}

#gpas .term table {
    margin: 5px;
    border-collapse:collapse;
}

#gpas .term th  {
    background-color: #eeeeee;
    border: 1px solid;
    border-bottom: 2px solid;
    padding: 5px;
}

#gpas .term td {
    background-color: #eeeeee;
    border: 1px solid;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0px;
}

/****** Minutes *******/

#minutes table {
    width: 100%;
}

#minutes th {
    width: 50%;
    text-align: left;
    vertical-align: top;
}

#minutes hr {
    margin-top:15px;
    margin-bottom:15px;
}



/****** Menus *******/

#menubar {
    width: 100%;
    position:absolute; 
    top: 41px;
    height:20px; 
    background-color: #c1c1c1;
    margin: 0;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: black;
}

#menubarright {
    width: 40%;
    min-width: 25px;
    position: absolute;
    right: 8px;
    height:20px; 
    background-color: transparent;
    margin: 0;
    text-align: right;
}

#menubarleft {
    width: 60%;
    min-width: 500px;
    position: absolute;
    left: 8px;
    height:20px; 
    background-color: transparent;
    margin: 0;
}

#menubar b {
    background-color: transparent;
    color: #2E3192;
    font-weight: 900;
    font-size: 16px;
    font-family: helvetica,arial,sans-serif;
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
}

#menubarleft b {
    float: left;
}

#menubarright b {
    float: right;
}

#menubar a {
    text-decoration:none; 
    color: #2E3192;
}

#menubar a:visted {
    color: #2E3192;
}

#menubar b:hover {
    margin-top:-1px; 
    background:#a1a1a1; 
    border: 1px solid;
    padding-left: 7px;
    padding-right: 7px;
}

/* This menu based on example code by: Stu Nicholls
   http://www.cssplay.co.uk/menus/dropdown.html */
.menu {position:relative;}

.menu .holder ul {padding:0; margin:0;}
.menu .holder ul li {list-style-type: none;}
.menu .holder li {}
.menu .holder li ul {display: none;} 
.menu .holder li:hover > ul.a3 {
    display:block; 
    position:absolute; 
    width:90px; 
    margin-top:-20px; 
    margin-left:88px; 
    border:1px solid #000000;
}
.menu .holder .bold {font-weight:bold;}

.menu .holder {
  color: #2E3192;
  text-align: center;
  background-color: #c1c1c1;
  overflow:hidden;
  float:left;
  width: 90px;
  height: 18px;
  display:block; 
  font-size:10px;
  }
.menu .holder:hover {
  height:auto; 
  width: 88px;
  border: 1px solid #000000;
  margin-top:-1px; 
  }
.menu a.outer, .menu a.outer:visited {
    background-color: transparent;
    color: #2E3192;
    width: 90px;
    display: block;
    text-align: center;
    font-weight: 900;
    font-size: 16px;
    font-family: helvetica,arial,sans-serif;
    text-decoration:none; 
    padding-top: 2px;
   }
.menu a.outer:hover {
  background:#a1a1a1; 
  overflow:visible;
  }
.menu a.inner, .menu a.inner:visited {
  display:block; 
  width: 90px;
  height:18px;
  text-align: left;
  line-height:18px;
  padding-left: 8px;
  border-top:1px solid #000000; 
  text-decoration:none; 
  background-color: #c1c1c1;
  color: #2E3192;
  font-family: helvetica,arial,sans-serif;
  }
.menu a.inner:hover {
  background:#a1a1a1; 
  }
