body { 
	margin: 0; padding: 0 0 5px 0; 
	color: #000; background: #fff; 
	font: 90%/1.4em Georgia, Times, "Times New Roman", serif; 
	text-align: center;
	}
p.hide { 
	display: none; 
	}
a img { border: 0; }
a { 
	color: #899B38; 
	}
a:visited { 
	color: #596B08; 
	}
a:hover { 
	color: #E2902C; 
	}
#container {
	background: #fff;
	margin: 0 auto 10px auto;
	padding: 20px;
	width: 1020px;
	border: 2px solid #ccc; border-top: 0;
	}
#masthead {
	margin: 0;
	width: auto;
	background: #C13C2B;
      padding: 10px;
	border: 0;
	color: #fff;
      }
#masthead p {
	font-size: 1.25em;
	line-height: 1.3em;
	margin-bottom: 0;
	}
#masthead a {
	color: #fff;
	text-decoration: none;
	}
#masthead a:hover {
	color: #C1D370;
	}
p, ol, ul { 
	font-size: 1em;
	line-height: 1.4em; 
	margin-top: 0; 
	margin-bottom: 1.2em;
	}
p.credit { 
	font-size: .7em; 
	line-height: 1.4em;
	color: #666;
	}
p.credit a {
	text-decoration: none;
	}
p.credit span { 
	display: none; 
	}
div.spacer { 
	clear: both; 
	}
p.top {
	font-size: .85em;
	line-height: 1.2em;
	text-transform: uppercase;
	text-align: right;
	}
p.top a {
	text-decoration: none;
	color: #777;
	}
p.top a:hover {
	color: #E2902C;
	}
ul { list-style: square; }
.cen { text-align: center; }
.nbm { margin-bottom: 0; }
.hbm { margin-bottom: .4em; }
.indent { margin-left: 25px; }
.sm { font-size: .9em; line-height: 1.4em; }
.big { font-size: 1.15em; }
.clr { clear: both; margin: 0; }
.red { color: #C13C2B; }
.orange { color: #E2902C; }
.green { color: #899B38; }
.bordered { 
	border: 3px solid #F4B64A; 
	padding: 0; 
	margin: 0 0 1em 0; 
	}
p.left { text-align: left; }