body
{
  background: #191919;
  background-image: url('../images/general/bigbulb.gif');
  background-repeat: no-repeat;
  background-position: 60% 160px;
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #e0e0e0;
  line-height: 1.4em;
  margin: 0;
  padding: 0 32px;
}

a
{
  color: #ffbf00;
  text-decoration: none;
}

a:hover
{
  color: #ffd35d;
  text-decoration: underline;
}

div.topbar
{
  font-size: 11px;
  width: 100%;
  margin: 18px -36px 20px -36px;
  padding: 5px 36px;
  height: 18px;
  border-top: 1px solid #757575;
  border-bottom: 1px solid #757575;
  text-transform: uppercase;
}

body>div.topbar
{
  padding: 6px 36px 4px 36px;
}

div.topbar ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.topbar li
{
  background-image: url('../images/general/grey_sq.gif');
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: #757575;
  float: left;
  margin: 0;
  padding: 0px 16px 0px 16px;
}

div.topbar li#currentsite
{
  background-image: url('../images/general/white_sq.gif');
  color: #fff;
}

div.topbar li a
{
  color: #757575;
}

div.topbar li a:hover
{
  font-decoration: underline;
  color: #757575;
}

div.topbar li#currentsite a
{
  color: #fff;
}

div.topbar li#currentsite a:hover
{
  font-decoration: underline;
  color: #fff;
}

input
{
  border: 1px solid #757575;
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

select
{
  border: 1px solid #757575;
  font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
  font-size: 10px;
}

h2
{
  font-size: 14px;
  text-transform: uppercase;
}

form.bandselector
{
  margin: 0;
  padding: 0;
  position: absolute;
  top: 22px;
  right: 36px;
}

body>form.bandselector
{
  margin-top: 1px;
}

form.bandselector select
{
  width: 200px;
  margin: 0px 3px;
  padding: 0;
}

body>form.bandselector select
{
  margin: 1px 3px 0px 3px;
}

form.bandselector input
{
  margin: 0;
  padding: 0px 4px;
  background: #9bc2e7;
}

div.header
{
  background: #ffbf00;
  background-image: url('../images/general/headercorner.gif');
  background-repeat: no-repeat;
  background-position: top right;
  height: 45px;
  width: 100%;
  margin-bottom: 5px;
}

div.header img
{
  position: relative;
  top: 8px;
  left: 10px;
}

div.mainmenu
{
  background: #003366;
  background-image: url('../images/general/menucorner.gif');
  background-repeat: no-repeat;
  background-position: bottom left;
  height: 26px;
  width: 100%;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

div.mainmenu ul
{
  margin: 0;
  padding: 0;
  list-style: none;
}

div.mainmenu li
{
  background-image: url('../images/general/menubar.gif');
  background-repeat: no-repeat;
  background-position: right 0px;
  float: left;
  height: 24px;
  margin: 0;
  padding: 4px 20px 0px 16px;
}

div.mainmenu a
{
  color: #9bc2e7;
  text-decoration: none;
}

div.mainmenu a:hover
{
  color: #fff;
}

div.content
{
  margin: 20px 0 2em 30px;
  width: 60%;
}

body>div.content
{
  margin-top: 40px;
}

img.heading
{
  display: block;
  margin: 20px 0;
}

div.rightbar
{
  background: #333333;
  position: absolute;
  top: 151px;
  right: 32px;
  width: 20%;
  padding: 35px 18px 35px 18px;
}