body {
	font: 12px arial, helvetica, sans-serif;
	margin: 0px;
	background: #eee;
}
/*-- header --*/
#header {
	position: relative;
	width: 780px;
	height: 125px;
	background: #fff URL(images/logo.jpg) no-repeat 10px 20px;
	margin: 0px auto;
}
#header #nav {
	position: absolute;
	bottom: 0px;
	border-bottom: 1px dotted #999;
	width: 100%;
}
#header #nav a{
	/*display: block;*/
	float: left;
	margin: 0px 20px;
	padding: 0px 0px 5px 0px;
	color: #555;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#header #tagLine {
	position: absolute;
	top: 65px;
	left: 82px;
	color: #666;
	font-weight: bold;
	font-size: 13px;
}
/*-- content --*/
#content {
	width: 780px;
	margin: 0px auto;
	padding: 10px 0px;
	background: #fff;
}
#leftColumn {
	float: left;
	width: 120px;
	background: #fff;
}
#centerColumn {
	float: left;
	width: 470px;
	background: #fff;
	padding: 0px 10px;

}
#rightColumn {
	float: right;
	width: 160px;

	background: #fff;

}
#hClear {
	clear: both;
}
/*-- footer --*/
#footer {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
}
/*-- top affiliates --*/
#topAffTop {
	background: #A5CF16 URL(images/topAffHeaderBGTop.gif) no-repeat top;
	padding: 5px;
	color: #900;
	font-weight: bold;
	border-bottom: 1px dashed #D2EF6F;
}
#topAffItem {
	background: #A5CF16;
	color: #000;
	padding: 0px 5px;
	border-bottom: 1px dotted #D2EF6F;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
}
#topAffBottom {
	background: #A5CF16 URL(images/topAffFooterBG.gif) no-repeat bottom;
	height: 20px;
}
#topAffItem .title {
	display: block;
	background: URL(images/topAffBullit.gif) no-repeat 0px 8px;
	padding: 5px 0px 0px 12px;
	font-weight: bold;
}
/*-- article side menu --*/


/*-- misc --*/
p {
	margin-top: 0px;
}
h1 {
	color: #CF4217;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 22px;
	font-weight: normal;
	line-height: 22px;
}
h2 {
	color: #CF4217;
	margin: 5px 0px;
	font-size: 18px;
	font-weight: bold;

}
#topArtBox {
	width: 100%;
	position: relative;
	background: URL(images/redBG.gif);
}
#topBox {
	width: 100%;
	position: relative;
}
#bottomBox {
	width: 100%;
	position: relative;
	margin-bottom: 10px;
}
#artTopLeft {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 27px;
	background: URL(images/redBoxCornerLeft.gif) no-repeat top left;
}
#artTopCenter {
	left: 11px;
	right: 11px;
	border-top: 1px solid #ccc;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 11px;
}
#artTopRight {
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 27px;
	background: URL(images/redBoxCornerRight.gif) no-repeat top left;
}



#greenTopLeft {
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 27px;
	background: URL(images/greenBoxCornerLeft.gif) no-repeat top left;
}
#greenTopCenter {
	left: 11px;
	right: 11px;
	border-top: 1px solid #ccc;
	background: #A5CF16 URL(images/topAffBullit.gif) no-repeat 0px 9px;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	padding: 5px 11px;
	margin-left: 11px;
}
#greenTopRight {
	z-index: 2;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 27px;
	background: URL(images/greenBoxCornerRight.gif) no-repeat top left;
}


#boxTopLeft {
	z-index: 2;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 11px;
	height: 11px;
	background: URL(images/whiteBoxCornerTopLeft.gif) no-repeat top left;

}
#boxTopCenter {
	border-top: 1px solid #ccc;
	font-weight: bold;
	font-size: 14px;
	color: #CF4217;
	padding: 5px;
	text-align: center;
}
.boxTitle {
	font-weight: bold;
	font-size: 14px;
	color: #CF4217;
}
#boxTopRight {
	z-index: 3;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 11px;
	height: 11px;
	background: URL(images/whiteBoxCornerTopRight.gif) no-repeat top left;
}
#boxCenter {
	padding: 5px 11px 0px 11px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: 0px;
}
#boxBottomLeft {
	z-index: 1;
	position: absolute;
	width: 11px;
	left: 0px;
	top: 0px;
	height: 16px;
 	background:	URL(images/whiteBoxCornerBottomLeft.gif) no-repeat bottom left;
}
#boxBottomCenter {
	border-bottom: 1px solid #ccc;
}
#boxBottomRight {
	z-index: 1;
	position: absolute;
	width: 11px;
	right: 0px;
	top: 0px;
	height: 16px;
    background:	URL(images/whiteBoxCornerBottomRight.gif) no-repeat bottom right;

}
.center {
	text-align: center;
}
.grey {
	color: #666;
}
.white {
	color: #fff;
}
.white:hover {
	color: #ff0;
}
.red {
	color: #900;
}
.red:hover {
	color: #ff0;
}
.articleLink {
	text-align: left;
	display: block;
	background: URL(images/fadeBullit.gif) no-repeat 0px 8px;
	padding: 1px 3px 1px 8px;
	color: #3E5101;
}
.articleLink:hover {
	color: #CF4217;
}
#glossary {
	text-align: center;
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
}
#greenStripe {
	width: 100%;
	margin: 5px 0px;
	padding: 0px;
	height: 5px;
	border: none;
	background: #98C800;
}
#footerLinks {
 	text-align: center;
    margin-left: 20px;
    color: #666;
}
#footerLinks a {
	color: #CF4217;
	font-weight: bold;
}
small, small a {
	font-size: 10px;
}
#artCat {
	text-align: left;
	background: #CF4217;
	color: #fff;
	font-weight: bold;
	padding: 3px;
	margin: 10px 0px 0px 0px;
}
#articleIcon {
    z-index: 1;
	position: absolute;
	top: -14px;
	left: -6px;
}
#glossaryTerms a {
	display: block;
}
#trio {
	float: left;
	width: 31%;
	padding: 0em .4em;
}
.tHeading {
	font-weight: bold;
	font-size: 16px;
	color: #900;
}
#p {
	margin: 0px 0px 10px 0px;
}