

body {
     font-family: Verdana, Arial, Helvetica, Sans-serif;
     margin:0;
     padding:0;
     background-color: #FDF9DC;
     min-width:750px;
   }

#a{text-decoration:none; color: #003300;}
a{text-decoration:none;}
a:hover{color: brown;}

#toplogo
{
position: fixed;
left: 15px;
top: 15px;

}


#title
{
position: absolute;
left: 5em;
left: 160px;
top: 0.5em;
font-size: 300%;
color: #666666;
}


#subtitle
{
position: absolute;
left: 22em;
top: 5em;
color: #666666; 
}


#maincontent
{
position: absolute;
width: 800px;
top: 1 em;
margin-top: 10em;
margin-left: 15em;
padding: 10px 10px 10px 10px;
}

#navbar
{
position: fixed;
top: 150px;
left: 20px;
}

#uoblogo
{
position: absolute;
left: 15px;
top: 15px;
}

