html, body, div, ul, ol,li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, p, a, blockquote, fieldset, input {margin:0; padding: 0;
}

body
{
  background-image: url("img/background.png");
  background-color: rgb(0,50,100)
}

#container
{
  position: relative;
  top:10px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#header
{
  width: 800px;
  height: 120px;
  background: url("img/header.jpg");
}

#login_box
{
  position: relative;
  left: 580px;
  top: 10px;
  background-color:#F0F0F0;
  border-style:solid;
  border-width:1px;
  height:80px;
  width:200px;
  opacity:0.8;
  float: left;
}

#login_text
{
  position: relative;
  top:12px;
  left: 5px;
  font-size: 11pt;
  float: left;
}

#login_form
{
  position: relative;
  top:12px;
  left:9px;
}

input.box
{
  width: 120px;
  height:18px;
}

a.l_link
{
  font-family: sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: black;
}

a.l_out_link
{
  position: relative;
  top: 42px;
  left: 150px;
  font-family: sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: black;
}

input.login_button
{
  font-family: sans-serif;
  font-size: 10pt;
  text-decoration: none;
  color: black;
}


#img_panel
{
  width: 800px;
  height: 20px;
  background: url("img/linkbar.png");
}

#link_panel
{
  position: relative;
  top:-46px;
  float: left;
  width: 800px;
  height: 20px;
}

div.nav_link
{
  position: relative;
  left: 6px;
  margin: 2px;
  width: 80px;
  height: 24px;
  float: left;
  text-align: center;
}

a.a_nav
{
  text-decoration: none;
  color: #000;
}

div.nav_link_img
{
  position: relative;
  top:-18px;
  left: 6px;
  margin: 2px;
  background: url("img/button2.gif");
  width: 80px;
  height: 24px;
  float: left;
  text-align: center;
}

div.nav_link_img_u
{
  position: relative;
  top:-18px;
  left: 6px;
  margin: 2px;
  background: url("img/button2u.gif");
  width: 80px;
  height: 24px;
  float: left;
  text-align: center;
}

#box
{
  border:solid;
	border-color:#3C4450;
	border-width:1px;
	border-top-width:0px;
  width: 798px;
  background: #E1E1E1;
}

#content_box
{
  width: 778px;
  padding: 10px;
}

#content
{
  width:780px;
}

input.adminLoginButton
{
  position: relative;
  left: 130px;
  width: 80px
}

#footer
{
  text-align: center;
}
