html,body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 990px;
}
img{
	border: none;
}
ul {
	padding-top: 6px;
}
li{
	padding: 5px;
}
.imgBrdr {
	margin: 8px 10px;
	padding: 2px;
	border: 1px solid #E8B529;
}
.bio{
	margin: 20px 20px 10px 150px;
}
div#header{
	text-align:left;
	background: #666666;
	width:100%;
	height: 224px;
	margin: 0;
	
}
#header #logo{
	width:336px;
	height:195px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#header #mainPic {
	height: 195px;
	width:645px;
	position: absolute;
	left: 354px;
	top: 0px;
}
#navigation{
	float: left;
	width: 100%;
	height: 29px;
	color: white;
}
#mainQuote {
	background-color: #FFFFFF;
	background-image: url(../img/QuoteBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	padding-left: 100px;
	text-align: right;
	padding-right: 10px;
	font-size: 16px;
	font-weight: bold;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 535px;
}
#fullContent{
	margin-top: 0;
	margin-bottom: 0;
	width: 90%;
	padding-top: 25px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 12px;
}
#leftContent {
	margin-top: 0;
	margin-bottom: 0;
	width: 70%;
	float: left;
	padding-top: 25px;
	padding-left: 18px;
	padding-right: 10px;
	font-size: 12px;
}
#leftContent p {
	padding-right: 10px;
}
h2 {
	color: #e8b529;
	font-size: 14px;
	font-weight: normal;
}
.topYellowBrdr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8B529;
	padding-top: 4px;
	clear: both;
}

.eventDate {
	font-size: 12px;
	font-weight: bold;
/*	display: block; */
	color: #333333;
}
#board h2 {
	font-weight: bold;
}
#board p {
	margin: -20px 0 30px 20px;
}
#fullContent h1 {
	height: 34px;
	font-size: 26px;
	color: #E8B529;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8B529;
}
#fullContent h2 {
	height: 34px;
	font-size: 18px;
	color: #E8B529;
}
#fullContent h3 {
	color: #CC6633;
	font-size: 14px;
	font-weight: normal;
}
#leftContent h1 {
	height: 34px;
	font-size: 26px;
	color: #E8B529;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8B529;
}
#leftContent h2 {
	height: 34px;
	font-size: 18px;
	color: #E8B529;
}
#leftContent h3 {
	color: #CC6633;
	font-size: 14px;
	font-weight: normal;
}
#leftContent h4 {
	font-weight: bold;
	padding-left: 15px;
}
#rightContent h3 {
	color: #E8B529;
	font-size: 14px;
	font-weight: bold;
}
#rightContent {
	width: 25%;
	padding-right: 18px;
	color: #666666;
	font-size: 12px;
	float: right;
	padding-top: 15px;
}
a {
	color: blue;
	font-weight: normal;
	text-decoration: none;
}
a:hover {
	color: blue;
	font-weight: normal;
	text-decoration: underline;
}
a.oldNewsHeader {
	color: #CC6633;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none; 
}
a:hover.oldNewsHeader {
	color: #CC6633;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
}
.grayclr {
	color: #666666;
	font-size: 10px;
}
.vrtHigh {
	padding: 5px;
	border: double #f00;
}
.vrtMedium {
	padding: 5px;
	border: double #fa0;
}
.vrtLow {
	padding: 5px;
	border: double #ff0;
}
#rightContent .featureBox {
	background-color: #F3D58D;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 50px;
	color: black;
	padding: 3%;
	width: 70%;
	border: 3px solid #CC6633;
}
#rightContent .featureBox h3{
	color: #CC6633;
	font-size: 14px;
	text-align: center;
	}
.featureBox li { 
	margin-left: -10px;
	padding-bottom: .3em;  
}
#rssBar {
	background-color: #FFFFFF;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc33;
	border-right-color: #ffcc33;
	border-bottom-color: #e8b529;
	border-left-color: #e8b529;
	text-align: right;
	background-image: url(../img/rssIconSmall.jpg);
	background-repeat: no-repeat;
	background-position: right center;
clear:right;
}
#twitterLogo {
	background-color: #FFFFFF;
	width: 310px;
	padding-top: 5px;
	padding-bottom: 70px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ffcc33;
	text-align: right;
	clear:right;
}
#rightContent p.smallText{
	font-size: 10px;
}
#footer p{
	margin:0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 10px;
	text-align: center;
}
#footer{
	clear:both;
	width:100%;
	background-image: url(../img/gradient_16.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 40px;
	color: white;
}
#footer a {
	color: white;
}
#footer a:hover {
	color: #e8b529;
}
#rightContent .grayclr {
	color: #666666;
	font-size: 10px;
}
#secondarycontentwrapper h3 {
	color: #CC6633;
	font-size: 14px;
	font-weight: normal;
}
#container #content #secondarycontentwrapper_nonav .imgBrdr {
	margin: 3px;
	padding: 2px;
	border: 1px solid #E8B529;
}
.webinarTitle {
	font-size: 16px;
	color: #000000;
	font-weight: normal;
}
.yellowDivider {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E8B529;
	background-image: url(../img/rssBG.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 10px;
	padding-top: 9px;
	padding-bottom: 15px;
	position: relative;
}
span.serviceMark
{
	font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
	line-height: 0; /* keep the leading consistent in a paragraph */
}
#seminarListing {
	display:block;
	margin: 0px auto;
	text-align:center;
}
.nifty { 
	margin: 0 20px 30px 20px ;
	width: 300px;
	background: #e8b528;
	color: #33c;
	font-weight: bold;
	float: left;
}
.nifty p {
	font-size: 1.25em;
	margin: 10px 0 10px 20px;
}
.nifty ul ul {
	list-style-type: none;
	margin: -.35em 0 .25em -2em;
}
b.rtop, b.rbottom {
	display:block;
	background: #FFF;
}
b.rtop b, b.rbottom b {
	display:block;
	height: 1px;
	overflow: hidden;
	background: #e8b528;
}
b.r1 {
	margin: 0 5px;
}
b.r2 {
	margin: 0 3px;
}
b.r3 {
	margin: 0 2px;
}

b.rtop b.r4, b.rbottom b.r4 {
	margin: 0 1px;
	height: 2px
}
table.comparison {
	border: 1px solid black;
	background: #fff;
	border-collapse:collapse;
	float:right;
	margin: 15px;
}
table.comparison th, td {
	border: 1px solid black;
	padding: 5px;
	font-size: 90%;
}
table.comparison th {
	font-size: 1.15em;
	background-color: #e8b528;
}
table.comparison th.programs {
	width: 70px;
}
table.comparison img {
	display:block;
	margin: 0px auto;
}
table.comparison tr.d0 td {
 	background-color: #fff;
}
table.comparison tr.d1 td {
 	background-color: #eee;
}
table.webinarSignup td {
	border: none;
}