html { 
	min-height: 100%;
	margin-bottom: 1px; 
}
td {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
body {
	background-color: #666666;
	text-align: left;
	}
a, a:visited {
	color: #01A452;
}
a:hover {
	text-decoration: underline;
}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	margin: auto;
	width: 780px;
	background-color: #ffffff;
	position: relative;
	clear: both;
	background-image: url(../images/vert_line_ccc.gif);
	background-repeat: repeat-y;
	background-position: 524px 400px;
}

#masthead {
	background-color: #FFF;
	margin: 0px;
}

#navbar {
	font-size: 12px;
	width: 762px;
	margin-bottom: 14px;
	clear: both;
	height: 24px;
	padding-right: 0px;
	padding-left: 18px;
	padding-bottom: 4px;
	background-color: #01A452;
	margin-top: 0px;
	padding-top: 6px;
}
#nav2 {
	float: right;
	width: 135px;
	margin: 0px;
}



#navbar a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}
#navbar a:hover {
	color: #C9DA2B;
}

#nav2 a {
	padding: 0px;
}

.selected {
	margin: 0px;
	color: #C9DA2B;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
}

#main, #main1col {
	float:left;
	margin: 0 0px 10px 0;
	padding-left: 24px;
	width: 474px;
	font-size: 12px;
	color: #666666;
	position: relative;
	overflow: visible;
	line-height: 130%;
}
#main1col {
	width: 684px;
}

#main h1, #main1col h1 {
	font-size: 182%;
	color: #01A452;
	margin: 0 0 8px;
	font-weight: normal;
}
#main  h2, #main1col  h2, h2 {
	font-size: 150%;
	color: #01A452;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 0.5em;
	margin-left: 0px;
	font-weight: normal;
	line-height: 123.1%;
}
#main h3, #main1col h3 {
	font-size: 123.1%;
	font-weight: normal;
	margin-top: 1em;
	margin-bottom: .5em;
}
#main h4, #main1col h4 {
	font-size: 13px;
	margin: 0px 0px 6px;
	font-weight: normal;
	font-style: italic;
}
#main p, #main1col p {
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
#wrapper #main ul, #wrapper #main1col ul {
	margin-top: 0px;
	margin-left: 18px;
}     
#main li, #main1col li {
	line-height: 125%;
	margin-top: 6px;
} 


.highlightBox h1 {
	color: #000000;
	margin-top: 0px;
	font-weight: bold;
}
.highlightBox h3 {
	color: #01A452;
}

.highlightBox li {
	line-height: 16px;
	margin-top: 5px;
}
.blueBox {
	color: #FFFFFF;
	background: #01A452;
}

#sidebar {
	width: 205px;
	padding-left: 20px;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	margin-left: 0;
	font-size: 11px;
	color: #666666;
	float: right;
	padding-right: 18px;
	clear: none;
	overflow: visible;
	line-height: 150%;
}
#sidebar h1 {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #01A452;
	line-height: 150%;
}

#sidebar h2 {
	font-size: 12px;
	border-top-width: 1px;
	border-top-style: solid;
	padding-top: 10px;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	color: #666;
	border-bottom-style: none;
}


#sidebar h3 {
	margin: 12px 0 0px;      	
	font-size: 13px;
	font-weight: bold;   
}

#sidebar h4 {
	margin: 5px 0;
	font-size: 10px;
	font-weight: normal;
}
#sidebar p {
	margin: 0 0 12px 0;
	line-height: 17px;
}

#sidebar .box {
  margin: 10px 0;
  padding: 10px;
  background: #ddd;
  font-size: 11px;
}
#sidebar ul {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
}         
#sidebar .quote, #main .quote {
	font-size: 16px;
	color: #F03F00;
	font-weight: normal;
	border-style: none;
}

#sidebar li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
}         
#sidebar img {
	margin: 2px;
	text-align: center;
}
#sidebar h2 a {
	color: #666;
	text-decoration: none;
}
#sidebar   h2   a.orange {
	color: #FF6600;
	text-decoration: none;
}
#sidebar a:hover {
	text-decoration: underline;
}


#footer {
	margin: 0;
	width: 732px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 8px 24px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-color: #FFF;
}
#footer .legal {
  float:right;
}
#wrapper #main hr {
	font-size: 1px;
}
#footer p {
	color: #999999;
}
.bulletList {
	padding-left: 8px;
	text-indent: -8px;
}
.post_blue {
	color: #1E88BC;
}
.pre_green {
	color: #348220;
}

.button {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 4px;
	background: #01A452;
}
#sidebar .button a {
	text-decoration: none;
}
.openingP {
	font-size: 16px;
	color: #01A452;
	margin-top: 0px;
	line-height: 150%;
}
.openingP a {
	text-decoration: underline;
}
.grey {
	color: #359633;
}

#main strong {
}
#main h5, #main1col h5 {
	font-weight: normal;
	font-size: 12px;
}
#sidebar a.regButton {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF4F00;
	padding: 4px;
}
#sidebar a.regButton:hover {
	background-color:#CC0000;
	text-decoration: none;
}
.presenterPic {
	margin-right: 12px;
	border: 1px solid #CCCCCC;
	float: left;
}
.thumb {
	border: 1px solid #CCCCCC;
	height: 40px;
	width: 40px;
}
#sidebar .notice {
	color: #FF0000;
	font-size: 12px;
	font-style: italic;
}
.imageThumbPod {
	display: inline;
	padding: 8px;
	float: left;
}
.galleryThumb {

	border: 1px solid #CCCCCC;
}
#galleryNav {
	height: 18px;
	width: 150px;
	position: absolute;
	left: 555px;
	text-align: right;
	top: 0px;
}
#wrapper #main #featured {
	background: #97BF25;
	padding: 16px;
}
.highlighted {
	color: #01A452;
}

.orange {
	color: #FF6400;
}
.mmThumb {
	float:left;
	padding: 4px;
	padding-right: 8px;
	padding-left: 8px;
	margin: 2px;
	border: 1px solid #999999;
	font-size: 80%;
	text-align: center;
}
.column3 {
	float: left;
	width: 240px;
	margin-right: 10px;
	margin-bottom: 24px;
}
.column3 h4 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #009B41;
	font-style: normal;
}
td ul {
	margin: 0px;
}
td ul li   {
	margin: 0px;
}
td p {
	margin: 0px;
	line-height: 125%;
}
.note {
	font-size: 85%;
}
.speaker_thumbs {
	float: left;
	margin: 2px;
}
#wrapper #main td h3 {
	font-size: 100%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	margin-top: 8px;
	background-color: #CFEDD3;
	font-weight: normal;
	margin-bottom: 1px;
}
#wrapper #main td h4 {
	font-size: 100%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 18px;
	background-color: #dedede;
	font-weight: normal;
	font-style: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	margin-top: 1px;
	margin-bottom: 1px;
}
#wrapper #main td h5 {
	font-size: 100%;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 6px;
	background-color: #D7EEFB;
	font-weight: normal;
	margin: 0px;
}

