/* CSS Document */

BODY
{
  background : #000000 url(background.gif) repeat;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  color : #003366;
  margin: 0px;
  padding-top: 0px;
}

#upper-left-corner
{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 4px;
  width: 4px;
  background : #000000 url(upper-left-corner.gif) no-repeat;
}

#upper-right-corner
{
  position: absolute;
  top: 0px;
  left: 792px;
  height: 4px;
  width: 4px;
  background : #000000 url(upper-right-corner.gif) no-repeat;
}

#title
{
  position: absolute;
  top: 10px;
  left: 25px;
  font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color : #FFFFF;
}

#welcome
{
  position: absolute;
  top: 4px;
  right: 10px;
  font-family: Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: xx-small;
  color : #FFFFFF;
}

#welcome a
{
  color: #FFFFFF;
  text-decoration:none;
}

#welcome a:visited
{
  color: #FFFFFF;
}

#header
{
  position: relative;
  background : #000052 url(header-bg.gif) repeat-y;
  width: 796px;
  left: 100px;
  border-top: #000000 2px solid;
  border-right: #000000 2px solid;
  border-left: #000000 2px solid;
  color : #FFFFFF;
  height: 50px;
}

#menu
{
  position: relative;
  background : #000052 url(header-bg.gif) repeat-y;
  border-right: #000000 2px solid;
  border-left: #000000 2px solid;
  width: 796px;
  left: 100px;
  height:21px;
}

#menu span
{
  float:left;
  background: url(tab-left.gif) no-repeat left top;
  margin:0;
  padding:0 0 0 4px;
  text-decoration:none;
}

#menu span a
{
  float:left;
  background: url(tab-right.gif) no-repeat right top;
  display:block;
  padding:5px 15px 4px 6px;
  color:#666;
  font-size: 10px;
  line-height: 12px;
  text-decoration:none;
}

.selected-right
{
  background: url(tab-right-selected.gif) no-repeat right top !important;
}

.selected-left
{
  background: url(tab-left-selected.gif) no-repeat left top !important;
}

#menu ul
{
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 2;
}

#menu li
{
  display:inline;
  margin:0;
  padding:0;
}

#menucontents
{
  position: absolute;
  left: 20px;
  top: 0
  width: 776px;
}

#content
{
  position: relative;
  background : #E0E0E0;
  width: 776px;
  left: 100px;
  min-height: 600px;
  border-right: #000000 2px solid;
  border-left: #000000 2px solid;
  padding:10px;
}

#contentfooter
{
  clear: both;
}

#footer
{
  position: relative;
  background : #000052 url(header-bg.gif) repeat-y;
  width: 796px;
  left: 100px;
  border-right: #000000 2px solid;
  border-left: #000000 2px solid;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #FFFFFF;
}

#debug
{
  position: relative;
  background: #FFFFFF;
  width: 800px;
  left: 100px;
  font-family : Verdana, Eyechart, Geneva, Arial, Helvetica, sans-serif;
  font-size: x-small;
  color : #000000;
}

.heading
{
  font-size: small;
  font-weight: bold;
}

.subheading
{
  font-size: xx-small;
}

.regularfont
{
  font-size: small;
}

.regularfont a
{
  color: #0000FF;
  text-decoration:none;
}

.regularfont a:visited
{
  color: #0000FF;
}

.right
{
  text-align: right;
}

.center
{
  text-align: center;
}


