html, body {
	height:100%
}
body {
	margin:0px;
	background-color:#CCCCCC;
}
#container {
	width:999px;
	margin:0px auto;
	padding: 0px 8px;
	background-image:url(../images/shadowTile.gif);
	background-repeat:repeat-y;
	background-color:#cccccc;
	position:relative;
	min-height:100%
}
#header {
 	z-index:10;
}
#nav {
	background-color:#996699;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#FFFFFF;
	width:100%;
	float:left;
}
#nav td{
	text-align:center;
	margin:0;
	padding:0;
}

#nav a {
	
}
#nav a:hover {
	color:#996699;
}

#content {
	background-color: #FFFFFF;
	margin:0px;
	float:left;
	z-index:1;
}	
#footer {
	background-image:url(../images/shared/hank_footer.gif);
	background-repeat:no-repeat;
	height:165px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-align:center;
	padding-top:3px;
	clear:left;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	line-height: 18px;
}
.copybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #999999;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
.bground {
	background-color: #000000;
}
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #996699;
}
.bullets {
	list-style-type: square;
}

.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	color: #996699;
}


.highlightsreverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
}
.cell {
	background-color: #996699;
}

.cell2 {
	background-color: #320F01;
}

.cell3 {
	background-color: #FFFFFF;
}
.client {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	color: #E66F00;
}

.smallhighlight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #320F01;
}
.accent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #AFC8CF;
}

a.bodylink:link {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#996699;
}
a.bodylink:visited {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#996699;
}
a.bodylink:hover {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#CCCCCC;
}
a.bodylink:active  {
font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color:#996699;
}
/* IE 6 100% height hack */
* html #container {
height:100%;
}
.copyboldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}
