/************/
/* ELEMENTS */
/************/

body
{
  margin: 0px;
  background-color: black;
  background-image: url('/images/vbg.png');
  background-repeat: repeat;
  background-attachment: fixed;
}

a:link
{
  color: #b5c2fe;
  text-decoration: none;
}

a:hover { color: #ffffff; }

a:visited
{
  color: #b5c2fe;
  text-decoration: none;
}

a:visited:hover { color: #ffffff; }

ul
{
  list-style-type: square;
  list-style-image: url("/images/gt.png");
}

img { border-style: none; }

p { color: white; }

tt { color: white; }


/***********/
/* CLASSES */
/***********/

.SidePadded
{
  padding-left: 10px;
  padding-right: 10px;
}

.NavLink
{
  border-left-width: 1px;
  border-left-color: #ffffff;
  border-left-style: solid;
  padding-left: 10px;
  padding-right: 10px;
}

.Indented { padding-left: 25px;}


/*******/
/* IDS */
/*******/

#divBody
{
  position: absolute;
  top: 70px;
  left: 100px;
  padding-right: 40px;
  width: 600px;
}

#imgViabitLogo { float: left; }

#divNavLocation
{
  position: absolute;
  top: 0px;
  right: 40px;
  width: 330px;
  height: 38px;
  line-height: 38px;
  padding: 10px;
  border-width: 1px;
  border-color: #b5c2fe;
  border-style: solid;
  background-color: black;
  color: white;
  font-size: 18pt;
  font-family: courier, helvetica, serif;
}

#spanNavLocationText
{
  color: white;
  font-weight: bold;
}

#divNavLinksBar
{
  clear: both;
  height: 20px;
  width: 600px;
  line-height: 20px;
  color: #ffffff;
  padding-top: 10px;
}

#divContentArea
{
  width: 580px;
  background-color: black;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  padding: 10px;
  color: white;
  margin-bottom: 10px;
}

#divW3Icons
{
  text-align: right;
  margin-bottom: 50px;
}
