body {
font-family:Arial, Helvetica, sans-serif;
font-size:1em;
}

#head {
position:absolute;
right:75px;
left:225px;
top:5px;
}
h1 {
color:#666666;
font-size:2.5em;
text-align:center;
margin: 5px 0;
        padding: 0;
}
#flash  {
float:right;
}
#content {
position:absolute;
top:120px;
left:220px;
right:75px;
background-image:url(background.gif);
background-repeat:repeat;

}


#leftbar {
position: absolute;
left: 3px;
top: 3px;
width: 200px;
min-height:450px;
font-size:0.9em;
text-align:left;
background-color:#488ac7;
background-image:url(white.gif);
background-position:right;
background-repeat:repeat-y;
color:white;
}
#leftbar2 {
position: absolute;
left: 3px;
top: 453px;
width: 200px;

font-size:0.8em;
text-align:center;
background-color:#488ac7;
background-image:url(white.gif);
background-position:right;
background-repeat:repeat-y;
color:white;
}












/* navigation uberlink css*/

#navlist {
position: absolute;
left: 00px;
top: 170px;
width: 200px;
background-color:#488AC7;

z-index:100;
}
#navlist ul {
margin: 0; /*removes indent IE and Opera*/
padding: 0; /*removes indent Mozilla and NN7*/
list-style-type: none; /*turns off display of bullet*/
font-size: 1em;
font-weight:bold;
}
#navlist li {
margin: 0;
border-top:2px solid white;
border-bottom:2px solid white;

}
#navlist a {
display: block;
padding: 10px 2px 10px 30px;


background-image:  url(l1_over.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
}
#navlist a:link, #navlist a:visited {
color: white;
text-decoration: none;
}

#navlist a:hover, #navlist a:active {
background-image:  url(l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: black;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
background-image:  url(l1_down.jpg);
background-repeat: no-repeat;
background-position: 0% 50%;
color: black;

}


/*end navigation*/


