html {	
	background: white;
}
body {	
	font: 100%/1.5em 'Courier New','Courier',monospace;
	background: white;
}
span.clutter {
	display: none;
}
#container {	
	position: relative;
	padding: 1em 2em;
	width: 95%;
	text-align: left;	
}
h1 {
	text-align: center;
	padding-bottom: 1em;
}
h2 {
	font-family:	Impact, 'arial bold', arial;
	font-weight: normal;	
	text-transform: capitalize;	
}
h2#totp {	
	font-size: 180%;
	text-transform: uppercase;
}
#nav {
	display: none;
}
#content {

}
#content p {
	line-height: 1.3em;
	letter-spacing: 0.005em;
	padding: 0.5em 30px;
}
#content ul, #content ol {
	position: relative;
}
#content ul li {
	padding-left: 30px;
	padding-right: 15px;
}
#content ol {	
	list-style: lower-roman;
	list-style-position: outside;
}

/* Common Stylings */

.small {
	font-size: smaller;
}
.large {
	font-size: larger;
}
.left {
	float: left;
}
.right {
	float: right;
}
img.left {
	margin: 1.5em 15px 0 1em;	
}
img.right {
	margin: 1.5em 10px 0 15px;	
}
.border {
	border: 1px solid black;
}
.textright, #content p.textright {
	text-align: right;
}
.textcenter, #content p.textcenter {
	text-align: center;
}
.textleft, #content p.textleft {
	text-align: left;
}
.spacey {
	padding: 20px 0;
}
.caps {
	text-transform: uppercase;
}
.bold {
	font-weight: bold;
}
.red {
	color: red;
}
hr {
	color: #CCC;
	height: 1px;
	border: 1px solid #CCC;
	border-width: 0 0 1px 0;
}
.normal {
	font-size: medium; 
}







/*** FOOTER ***/

div#footer {	
	color: #333;	
}
div#footer p {	
	font-size: 75%;	
	text-align: center;
	font-weight: bold;
}
div#footer p#terms {
	font-weight: normal;
	font-size: 70%;	
}
img#tbgtext {
	position: relative;
	top: -5px;
}
#footer img {
	border: none;	
}

