body {
	background: url(images/bg.jpg);
	margin: 0px;
	font: 12px  verdana, sans-serif;
	line-height: 1.4em;
}

a:hover {
	color: #cc6600;
}

#header {
	margin: 0px auto;
	width: 808px;
}

#headerLinks {
	margin: 0px auto 5px auto;
	width: 800px;
}

#headerLinks a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.2em;
	padding: 2px 5px 2px 20px;
	background: url(images/headerLinkStar.jpg) no-repeat 2px 4px;
}

#headerLinks a:hover {
	color: #ff9900;
}
.bodyImg {
	display: block;
	margin: 0px auto;
}

#body {
	background: url(images/bodyBG.jpg) repeat-y;
	width: 800px;
	height: 400px;
	overflow: show;
	margin: 0px auto;
	padding-bottom: 20px;
	
}
body>#body {
	min-height: 400px;
	height: auto;
}

#footer { 
	width: 800px;
	color: #fff;
	text-align: center;
	font-size: .9em;
	margin: 10px auto;
}

#footer a {
	color: #fff;
}

#footer hr {
	
	border-top: 1px solid #fff;
	border-bottom: none;
}

.smHeader {
	font-weight: bold;
	color: #fff;
	background: #343656 url(images/smCatBG.jpg) no-repeat;
	padding: 2px 5px 2px 32px;
	border-bottom: 1px solid #c00;
	line-height: 1em;
	margin-bottom: 5px;
}

.bodyTable {
	margin: 0px 10px;
}

.indexImage {
	
	float: left;
	margin: 0px 15px 15px 0px;
}

.pageHeader {
	margin-top: 0px;
	color: #600000;
	line-height: .8em;
}

h1 {
	font-size: 2.2em;
}
h2 {
	font-size: 1.8em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1em;
}

.subHeader {
	color: #600000;	
	padding: 2px 0px;
	border-bottom: 1px solid #600000;
}
.newsletter {
	margin-bottom: 5px;
}
.newsletterLink {
	font-weight: bold;
	padding-left: 12px;
	background: url(images/newsLinkIcon.jpg) no-repeat;
}
.date {
	font-size: .9em;
	font-weight: bold;
	color: #999;
	margin-left: 12px;
	
}

/*========== article styles =============*/

.breadCrumb {
	margin-bottom: 10px;
	padding-left: 20px;
	background: url(images/mapIcon.gif) no-repeat 0px 5px;
	font-size: .8em;
	
}
.breadCrumb a {
	font-weight: bold;
}

.articleLink {
	display: block;
	background: url(images/article.gif) no-repeat 0px 5px;
	padding-left: 20px;
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 4px;
}

.articleSMLink {
	display: block;
	margin-bottom: 4px;
	background: url(images/articleBullit.jpg) no-repeat 2px 3px;
	padding-left: 12px;
	margin-left: 19px;
	font-size: 1em;
	line-height: 1.2em;
}

.categoryLink {
	display: block;
	background: url(images/category.gif) no-repeat 0px 5px;
	padding-left: 20px;
	line-height: 1.8em;
}

.error {
	margin: 10px 0px;
	border: 3px double #900;
	color: #900;
	padding: 10px;
	background: #ffffcc;
}

.red {
	color: #900;
}

.productDiv {
	clear: both;
}

.productDiv h3 {
	margin-bottom: 5px;
	color: #330000;
}

.smLinkGroup {
	margin-bottom: 15px;
}