body, table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
	}
body {
	margin: 0;
	padding: 0;
	background-color: #F1ECDF;
	}
#wrapper {
	width: 975px;
	}
#header {
	width: 100%;
	}
#nav {
	background-image: url(images/navBkgrnd.gif);
	background-repeat: repeat-x;
	border-top: solid #949D76 2px;
	border-bottom: solid #A8A7A5 2px;
	height: 24px;
	}
#nav2 {
	color: #666666;
	font-size: 11px;
	text-align: right;
	border-bottom: solid #A8A7A5 2px;
	}
#nav2 a {
	color: #666666;
	font-weight: bold;
	text-decoration: none;
	padding: 0 5px 0 5px;
	}
#nav2 a:hover {
	color: #CC0000;
	}
#leftNav {
	float: left;
	width: 190px;
	text-align: center;
	border-right: #A8A7A5 solid 2px;
	padding: 10px 0 20px 0;
	}
#content {
	float: left;
	width: 75%;
	padding: 10px 5px 5px 20px;
	}
#footer {
	clear: both;
	background-color: #949D76;
	padding: 5px 20px 5px 20px;
	}
#links a {
	margin: 0 10px 0 10px;
	}
.txtnav {
	float: right;
	font-size: 10px;
	color: #ffffff;
	}
.newsPic {
	float: left;
	width: 325px;
	}
.newsGift {
	float: right;
	}
h2, h4 {
	display: inline;
	}
/* RED */
a, .redtxt, .redtxtsm, .redtxtbig, .smredtxt, .redbig {
	color: #CC0000;
	}
/* BLUE */
a:visited, .bluetxt, .bluetxtsm, .bluetxtbig, .bluebig {
	color: #35679C;
	}
/* 13PX */
.smredtxt {
	font-size: 13px;
	}
/* 16PX */
.bluetxt, .redtxt {
	font-size: 16px;
	}
/* 16PX */
.redtxtbig, .bluetxtbig {
	font-size: 16px;
	}
/* 22PX */
.bluebig, .redbig {
	font-size: 22px;
	}
/* LINE-HEIGHT 15PX */
.redtxtsm, .bluetxtsm {
	line-height: 15px;
	}
/* LINE-HEIGHT 22PX */
.bluebig, .redbig, .smredtxt, .redtxtbig, .bluetxtbig, .redtxt {
	line-height: 22px;
	}
/* BOLD */
.redtxt, .bluebig, .redbig, .smredtxt, .boldtxt, .redtxtbig, .bluetxtbig {
	font-weight: bold;
	}
.smtxt {
	font-style: italic;
	color: #666666;
	}
a {
	text-decoration: underline;
	}
a:hover {
	color: #FF9900;
	text-decoration: none;
	}