/* general */
body
{
  text-align: center;
  margin: auto;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: #eeffff url(testing2011/images/philly_bg_white2.jpg) no-repeat center top;
}

img { border-style: none; }

#BigDiv
{
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  width: 930px;
  height: 100%;
  position: relative;
  margin-top: 10px;
}

#BigDiv .whiteBorder
{
  border: 3px solid white;
}

#BigDiv .blackBorder
{
  border: 3px solid black;
}

#BigDiv .spacer
{
  height: 5px;
}

#top
{
  width: 100%;
}

#bottom
{
  position: absolute;
  bottom: 0;
}

/* navigation bar */
#navbar
{
 /* height: 45px;*/
  min-height: 45px;
  height: auto !important;
  height: 45px;
  width: 100%;
  margin: 0;
  text-align: center;
  color: white;
  position: relative;
}

#nav_trans
{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: black;
  opacity: .80;
  filter: alpha(opacity=80);
  z-index: -1;
}

#navbar ul
{
  margin: 0;
  margin-left: 50px;
  padding: 0;
  text-align: center;
  list-style-type: none;
  overflow: hidden;
}

#navbar li
{
  float: left;
}

#navbar a
{
  display: block;
  padding: 12px 15px;
  color: white;
  text-decoration: none;
}

#navbar a.currentLink
{
  color: #00ddff;
}

#navbar a.currentlink:hover
{
  color: #00ddff;
}

#navbar a:hover
{
  color: yellow;
}

/* main stuff here */
#mainWrapper
{
  width: 100%;
  background-color: white;
  border: 1px solid red;
  min-height: 400px;
  height: auto !important;
  height: 400px;
  /*overflow: auto;*/
}

#main
{
  padding: 10px;
  font-size: 11pt;
  position: relative;
}

#main p
{
  padding: 5px 10px;
  margin: 0;
}

#main h1
{
  padding: 10px 5px 0px 5px;
  font-size: 13pt;
  margin: 0;
}

#main h3
{
  padding: 5px;
  margin: 0;
  color: #334488;
  text-decoration: underline;
}

#main a
{
  color: blue;
  text-decoration: none;
}

#main a:hover
{
  text-decoration: underline;
}

/* tables for forms */
div#signupTableWrapper
{
  text-align: center;
}

table#signupTable
{
  width: 800px;
  margin: auto;
  border-collapse: collapse;
  font-size: 10pt;
}

table#signupTable td
{
  border: 1px solid black;
  background-color: #eeffff;
  padding: 5px;
}

