@charset utf-8;

/* make container 100% high
--------------------------------------------------
html, body {
height: 100%;
}
#container { 
min-height: 100%;
}

* html #container {
height:100%
}*/

/* body
--------------------------------------------------*/
/* no need to add font-family elsewhere now */
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #fffffff url('../images/bgtest.jpg') repeat;
	background-image: url("../images/bg/bgtest.jpg"); 
	margin: 10px 0 0 0;
	text-align:center;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000
	text-align: left;
	vertical-align: top;
}

.offwhite { background-color: #ffffff; }

.articlepad { padding: 30px; 

}

A.smalllink, A.smalllink:active, A.smalllink:visited {
	font-size: 11px;
	color: #ac3f38;
	text-decoration: none;
	font-weight: bold;
}

A.smalllink:hover {
	font-size: 11px;
	color: #822c26;
	text-decoration: none;
	font-weight: bold;
}

A.sitecredit, A.smalllink:active, A.smalllink:visited {
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

A.sitecredit:hover {
	font-size: 11px;
	color: #822c26;
	text-decoration: none;
	font-weight: bold;
}

a img { border: none ;
		background-color:transparent;  }

.copy { line-height: 17px; }

.caption {
	color: #7F7052;
	font-size: 9px;
}

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.subheader {
	color: #636466;
	font-weight: normal;
	font-size: 10px;
	line-height: 14px;
}

.articlehead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	line-height: 18px;
}


/* container
--------------------------------------------------*/
#container {
	width:950px;
	margin:0 auto;
	text-align:left;

}

/* footer
--------------------------------------------------*/
#footer {
	clear:both;
}
#footer {
	font-size:8pt; 
	line-height:24pt;
}

#footer img {
	margin: 0px;
	padding: 0px;
}
