body, html, ul, ol, li, form, fieldset {  
    margin: 0; 
    padding: 0; 
    border: 0; 
}
body {
	background-color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFFFFF;
}
p, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	border: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
}
.wrapper {
	width: 770px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-position: 0px 262px;
	text-align: left;
	background-image: url(images/background_tile.jpg);
	border: 1px solid #999999;
}
.content {
	background-image: url(images/top_lower.jpg);
	background-repeat: no-repeat;
	padding-left: 35px;
	padding-right: 40px;
	padding-top: 37px;
}
.content-single-col {
	width: 352px;
	padding-left: 344px;
}
p {
	font-size: 120%;
	line-height: 1.5em;
}
h1 {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	padding-top: .4em;
}
ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 1em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0.5em;
	font-size: 120%;
	line-height: 1.3em;
	list-style-image: url(images/bullet.gif);
}
li {
	padding-bottom: .7em;
}
form {
	font-size: 120%;
}
textarea {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
input {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
}
.nav-foot {
	text-transform: uppercase;
	padding-top: 3em;
	padding-bottom: 4em;
}
.nav-foot p {
	display: inline;
	padding-right: 0.5em;
	font-size: 110%;
}
.nav-foot a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-foot a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-foot a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.nav-foot a:active {
	color: #FFFFFF;
	text-decoration: none;
}
