html {
	font-size: 62.5%;
}

body {
	font-family: arial, helvetica, sans-serif;
	margin: 75px 0 50px 0;
	padding: 0;
	background-color: #ffffff;
	color: #666666;
	text-align: center;
}

#wrapper {
  margin: 0 auto;
  width: 901px;
	text-align: left;
}

img {
  border: 0;
}

form, 
noMop {
  margin: 0;
  padding: 0;
}

.clear {
	clear: both;
  margin: 0;
  padding: 0;
}

.center {
	text-align: center;
}


/* Top */

#top {
  margin: 0 0 30px 0;
  padding: 0;
}

#top img {
  float: left;
}

#top .nav {
  margin-left: 28px;
}


/* Level 2 */

#level2Left {
  margin: 0;
  padding: 0;
	width: 312px;
	float: left;
}

#level2Left p {
  margin: 0 0 10px 0;
  padding: 0;
}

#level2Left .leftPhoto {
  margin: 0 0 2px 0;
}

#level2Left .photoCredit {
  font-size: 1.1em;
  margin: 0 0 0 2px;
}

#level2RightContainer {
  margin: 0;
  padding: 0;
	width: 589px;
	float: left;
}

#level2Right {
  margin: 0;
  padding: 0 0 0 28px;
}

#level2Right h1 {
  margin: 0 0 15px 0;
  padding: 0;
	font-weight: normal;
	font-size: 1.8em;
	color: #cc0000;
	text-transform: uppercase;
}

#level2Right h2 {
  margin: 0;
  padding: 0;
	font-weight: normal;
	font-size: 1.4em;
	color: #cc0000;
	text-transform: uppercase;
}

#level2Right p {
  margin: 0 0 15px 0;
  padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#level2Right blockquote {
  margin: 0 25px 15px 25px;
  padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#level2Right li {
  margin: 0;
  padding: 0;
	font-size: 1.2em;
	line-height: 1.6em;
}

#level2Right .textPop {
  color: #333333;
	font-weight: bold;
}

#level2Right .testimonialCredit {
  color: #999999;
	margin: 0 0 30px 0;
}

#level2Right .required {
  color: #cc0000;
}

#level2Right .cellFormLabel {
  width: 93px;
	float: left;
	text-align: right;
	font-size: 1.2em;
	padding: 2px 0 0 0;
}

#level2Right .cellFormField {
  width: 465px;
	float: left;
	padding: 0 0 5px 3px;
}

#level2Right .textField {
  width: 308px;
	border: 1px solid #dcdcdc;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
}

#level2Right .textArea {
  width: 460px;
	border: 1px solid #dcdcdc;
	font-family: arial, helvetica, sans-serif;
	font-size: 1.2em;
	color: #666666;
}

#level2Right .submitButton {
  border: 0;
}

#level2Right .formError {
  border: 1px solid #cc0000;
	background-color: #f5f5f5;
	padding: 15px;
}


/* Footer */

#footer {
  margin: 0;
  padding: 0 0 0 339px;
}

#footer p {
  color: #cccccc;
  font-size: 1.1em;
  margin: 0;
  padding: 20px 0;
}

#footer .footerSeparator {
  margin: 0;
  padding: 0 5px;
}


/* Links */

a, a:visited {
	color: #666666;
	text-decoration: underline;
}
a:active, a:hover {
	color: #cc0000;
	text-decoration: none;
}

#level2Left a, #level2Left a:visited {
	color: #666666;
	text-decoration: none;
}
#level2Left a:active, #level2Left a:hover {
	color: #cc0000;
	text-decoration: none;
}

#footer a, #footer a:visited {
	color: #cccccc;
	text-decoration: none;
}
#footer a:active, #footer a:hover {
	color: #cccccc;
	text-decoration: underline;
}