/* CLASSES */
.Italic { font-style:italic; }
.Gill12 { font-family:'verdana'; font-size:12px; }
.Gill13 { font-family:'verdana'; font-size:13px; }
.Gill16 { font-family:'verdana'; font-size:16px; }

/* ITEMS */

#BGBehind
{
  background:url('../images/layout/secondary_grass.jpg') repeat-x;
  background-position:top;
  height:200px;
}

#BGCenter
{
  background:url('../images/layout/secondary_backgroundc.jpg') no-repeat;
  width:760px;
  height:200px;
}

#GreenBarTop
{
  background:#3d432d;
  filter:alpha(opacity=81);
  -moz-opacity:.81;
  height:35px;
  width:210px;
  float:left;
}

#BlueBarTop
{
  background:#273e68;
  filter:alpha(opacity=90);
  -moz-opacity:.90;
  width:550px;
  height:35px;
  float:right;
}

#BlueBarTopLeft
{
  background:#263b60;
  width:210px;
  text-align:center;
  height:28px;
  float:left;
  color:#ffffff;
  padding-top:7px;
  font-family:'verdana';
  font-size:17px;
}

#Content
{
  background:#ffffff;
  min-height:400px;
  width:100%;
  float:left;
  border-left:1px solid #a8af97;
  text-align:left;
  height:100%;
}

#Menu
{
  width:200px;
  padding:10px 0px 0px 10px;
  border-bottom:1px solid #252f0a;
  float:left;
  overflow:hidden;
}

#MFLUniversity
{
  background:#a8af97;
  width:210px;
  overflow:visible;
  height:125px;
  float:left;
  font-family:'verdana';
  font-size:12px;
  clear:left;
  padding:10px 0px 10px 0px;
}

#MainBody
{
  float:left;
  width:549px;
  border-left:1px solid #a8af97;
  min-height:400px;
  overflow:hidden;
}

#ContentHeader
{
  width:524px;
  height:35px;
  border-bottom: 1px solid #a8af97;
  padding-left:25px;
  padding-top:10px;
}

#ContentBody
{
  width:524px;
  padding-left:25px;
  padding-top:25px;
}

.copy, ul
{
  font-family:'verdana';
  font-size:10px;
}

#GreenBarLeft
{
  background:#3d432d;
  filter:alpha(opacity=81);
  -moz-opacity:.81;
  height:407px;
  width:210px;
  float:left;
}

