body, html {
  margin:11px;
  padding:0;
  background:#b0b0b0;
  color:#000;
  font-family: arial, sans-serif;
}

body {
  min-width:800px;
}

img {border:0;}

.leftpic {float:left; margin-right:15px; margin-bottom:10px;clear:both;}
.rightpic {float:right; margin-left:15px; margin-bottom:10px;}

#page {margin:0 auto; width:800px;}
#page, #sidebar {background:#eaeaea;}

#masthead {
width: 800px;
height:130px;  
 }

#masthead h1 {display:none;}

#main {
  background:white; 
  min-height:660px;
  float:right; 
  width:620px;
padding-bottom: 25px;
padding-top: 15px;
}

* html #main {height:660px}

#main li {
list-style-image: url(https://www.uta.edu/orientation/images/17.jpg);
list-style-type: circle
}


#main a:link { color: black;}
#main a:active  { color: black;}
#main a:visited { color: #666;}

#main img.right {position:relative; float:right; margin-left:15px; margin-bottom:15px;}
#main img.left {position:relative; float:left; margin-right:15px; margin-bottom:15px;}

#main h2, #main h3, #main p, #main li {
  margin-left:30px;
  margin-right:30px;
}

#main p,  #main ul  {
  font-size: 11px;
  font-family: verdana, sans-serif;
  text-indent: 0px;
}

#main h1 {
 font-size: 20px;
color: #5c5c5c;
text-align: center;
 }

#main h2, #main h3 {font-size: 14px; margin-top:30px;}
#main h3 {font-size: 12px;}

.dates {margin: 20px auto; font-size: 16px; font-weight: bold;}
.dates td {padding: 5px 20px;}

.falldates {margin: 20px auto; font-size: 11px;border: 1px solid #ccc; text-align: left; font-weight: normal;}
.falldates td {padding: 2px 20px;}

.mavols{margin: 10px auto; font-size: 11px; text-align: center; font-weight: normal;}
.mavols td {padding: 2px 10px;}

.testing {margin: 20px auto; font-size: 12px;border: 1px solid #ccc;}
.testing td {padding: 5px 20px;}

.schedule {margin: 20px auto; font-size: 12px;}
.schedule td {padding: 5px 20px;}

.contactus {margin: 10px;}
.contactus td {padding: 2px 10px;}


#sidebar {
  float:left;
  width:180px;
  padding-top: 15px;
}
	

#listMenuRoot{padding: 0px; font-size: 11px; font-weight:bold;}

/* VERTICAL FREESTYLE MENU LAYOUT */

/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
background: #eaeaea;
 margin: 0;
 padding: 0;
 width: 180px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
background-color: #ccc;
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 180px;
}

/*
 All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up.
*/
.menulist li {
 position: relative;
 background: inherit;
 margin-bottom: -1px;
 border-bottom: 1px solid #dbdbdb;

}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 5px 10px;
 color: #0047B6;
 text-decoration: none;
}

/*
 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.
*/
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #000033;
 background-color: #ccc;
}

.menulist a.highlighted {
 color: #000033;
background-color: #ccc;
}

/*
 If you want per-item background images in your menu items, here's how to do it.
 1) Assign a unique ID tag to each link in your menu, like so: <a id="xyz" href="#">
 2) Copy and paste these next lines for each link you want to have an image:
    .menulist a#xyz {
      background-image: url(out.gif);
    }
    .menulist a#xyz:hover, .menulist a.highlighted#xyz, .menulist a:focus {
     background-image: url(over.gif);
    }
*/


/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind {
 float: right;
}

/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menulist li {
 float: left;
 height: 1%;
}

* html .menulist a {
 height: 1%;
}
/* End Hack */

#mavtraditions {
width: 140px;
text-align:center;
margin: 20px auto;
}
#mavtraditions img {border:0;}

#footer
{
padding: 10px;
color: #333333;
font-size: 11px;
text-align: center;
line-height: 150%;
background:#b0b0b0;
}
#footer a {color:#333333; }

table.fees, table.shedule {
  margin-left: 30px;
  font-size: 0.8em;
}

table.fees th, table.fees td, table.schedule th, table.schedule td {
  text-align: left;
  padding: 3px 20px 3px 0px;
}