body{
 background-image: url('gfx/TopBar.png');
 background-repeat: repeat-x;
 font-family: sans-serif;
 font-size: 10pt;
 }
 a{
 color: #a00;
 text-decoration: none;
 }
 a:hover{
 color: #f00;
 }
 img{
 border: 0;
 }

.fitall{
 position: absolute;
 width: 80%;
 left: 10%;
 right: 10%;
 top: 80px;
 min-width: 640px;
 }

.announcements{
 position: absolute;
 left: 0;
 top: 214px;
 width: 268px;
 background-color: #aaa;
 padding: 6px;
 }

.pagecontent{
 position: absolute;
 left: 288px;
 right: 0px;
 top: 120px;
 border: 1px solid #666;
 padding: 4px;
 }
 
.pagefooter{
 position: absolute;
 padding-top: 22px;
 text-align: center;
 width: 100%; > width: auto;
 color: gray;
 }
 .pagefooter a{
 text-decoration: none;
 color: silver;
 }
 .pagefooter a:hover{
 color: #a00;
 }

#logotile{
 position: absolute;
 width: 280px;
 background-color: red;
 left: 0;
 top: 0;
 }

#redbox-top{
 position: absolute;
 left: 0;
 top: 0;
 right: 0px;
 height: 100px;
 width: 100%;
 background-color: red;
 text-align: right;
 border-bottom: 3px solid #500;
 }

#subnavlist{
 display: block;
 list-style: none;
 margin: 0;
 padding: 0;
 width: 100%;
 }
 #subnavlist li{
 background-color: #eee;
 padding: 2px;
 margin-bottom: 2px;
 border-left: 4px solid #444;
 padding-left: 12px;
 }

/* Navigation List */

#navlist{
 position: absolute;
 left: 60px;
 top: 93px; > top: 103px;
 height: 30px;
 }
 
ul#navlist
{
margin-left: 0;
padding-left: 160px;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;

}

#navlist a {
 padding: 3px 10px;
 height: 18px;
 border: 2px solid #500;
 }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color: #a00;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #e00;
text-decoration: none;
}
