body
  {
 	background-image: url(../images/bg1.jpg);
 	background-repeat: repeat-x;
 	text-align: center;
  }
#container
  {
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
  width: 1022px;
  height: 140px;
  }
#container2
  {
  margin-left: auto; 
  margin-right: auto;
  text-align: left;
  width: 1022px;
  height: 30%;
  }
h1
  {
  float: left;
  display: block;
  text-align: center;
	margin: 7px 0 0 0px;
	padding: 0;
	font-size: 1px;
	height: 115px;
	width: 1022px;
	background-image: url(../images/bg2.jpg);
	text-indent: -2000px;
	}
#signuptext
  {
  font-size:12px;
  color: blue;
  text-decoration: none;
  }
#copyright
  {
  font-size:10px;
  color: black;
  }
#logedin {
  width: 1010px;
  text-align: right;
  font-size: 12px;
  top: 90px;
  color: black;
  position:absolute;
  margin: 0 0 0 0;
  }
  #logedin .un{
    }
  #logedin a{
    color: black;
    }
#rightside ul 
  {
  float: left;
  display: block;
  margin: 0 0 0 5px;
  list-style: none;
  padding: 0 0 0 0;
  }
#rightside ul li
  {
  display: inline;
  }
#rightside ul li a
  {
  float: left;
  display: block;
  height: 21px;
  width: 121px;
  background: #6D9998;
  text-decoration: none;
  text-align: center;
  margin: 1px 0 0 1px;
  padding: 5px 0 0 0;
  font-family: MS Reference Sans Serif; 
  font-size: 12px;
  font-style: oblique;
  color: #D7F7F4;
  }
#rightside ul li.selected a{
  background: #585858;
  }
#rightside ul li.wide a
  {
  width: 123px;
  }
#rightside ul li a:hover
  {
  color: #d0c1e6;
  }
#rightside iframe
  {
  float: left;
  display: block;
  border: solid #C0C0C0;
  border-width: 0 1px 1px 1px;
  margin: 0 0 0 6px;
  height: 600px;
  }
#leftside
  {
  float: left;
  width: 159px;
  text-align: center;
  font-size: 12px;
  }
#leftblock
  {
  float: left;
  display: block;
  border: solid #EDF1F0;
  border-width: 0 1px 0 1px;
  margin: 0 0 5px 0; 
  }
#leftside iframe
  {
  width: 140px;
  margin: 10px 0 -10px 0;
  }
#leftside.inputfields
  {
  height: 20px;
  }
#leftside input
  {
  position:relative;
  top: 3px;
  }
#leftside ul 
  {
  margin: 0 0 5px 0;
  list-style: none;
  padding: 0px;
  }
#leftside ul li
  {
  display: block;
  }
#button1 a
  {
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 -5 0;
  height: 42px;
  width: 159px;
  background: url(../images/button.jpg) no-repeat;
  background-position: center;
  text-decoration: none;
  line-height: 42px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  }
#button2 a
  {
  float: left;
  display: block;
  padding: 0 0 0 0;
  margin: 0 0 -5 0;
  height: 42px;
  width: 159px;
  background: url(../images/button2.jpg) no-repeat;
  background-position: center;
  text-decoration: none;
  line-height: 42px;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #999999;
  }

#invalidusername
  {
  color: red;
  }