
*,
html
	{
	margin: 0;
	padding: 0;
	}
	
html {height: 100%;}

body
	{
	text-align: center;
	font-family: 'Lucida Sans', Verdana, Arial, sans-serif;
	background: #ffbd55 url(bg.png) repeat-x top left;
	height: 100%;
	}

body div.noBg {background: #fff url(bg.png) repeat-x top left;}


	

.footer {display: block; clear: both; background: #D3C5AA; padding: 10px; border-bottom: solid 5px #99002E; border-top: solid 3px #FCB310; font-size: 12px; font-weight: bold; color: #99002E; margin-top: 15px;}
.footer a:link, .footer a:visited {color: #99002E; padding-top: 7px; padding-bottom: 7px; padding-right: 27px; background: url(adtrav.png) no-repeat center right;}
.footer a:hover {color: #4C80BD; background: url(adtravHover.png) no-repeat center right;}



h1
	{
	display: block;
	width: 298px;
	height: 76px;
	text-indent: -700em;
	float: left;
	}

h1 a 
	{
	display: block;
	width: 298px;
	height: 76px;
	background: url(asuLogo.png) no-repeat center center;
	}

h2
	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	color: #99002E;
	display: block;
	float: right;
	margin-top: 15px;
	margin-right: 15px;
	font-weight: bold;
	}

hr {display: none;}

.login {display: block; float: right; margin-top: -30px;}
a:link.login, a:visited.login {color: #D3C5AA;}
a:hover.login {color: #900;}


/*
Thanks to A List Apart for the Tabs (http://alistapart.com/articles/slidingdoors/) --- */
#menu ul, #menu li {list-style: none;}

#menu {
  float:left;
  display: block;
  width:100%;
  background:#fff url("bg.gif") repeat-x bottom;
  font-size:93%;
  line-height:normal;
  margin-top: 15px;
  clear: both;
  }
#menu ul {
  margin:0;
  padding:5px 7px 0;
  list-style:none;
  }
#menu li {
  float:left;
  background:url("left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 8px;
  }
#menu a {
  float:left;
  display:block;
  background:url("right.gif") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#4C80BD;
  font-size: 12px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#menu a {float:none;}
/* End IE5-Mac hack */
#menu a:hover {
  color:#99002E;
  }
#menu #current {
  background-image:url("left-on.gif");
  }
#menu #current a {
  background-image:url("right-on.gif");
  color:#99002E;
  padding-bottom:5px;
  }

#sub-menu
	{
	display: block;
	margin: 0 auto;
	clear: both;
	width: 100%;
	height: 24px;
	background: url(submenu.gif) repeat-x center center;
	}
#sub-menu table {margin-top: 2px;}

#sub-menu ul,
#sub-menu li {list-style: none;}
#sub-menu ul {text-align: left; font-size: 12px; padding-top:5px; display: block; margin-left: 10px; color: #900; font-weight: bold;}
#sub-menu li {display: inline;}
#sub-menU li a:link, #sub-menU li a:visited {font-weight: bold; color: #900; padding-left: 15px; margin-left: 15px; border-left: solid 1px #900;}

ul.sortMenu,
.sortMenu li {list-style: none;}
ul.sortMenu {text-align: left; font-size: 12px; padding-top:5px; display: block; margin-left: 30px; color: #900; font-weight: bold;}
.sortMenu li {display: inline;}
.sortMenu li a:link, .sortMenu li a:visited {font-weight: bold; color: #900; padding-left: 15px; margin-left: 15px; border-left: solid 1px #900;}


