/* Global */
html {
  height: 100%;
}

body {
  width: 600px;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: .8em;
  color: #000000;
  /*background-image: url(../../images/vertical_bkg_tile.gif);
  background-repeat: repeat-x;
  background-color: #F5B702;*/
  background-color: #FFFFFF;
  margin: 0;
  padding: 0;
}

/* Global Text Elements */
h1 {
  font-size: 1.4em;
  font-weight: bold;
  color: #BB0E11;
}

h2 {
  font-size: 1.3em;
  font-weight: bold;
  color: #2A509E;
}

a:link, a:visited {
  text-decoration: none;
  color: #2A509E;
}

a:hover {
  text-decoration: underline;
  color: #2A509E;
}

.hide {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Global Element Styles */
img {
  border: 0px;
}

.clear {
  clear: both;
}

.floatLeft {
  float: left;
}

.instructions {
  background-color: #FDEBBA;
}

.instructionsText {
  padding: 1em 1em 1em 1em;
}

.column {
  float: left;
  width: 45%;
}

.leftPad {
  padding-left: 2em;
}

/* Page Layout */
#mainContainer { /* Main wrapper */
  width: 600px;
  height: 100%;
}

#contentContainer {
  padding: 1em 1em 1em 1em;
}

/* Content */
#leftSide { /* Makes a container for the left side content */
  width: 724px;
  float: left;
}

#leftSide .content { /* Adds the margin to left side content */
  margin: 20px 64px 20px 60px;
}

/* Footer */
#footer {
  height: 62px;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 400px;
}

#footer img {
  float: left;
  padding-right: 1em;
}