@charset "UTF-8";
/* CSS Document */

body {
font-family: "Arial";
font-size:10px;
text-align: left;
/*background:url(/new_site/images/BackgroundImage.gif) repeat-y;*/
}

#container {
  margin: 0 auto;
  width: 820px;
  text-align: left;
  }

a {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#000000;
text-decoration:none;
}

a:hover {
color:#999999;
}

a:visited {
color:#000000;
}

text {
font:Arial, Helvetica, sans-serif;
font-size:10px;
}


common_text {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}


<!--  Navigation  -->

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
width:820px;
float:right;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #000000
text-decoration: none;
}

#navlist a:hover
{
color: #999999
text-decoration: none;
}

<!--  END Navigation  -->