html {height: 100%; min-height: 100%;}
img{border:0;}

body {
 margin:0px;
 background: #0f0a6b;
 color: #333333;
 text-align:center;
 padding:0;
height: 100%;
min-height: 100%;
font-family: verdana, arial, sans-serif;
 }

#outer {
 text-align:left;
 /*border:1px solid #000000;*/
 width:700px;
 margin:auto;
height: 100%;
min-height: 100%;

 }

#bodyblock {
 position:relative;
 background: #fff;
 color: #333333;
 width:700px;
 padding:0;
  background-image: url('http://www.uta.edu/uac/images/21.jpg');
background-repeat: no-repeat;
height: 100%;
min-height: 100%;

 }

#l-col {
 float:left;
 /*background-color:#dcdcdc;*/
 color: #333333;
 width:130px;
 position: relative;
 top: 310px;
font-size: 10px;
 }

#header {text-align: center; margin-top: 0px;}
#header img {margin-top: 20px;}
#header img, #pagetitle img {border:0px;}
#pagetitle {text-align: center;}


#cont {
/* border-left:1px solid #000000; border-right:0px solid #000000; border-top:0px solid #000000; border-bottom:0px solid #000000;*/ 
width:560px; 
 background:#ffffff;
 color: #333333;
 text-align:left
 }

#cont h3 {text-align: center;  }
#cont h3 a {font-size: 16px; color: black; text-decoration: none;}
#cont p, #cont li {font-size: 12px;}
#cont p {margin: 10px 15px;}
#cont li {margin: 3px 15px;}
#cont a:link { color: black;}
#cont a:active  { color: black;}
#cont a:visited { color: #666;}



#listMenuRoot{padding: 15px 0px 0px 40px;}

/* VERTICAL FREESTYLE MENU LAYOUT */


/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 125px;
 list-style: none;
}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 155px;
}

/*
 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;
 /*border: 1px solid #330;
 background: #FED;*/
 margin-bottom: -1px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */
.menulist a {
 display: block;
 padding: 3px;
 color: #000;
 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: #FFF;
 background: #050329;

}
.menulist a.highlighted {
 color: #FFF;
background: #050329;
}

/*
 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 */

#footer
{
padding: 270px 20px 10px 20px;
color: #333;
font-size: 11px;
text-align: center;
line-height: 150%;
}

#footer a {color:#333; }

#utafooter
{
padding: 10px;
color: #333;
font-size: 10px;
text-align: center;
}

#utafooter a {color: #333; text-decoration: underline;}
