body {
	background-color: #000066;
  font-family: sans-serif;
  font-size: 10pt;
  padding: 0px;
  margin: 0px;
  border: none;
}

#topbanner {
	width: 100%;
  margin: 0px;
  padding: 0px;
  background-image: url('images/layout/stripe-bg.gif');
  background-repeat: repeat-x;
  background-position: 0px 5px;
}

#topbanner #pmtt-title {
	color: white;
  position: absolute;
  left: 215px;
  top: 5px;
  text-align: center;
}

#topbanner #cross-logo {
  position: relative;
  top: 25px;
}

#topbanner #stripe-squiggle {
	position: relative;
  left: 65%;
  top: -12px;
}

#left-nav {
	position: absolute;
  top: 108px;
  left: 0px;
  width: 125px;
  padding-top: 30px;
  padding-left: 0px;
}

#left-nav ul {
	list-style-type: none;
  color: white;
  font-size: 14pt;
  font-weight: bold;
  padding-left: 2px;
  text-align: center;
  margin-left: 0px;
}

#left-nav ul li {
	margin: 1em 0px;
  padding-left: 0px;
}

#left-nav a {
	color: white;
  text-decoration: none;
}

#left-nav a:hover {
	color: #ff9933;
  text-decoration: none;
}

#content {
	position: absolute;
  top: 113px;
  left: 125px;
  background-color: white;
  border-left: 5px solid #ff9933;
  border-top: 5px solid #ff9933;
  padding-left: 1em;
  padding-right: 1em;
  padding-bottom: 1em;
  font-size: 10pt;
  min-width: 800px;
}

#content a {
	text-decoration: none;
  color: #000066;
}

#content a:hover {
	text-decoration: underline;
}

#content .title-image {
	margin-top: 5px;
}

#content .title-stripe {
	margin: 0px;
  padding: 0px;
  position: relative;
  left: -1em;
  top: -1.2em;
}

#content p.notice {
	border: 3px solid #000066;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 1em;
  text-align: center;
  width: 75%;
}

#content p.immediate {
	border: 5px solid #ff9933;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 1em;
  text-align: center;
  font-weight: bold;
  width: 75%;
}

#content td {
	font-size: 10pt;
}

#content .collage table {
	padding: 0px;
  border: none;
  border-collapse: collapse;
  margin: 2em auto;
  clear: both;
}

#content .collage table td {
	padding: 0px;
  border: none;
}

#content .collage {
	text-align: center;
}

#content form fieldset {
  	padding: 5px;
    border: 1px solid #ff9933;
  }
  
#content form fieldset legend {
  	color: #000066;
}
  
#content form fieldset p {
  	margin-top: 4px;
    margin-bottom: 4px;
}
  
#content form input.required {
  	background-color: rgb(245, 163, 80);
}
