body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align: left; 
	color: #222526;
	background-image: url("images/bkg_tile.jpg");
	background-repeat:repeat-y;
	background-position:center center;
	margin: 0px;
	padding: 0px:
}
a:link {color: #222526}     /* unvisited link */
a:visited {color: #222526}  /* visited link */
a:hover {color: #ffce00}   /* mouse over link */
a:active {color: #222526}   /* selected link */ 

.dark:link {color: #e3e1d9}     /* unvisited link */
.dark:visited {color: #e3e1d9}  /* visited link */
.dark:hover {color: #ffce00}   /* mouse over link */
.dark:active {color: #e3e1d9}   /* selected link */ 

#wrapper {
	width: 100%;
	height: 9;
	background-image:images/bkg_tile.jpg repeat-n;
}
#banner {
	width: 820;
	height: 112;
	vertical-align: middle;
	margin: 0px;
	padding: 0px:
}
#nav {
	width: 820;
	vertical-align: middle;
	margin: 0px;
	padding: 0px:
}
.content {
	width: 782;
	display:block;
}
.body_copy1 {
	font-family: Arial, Helvetica, sans-serif;
	color:#222526;
	font-size: 12px;
	padding-left: 15px;
	text-align: left; 
}
.right_col_copy {
	font-family: Arial, Helvetica, sans-serif;
	color:#e3e1d9;
	font-size: 12px;
	padding-left: 15px;
	text-align: left; 
}
.body ul li {
	font-family: Arial, Helvetica, sans-serif;
	color:#222526;
	padding-left: 15px;
	text-align: left; 
}
.gold {
	color: #ffce00;
}
.offwhite {
	color: #e3e1d9;
}
.bottom_align {
		vertical-align: bottom;
}
.footer {
width:782px;
height:50px;
color:#e3e1d9;
font-size:11px;
text-align:center;
clear:both;
}
