body {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0px;
}

object, embed { /* for youtube videos */
	width: 384px;
	height: 316px;
}

h1 {
	font: lighter 18px Arial, Helvetica, sans-serif;
	color: #000;
	margin-top: 0;
}
.h1subhead {
	color: #C93;
	font-size: 12px;
}
h1 img {
	margin-bottom: 12px;
	margin-left: 12px;
	border: 1px solid #333;
}
h2 {
	font: lighter 14px Arial, Helvetica, sans-serif;
	color: #C93;
/*	margin: 0 0 14px 0;*/
}
h3 {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #C93;
/*	margin: 0 0 14px 0;*/
}
p {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
/*	margin: 2px 0 10px 0;*/
}
p.rule {
	border-bottom: 1px solid #DDD2C7;
}
#contentCell a, #contentCell a.bodylink {
	color: #630;
	text-decoration: underline;
}
#contentCell a:hover, #contentCell a.bodylink:hover {
	color: #630;
	background-color: #EFEAE5;
}
#contentCell a:visited, #contentCell a.bodylink:visited {
	color: #C93;
	text-decoration: underline;
}
#contentCell a:visited:hover, #contentCell a.bodylink:visited:hover {
	color: #C93;
	background-color: #FAF5EA;
}
.pubDate {
	color: #999;
	font-style: italic;
	line-height: 20px;
}
hr {
	border: 0;
	color: #DDD2C7;
	background-color: #DDD2C7;
	height: 1px;
}
ul, ol {
	font: 11px/14px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
}
.author {
	font-style: italic;
	font-weight: bold;
	font-size: 11px;
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.date {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #000;
/*	padding-top: 20px;*/
}

/*common structure styles-------------------------------------------------*/

#mainTable .subframe1Bkgd {
	background: url(/images/common/subframe1_bkgd.gif) repeat-x;
}
#mainTable .subframe2Bkgd {
	background: url(/images/common/subframe2_bkgd.gif);
}
td.footerFrameBkgd {
	background: #000 url(/images/common/footer_bkgd.gif) repeat-x;
}
div#footerCopy {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CC9;
	padding: 14px 0px 10px;
	text-align: center;
	display: block;
	width: 602px;
}

/* nav styles-------------------------------------------------------------*/

#navCell {
	background: #333 url(/images/common/navbkgd.gif) repeat-y;
	padding: 0px 1px 0px 8px;
	border-top: solid 1px #E0E0E0;
}
#navCell a.navLink, #navCell a.navLink:visited {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 142px;
}
#navCell a.navLink:hover, #navCell a.navLink:visited:hover {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FC9;
	background-color: transparent;
}
#navCell a.navLinkActive, #navCell a.navLinkActive:visited, #navCell a.navLinkActive:hover, #navCell a.navLinkActive:visited:hover {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #FC9;
	text-decoration: none;
	background-color: transparent;
}
#navCell a.navLinkHome, #navCell a.navLinkHome:visited {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	display: block;
	width: 142px;
}
#navCell a.navLinkHome:hover, #navCell a.navLinkHome:visited:hover {
	font: bold 9px Verdana, Arial, Helvetica, sans-serif;
	color: #C60;
	background-color: transparent;
}

/* search & replace mainnav.html noted below */

#navCell td.boxColor { /* bgcolor="#EEEEEE" to class="boxColor" */
	background-color: transparent;
}
#navCell td.lineColor { /* bgcolor="#CCCCCC" to class="lineColor" */
	background-color: #666;
}
#navCell td.subLineColor, #navCell tr.subLineColor td { /* bgcolor="#999999" to class="subLineColor" */
	background-color: #999;
}
#navCell tr.otherColor td { /* bgcolor="#FFFFFF" to class="otherColor" */
	background-color: #E0E0E0;
}

/* home styles-------------------------------------------------------------*/

#homeTable .frame1Bkgd {
	background: url(/images/home/frame1_bkgd.gif) repeat-x;
}
#homeTable .frame2Bkgd {
	background: url(/images/home/frame2_bkgd.gif);
}
#contentCell {
	padding: 17px 0px 0px 10px;
}
#homeMainTable {
	margin-bottom: 5px;
}
#homeMainTable #mainCopy {
	padding: 0px 10px 10px 0px;
	vertical-align: top;
	width: 399px;
}

/* @group new special area */

/* specials area */

#right-side-extras {
	position: absolute;
	left: 782px;
	top: 184px;
	width: 150px;
	}
#right-side-extras.blog-sb {
	top: 142px;
	}
