html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0;
	/*background: #6B6952 url(center/bg.gif) 0 0 repeat;*/
	background-attachment: fixed;
	text-align: center;
}
div#column {
	width: 800px;
	/* height: 100%; */
	margin: 0 auto;
	padding: 1px 10px; /* the 1px on top makes the background reach the top - despite the h1 in the header */
	/*  must have 10px padding to allow for background shadows  */
	background: transparent url(center/bg-column.gif) 0 center repeat-y;
}
div#foot-shadow {
	width: 820px;
	margin: 0 auto;
	padding: 0; /* the 1px on top makes the background reach the top - despite the h1 in the header */
	/*  must have 10px padding to allow for background shadows  */
	background: transparent url(center/shadow-bottom.gif) 0 0 no-repeat;
}
div#footer {
	background: #B3DEDE url(center/footer-shade.gif) 0 0 no-repeat;
	width: 800px;
	margin:0;
	padding: 0;
}
p, form, div {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666;
}
div {
 text-align: left;
}
.mainContent {
	background-color: #fff;
}
.caption {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	color: #2D4143;
}
h2 {
	margin-top: 0px;
}
h1 {
	margin: 15px 0 0 75px;
	text-indent: -9999px;
	background: transparent url(center/center.gif) 0 0 no-repeat;
	width: 145px;
	height: 38px;
	color: #333;
}

strong {
	color: #444;
}
a:link {
	color: #6C6A53;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #2D4143;
}
a.nav:link, a.nav:visited { color: #6C6A53; text-decoration: none; }
a.nav:hover { color: #fff; text-decoration: underline; }
.red {
	color: #2D4143;
}
.black {
	color: #000000;
}
.blue {
	color: #003366;
}


