html, body,  h1, h2, h3, h4, h5, h6, form, fieldset {
margin: 0;
padding: 0;
border: 0;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #666666;
	line-height: 150%;
	background-color: #4B4C4E;
}

#wrapper {
	width: 820px;
	text-align:left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #4B4C4E;
}

#content{
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 30px;
	width: auto;
	clear: both;
	background-repeat: repeat-y;
	background-image: url(images/bodyback.gif);
	background-image: url(../images/bodyback.gif);
	background-attachment: scroll;
	background-position: left top;
	height: 425px;
}

.container{
width: 100%; 
float:right;
}

#footer{
	border-top: 1px solid #000000;
	background-color: #999999;
	color: #FFFFFF;
	font-size: 85%;
	width: 850px;
}


.leftimage{
float: left;
margin-right: 10px;
}

.rightimage{
margin-bottom: 20px;
float: right;
margin-left: 15px;
}

.footer_clearit{
	clear: both;
}

#legal {
	padding-top: 0px;
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	color: #C1D72E;
	font-size: 85%;
	padding-bottom: 5px;
}

/* LINK STYLES */

a:link.textlinks {

	color: #7B7168;
	text-decoration: none; 
}
a:active.textlinks {

	color: #7B7168;
	text-decoration: none; 
}
a:visited.textlinks {

	color: #7B7168;
	text-decoration: none; 
}
a:hover.textlinks {

	color: #ffffff;
	text-decoration: none; 
}
a:link {
	color: #4B4C4E;
	text-decoration: none;
}
a:hover {
	color: #CCDE4B;
	text-decoration: none;
}
a:visited {
	color: #4B4C4E;
	text-decoration: none;
}
a:active {
	color: #CCDE4B;
	text-decoration: none;
}
.smallWhite {
	font-size: 85%;
	color: #FFFFFF;
}
#header {
	height: 115px;
	margin-right: 20px;
	margin-left: 20px;
}
#nav {
	margin-right: 20px;
	margin-left: 20px;
	background-image: url(../images/headerback.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
	padding-right: 20px;
	padding-left: 20px;
}
.title {
	padding-top: 0px;
	padding-bottom: 0px;
}
.footernav {
	width: auto;
	margin-right: 20px;
	margin-left: 20px;
	text-indent: 20px;
	padding-bottom: 10px;
	background-image: url(../images/bodyback.gif);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: left top;
}
p {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.paletext {
	color: #FFFFFF;
}
#legal a {
	color: #999999;
}
ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 170%;
}
.linespacing { line-height: 150%; }