#right-side-extras a {
	color: #630;
	text-decoration: underline;
}
#right-side-extras a:hover {
	color: #630;
	background-color: #EFEAE5;
}
#right-side-extras a:visited {
	color: #C93;
	text-decoration: underline;
}
#right-side-extras a:visited:hover {
	color: #C93;
	background-color: #FAF5EA;
}


/* special box */
#right-side-extras #specialbox {
	border-left: solid 1px #ddd2c7;
	/*padding: 0 0 20px 10px;*/
}
#right-side-extras #specialbox td {
	padding: 0 0 20px 10px;
}
#right-side-extras iframe {
	padding: 0 0 20px 15px;
	border-left: solid 1px #ddd2c7;
	}

/* @end */

/* @group old special */

#homeMainTable #mainCopy #special {
	position: absolute;
	left: 782px;
	/* top: 184px; without ad */
	top: 320px;
}
#homeMainTable #mainCopy #special td {
	padding: 0 0 20px 10px;
}

#special {
	position: absolute;
	left: 782px;
	/* top: 184px; without ad */
	top: 320px;
	border-left: solid 1px #eee;
	padding: 0 0 20px 10px;
}

/* @end */


#homeMainTable #mainCopy hr {
	padding: 0;
	margin: 0;
}
#homeMainTable #mainCopy h1 { margin: 0; }
#homeMainTable #mainCopy h2 { margin-top: 0; }
#homeMainTable #mainCopy p.date { margin: 0; }
#homeMainTable #greatHits {
	padding: 0px 0px 10px 7px;
	vertical-align: top;
	border-left: 1px solid #DDD2C7;
	width: 176px;
}
#homeMainTable #greatHits ul {
	margin: 0px;
	padding: 2px 0px;
	list-style: none;
}
#homeMainTable #greatHits ul li {
	background: url(/images/common/spacer.gif) no-repeat 0px 0px;
	margin: 0px;
	padding: 6px 0px;
	border-bottom: 1px solid #DDD2C7;
	voice-family: "\"}\"";
	voice-family:inherit;
	background: url(/images/common/greatarrow.gif) no-repeat 0px 9px;
	padding: 6px 0px 6px 14px;
}
html>body #homeMainTable #greatHits ul li {
	background: url(/images/common/greatarrow.gif) no-repeat 0px 9px;
	padding: 6px 0px 6px 14px;
}
#homeMainTable #greatHits ul li.borderWide { border-bottom: 4px solid #DDD2C7; }
#homeSubTable {
	margin-bottom: 5px;
}
#homeSubTable #headlines {
	padding: 3px 10px 17px 0px;
	vertical-align: top;
}
#homeSubTable #research {
	padding: 3px 0px 17px 10px;
	vertical-align: top;
	border-left: 1px solid #DDD2C7;
}
h3.featureHead {
	background: #333;
	color: #FFF;
	padding: 6px;
	font: bold 11px Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 0 0 8px 0;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
}

/*--- login button ---*/

h4#keyHead {
	font: 1px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-indent: -5000px;
	color: #FFF;
	margin: 16px 0 0 0;
	padding: 0;
	background: transparent url(../images/common/linkmain_keyaccount.gif) no-repeat left bottom;
	width: 159;
	height: 25px;
}
#welcome {
	font: 10px Verdana, Arial, sans-serif;
	color: #FFF;
	padding: 8px 0 12px 7px;
	background: #252525;
	border-bottom: 1px solid #999;
}
#welcome a {
	color: #FC6;
	text-decoration: underline;
}
#welcome a:hover {
	color: #FFF;
}
#welcome span#welName {
	font-weight: bold;
	font-size: 11px;
}
#welcome span#login a {
	color: #FC6;
	font-weight: bold;
	text-decoration: none;
}
#welcome span#login a:hover {
	color: #FFF;
	text-decoration: underline;
}

.eventSpeaker {
	font-size: 16px;
	color: #666666;
	font-weight: bold;
}

ul.go-blog-links {
	display: block;
	height: 25px;
	border-bottom: 1px solid #ddd2c7;
	padding-left: 0;
	margin-top: 4px;
	margin-left: 0;
	}

ul.go-blog-links li {
	float: left;
	list-style: none;
	padding-left: 19px;
	margin-right: 12px;
	background: transparent no-repeat 0 0;
	font-weight: bold;
	height: 16px;
	}
ul.go-blog-links li.go-blog { background-image: url(/images/common/icon-blog.png); }
ul.go-blog-links li.go-feed { background-image: url(/images/common/icon-feed.png); }
