* {
  font-family: arial, verdana, sans-serif;
  font-size: 16px;
  color: #000000;
}

a {
  text-decoration: none;
}

form  {
  padding: 0;
  margin: 0;
}

body {
  margin: 0px;
  height:100%;
  background: url(/img/bg.jpg) repeat-y fixed left; 
}

tr {
  vertical-align: top;
}

.mainTable  {
  width: 100%;
  border: 0px;
  border-spacing: 0px;
}

.mainTable td {
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
}
.headingTable {
  width: 100%;
  height: 65px;
  border: 0px;
  border-spacing: 0px;
}

.headingTable td {
  padding: 0px;
  border: 0px;
  border-spacing: 0px;
}

img {
  border: 0px;
}

.headingTable tr {
  vertical-align: middle;
}

.menu, .menu a{
  text-indent: 10px;
  font-size: 18px;	
  color: #3B6CB1;
  font-weight: bold;
}

.menu a:hover {
  color: #000000;
}

.menu td {
  padding: 3px;
}


.subMenu, .subMenu a {
  color: #3B6CB1;
  text-indent: 20px;
  font-weight: bold;
}

.subMenu a:hover {
  color: #000000;
}


.content {
  width: 100%;

}

h1 {
  font-size: 22px;
}

h2 {
  font-size: 18px;
  color: #3B6CB1;
}


.content hr {
  width: 100%;
  color: #000000;
  background-color: #000000;
  height: 3px;  
  border: 0px;
}



.rhs {
  width: 100%;
  height: 100%;
}

.rhs1 {
  width: 4px;
}

.rhs2 { 
  background-color: #3B6CB1;
  width: 129px;
}

.rhstext { 
  color: #ffffff;
  font-weight: bold;
}


.rhs3 {
  width: 8px;
}

.fill {
  width: 100%;
}

.menurhs {
  width: 5px;
}

.topBG {
  background: url(/img/topbg.jpg);
}


.menuBG {
  background: url(/img/menubg.jpg) repeat-x;
}

.menurhs {
  background: url(/img/menurhs.jpg);
  width: 5px;
}

.bodyRow {
  height: 100%;
}


th {
  text-align: left;
}

h3, h3 a {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  color: #3B6CB1;
}


.errors li {
  color: #ff0000;
}