body {
	background-image:url(http://www.uta.edu/msmr/images/115.gif);
	font-family:verdana,arial,sans-serif;
	color: #192945;
	background-color: #fff;
	}

img {border:0;}

h1, h2, p {background:#fff; text-align:left; margin-left:30px; margin-right:30px;}
h1 {font-size: 18px; color:#CE4437;}
h2 {font-size: 14px; color:#536373;}
p {font-size: 11px; color:#000;}

#skip a, #skip a:hover, #skip a:visited 
{ 
position:absolute; 
left:0px; 
top:-500px; 
width:1px; 
height:1px; 
overflow:hidden;
} 

#skip a:active 
{ 
position:static; 
width:auto; 
height:auto; 
} 


#page {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: #ffffff;
	width: 760px;
         position:relative;
         z-index:99;
	}
#page table {font-size: 10px; margin: 30px; text-align:left; border: 1px solid #192945;}
#page table td {padding: 3px;}

#listMenuRoot {height:30px; text-align:left; padding-top:10px; position:relative; z-index:99;}

#leftcolumn, #rightcolumn {
display:inline;
padding:0px;
width:360px;
text-align:left;
}
#leftcolumn {float:left;}
#rightcolumn {float:right;}

#leftcolumn li, #rightcolumn li {font-size:11px; color:#000;background:#fff; text-align:left; margin-left:30px; margin-right:30px;}

#leftcolumn a:link, #rightcolumn a:link, p a:link {color: black;}
#leftcolumn a:active, #rightcolumn a:active, p a:active  { color: black;}
#leftcolumn a:visited, #rightcolumn a:visited, p a:visited { color: #666;}

.leftpic {float:left; margin-right:15px; margin-bottom:10px;clear:both;}
.rightpic {float:right; margin-left:15px; margin-bottom:10px;}
.quote {font-size:10px; text-align:left; padding-top:5px;margin-left:5px;}
.quote img {margin-top:2px; vertical-align:bottom;}


/* HORIZONTAL FREESTYLE MENU LAYOUT */
#listMenuRoot {height: 40px; position: relative; left: 20px; top: 5px; z-index:99;}
#listMenuRoot img{float:left; position: relative; left:10px; margin-right: 20px; top:-5px;}

/* All <ul> tags in the menu including the first level */
.menulist, .menulist  ul {
 margin: 0; 
 padding: 0;
 list-style: none;
 /*background: #ffffff;*/
color: #192945;
 font-size: 10px;
 }

/* Submenus (<ul> tags) are hidden and absolutely positioned downwards from their parent */
.menulist ul {
 visibility: hidden;
 position: absolute;
 /*top: 2.5em;  I'm using ems rather than px to allow people to zoom their font */
 left: 0px;
 width: 180px;
z-index:99;
}

/* Second and third etc. level submenus - position across from parent instead */
.menulist ul ul {
 top: 0px;
 left: 180px;
}

/*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
.menulist li {
 float: left;
 position: relative;
 background: #fff;
  /*border: 1px solid #330; */
 margin-right: -1px;
z-index:99;
}

/* Items in submenus - override float/border/margin from above, restoring default vertical style */
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 background: #99a7b4;
 color: #192945;
}
.menulist ul>li:last-child {
 margin-bottom: 1px;
}

/* Links inside the menu */

.menulist a {
 display: block;
 padding: 3px 16px; 
 color: #192945;
 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-color: #546474;
}
.menulist  a.highlighted {
 color: #fff;
 background-color: #546474;
}

/* Only style submenu indicators within submenus. */
.menulist a .subind {
 display:  none;
}
.menulist ul a .subind {
 display:  block;
 float: right;
}

/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}
/* */


/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/

* html .menulist  ul li {
 float: left;
 height: 1%;
}
* html .menulist  ul a {
 height: 1%;
}
/* End Hack */

#footer {
	clear: both; 
	padding: 30px;
	font-size: 10px;
	color: #192945;
	}
#footer a, #footer a:visited, #footer a:active {
	font-size: 10px;
	color: #192945;
	}

