@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}
p {
	padding: 5px 7px;
	margin: 5px 7px;
}
blockquote {
	margin: 10px 20px
}
html, body {
	height: 100%;
}
body {
	background: #000 url(pgbg.gif) no-repeat 0px 0px;
	color: #111;
	font: 0.8em/1.3em 'Lucida Grande', Verdana, sans-serif;
}
#bgcontainer {
	background: url(Layer2Repeat.gif) repeat-y 0px 0px;
	width: 980px;
	text-align: justify;
}
#headerANDcontent {
	background: url(Layer3.jpg) no-repeat left top;
	width: 980px;
	height: 380px;
	height: 380px;
}
#textColumn {
	margin-left: 260px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	top: -270px;
	width: 660px;
}
#leftNav {
	color: #FFF;
	padding-right: 10px;
	padding-left: 5px;
	font-weight: bold;
}
h1 {
	font: normal 1.9em/normal "Times New Roman", Times, serif;
	text-align: right;
	margin-bottom: 15px;
	color: #663300;
}
h2 {
	font: normal 1.7em/normal "Times New Roman", Times, serif;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 15px;
	color: #663300;
}
.right {
	clear: right;
	float: right;
}
.left {
	float: left;
	clear: left;
}
li {
	padding-top: 5px;
	padding-bottom: 5px;
}
ul {
	margin-left: 20px;
	margin-right: 20px;
}
.TextImgBlock { padding: 5px 120px 0 50px; }
a:link {
	color:#660000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #000099;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	background-color: #666666;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	color:#990000;
	font-weight: bold;
	text-decoration: none;
}
	
div#textColumn li {
	background: url(listPrint.jpg) no-repeat 0em center;
	padding-left: 35px;
	list-style: none;
}
.imgRt {
	margin-left: 15px;
	margin-top: 5px;
}
.imgLft {
	margin-top: 5px;
	margin-right: 15px;
}

/******************** BLOCK NAV MENU **************************/
#leftNav{
	width: 190px;
	border-right: 1px solid #000;
	padding: 1em 0 1em 0;
	margin-bottom: 1em;
	font-size: 90%;
	color: #333;
}

* html #leftNav{ /*IE 6 only */
w\idth: 157px; /*Box model bug: 180px minus all left and right paddings for #leftNav */
}

#leftNav ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#leftNav li {
	border-bottom: 1px solid #666;
	margin: 0;
}

#leftNav li a{
	display: block;
	padding: 5px 5px 5px 8px;
	border-left: 10px solid #333;
	border-right: 10px solid #333;
	color: #fff;
	text-decoration: none;
	width: 100%;
	background: #000000;
}

html>body #leftNav li a{ /*Non IE6 width*/
width: auto;
}

#leftNav li a:hover{
	border-left: 10px solid #666;
	border-right: 10px solid #666;
	background-color: #333;
	color: #fff;
}
/******************** BLOCK NAV MENU **************************/
#bgcontainer #foot {
	background: url(FatFoot.gif) no-repeat left top;
	height: 270px;
	width: 980px;
	position: relative;
	top: -270px;
	margin-bottom: -270px;
}
