/***** Design & Code (c) ESX, Inc. *****/
/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements we want to clean out entirely: *****/
   
html, body, form, fieldset {
	margin: 0;
	padding: 0;
	font: 100%/120% arial, helvetica, sans-serif;
}
/*------------------------------------------------*/
/***** Neutralize styling: 
   Elements with a vertical margin: *****/
   
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	padding: 0px;
	margin-top: .5em;
	margin-right: 0px;
	margin-bottom: 1.25em;
	margin-left: 0px;
}
/*------------------------------------------------*/
/***** Apply left margin:
   Only to the few elements that need it: *****/
   
dd, blockquote {
	margin-left: 1em;
}
/*------------------------------------------------*/
/***** Miscellaneous conveniences: *****/

fieldset {
	border: none;
}
input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}
img {
	/*border:0;*/
}

sup {
	position:relative;
	bottom:0.3em;
	vertical-align:baseline;
}
sub {
	position:relative;
	bottom:-0.2em;
	vertical-align:baseline;
}
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
p {
	line-height:18px;
}
/*------------------------------------------------*/
/***** Forms *****/

form label {
	cursor: pointer;
}
form {
	display:inline;
	padding:0px;
	margin:0px;
}
input, select, textarea {
	font:1em arial, helvetica, sans-serif;
}
textarea {
	line-height:1.25;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
/*------------------------------------------------*/
/***** Begin Standard HTML Styles *****/

body, td, th {
	font-family: Arial, Geneva, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
body {
	margin-left: 5px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	text-align:center;
	background-color: #0f345a;
}
a:link, a:visited, a:active {
	color: #336699;
}
a:hover {
	color: #3366CC;
}
a:link img, a:visited img, a:active img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
hr {
	height:0px; border:0px none; border-top:1px #cccccc dotted;background: #ffffff url(../HGreyDotLine.gif) repeat-x center center;
	/*background-image: url(../HGreyDotLine.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border:0px;
	height:15px;
	border: none;*/
}
h1, h2, h3, h4, h5, h6 {
	/*line-height: .75em;*/
	margin-top: 1em;
	margin-right: 0px;
	margin-bottom: .25em;
}
h1 {
	font-size: 21px;
	color: #074f99;
	font-weight: normal;
	text-transform: uppercase;
	line-height:18pt;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	color: #6AA3DB;
	text-transform: uppercase;
	margin-top: 1.5em;
	line-height:13pt;
}
h3 {
	color:#2B6E06;
	font-size: 12px;
	text-transform:uppercase;
}
h5 {
   	color:#808080;
	font-size: 11px;
}
h4, h6 {
	font-size: 12px;
}
#Content ul, #ContentHome ul {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#Content ul ul{
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
#Content li, #ContentHome li {
	color: #000000;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left:2px;
}
#Content ol, #ContentHome ol {
	color: #000000;
	margin-top: 8px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#Content ol ol {
	color: #000000;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
}
/*------------------------------------------------*/
/***** Begin Print Logo Style *****/

#PrintLogoDiv {
	display: none;
}
/*------------------------------------------------*/
/***** Begin Header Images Style *****/

#HomeHeaderImage {
	position:absolute;
	width:308px;
	height:178px;
	z-index:1000;
	left: 315px;
	top: 15px;
	background-image: url(../HomeHeaderBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
}
#HomeHeaderImage img {
	border: 5px solid #FFFFFF;
}
#SubHeaderImage {
	position:absolute;
	width:355px;
	height:122px;
	z-index:1000;
	left: 272px;
	top: 15px;
	background-image: url(../SubHeaderBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
}
#SubHeaderImage img {
	border: 5px solid #FFFFFF;
}
#SubHeaderImage2 {
	position:absolute;
	width:355px;
	height:122px;
	z-index:1000;
	left: 450px;
	top: 15px;
	background-image: url(../SubHeaderBG.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 4px;
}
#SubHeaderImage2 img {
	border: 5px solid #FFFFFF;
}
/*------------------------------------------------*/
/***** Begin Layout Styles *****/

#Container {
	width: 850px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align:left;
	position:relative;
}
#Container #LayoutTable .fullTD {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Container #LayoutTable .LTD {
	width: 650px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#Container #LayoutTable .RTD {
	width: 200px;
	background-color: #e0dfd1;
	background-image: url(../RTDBGShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #949381;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
#Container #LayoutTable .Buttons {
	background-color: #e5e5d1;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../RTDBGShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Container #LayoutTable .Buttons img {
	margin-left: 5px;
}
#Container #LayoutTable .Newsletter {
	background-color: #e5e5d1;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../RTDBGShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Container #LayoutTable .Newsletter .Form .Header {
	background-image: url(../EmailIcon.gif);
	background-repeat: no-repeat;
	background-position: 20px center;
	font-weight: bold;
	color: #074f99;
	font-size: 11px;
	margin-top: 3px;
	margin-bottom: 3px;
}
#Container #LayoutTable .Newsletter .Form #FORMID_3 #TEXT_1 {
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: right;
}
#Container #LayoutTable .Newsletter .Form #FORMID_3 .NSButton {
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}
#Container #LayoutTable .Newsletter .Form {
	padding-top: 10px;
	background-image: url(../RDLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#Container #LayoutTable .CalendarTab .ProgramList {
	margin-right: 15px;
	margin-left: 15px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Container #LayoutTable .CalendarTab .ProgramList .TEventListing {
	color: #296bae;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:3px;
	letter-spacing: -0.05px;
	background-image: url(../RDLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-size:11px;
}
#Container #LayoutTable .CalendarTab .ProgramList .TEventListing a:link, #Container #LayoutTable .CalendarTab .ProgramList .TEventListing a:visited, #Container #LayoutTable .CalendarTab .ProgramList .TEventListing a:active {
	color: #296bae;
	text-decoration: none;
}
#Container #LayoutTable .CalendarTab .ProgramList .TEventListing a:hover {
	color: #5395D7;
	text-decoration: none;
}
#Container #LayoutTable .CalendarTab .ProgramList .TEventListing .EventTime {
	font-size:9px;
	color:#676767 /*0F345A*/;
}
#Container #LayoutTable .CalendarTab {
	background-color: #ecebdf;
	padding-bottom: 5px;
	background-image: url(../RTDBGShadow.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#Container #LayoutTable .CalendarTab .SmallCalendar {
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#Container #LayoutTable .CalendarTab .CalendarLink {
	color: #006633;
	text-align: right;
	background-image: url(../CalendarIcon.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 25px;
	margin-left: 5px;
	padding-right: 25px;
	padding-top: 5px;
	padding-bottom: 8px;
}
#Container #LayoutTable .CalendarTab .CalendarLink a {
	color: #006600;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}
#Container #LayoutTable .CalendarTab .CalendarLink a:hover {
	text-decoration: underline;
}
#Container #LayoutTable .ExploreTab {
	padding-bottom: 5px;
}
#Container #LayoutTable .ExploreTab .ExploreLinks {
	margin-right: 15px;
	margin-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Container #LayoutTable .ExploreTab .ExploreLinks a:link, #Container #LayoutTable .ExploreTab .ExploreLinks a:visited, #Container #LayoutTable .ExploreTab .ExploreLinks a:active {
	color: #296bae;
	text-decoration: none;
	font-weight: normal;
	display: block;
	text-align: right;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right:3px;
	letter-spacing: -0.05px;
	background-image: url(../RDLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
#Container #LayoutTable .ExploreTab .ExploreLinks a:hover {
	color: #5395D7;
	text-decoration: none;
}
#Container #LayoutTable .ExploreTab .ExploreText {
	color: #0f345a;
	font-size: 10px;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	font-weight: normal;
}
#Header {
	color: #333333;
	padding: 0px;
	margin: 0px;
	overflow: auto;
	_height: 100%;
	display:block;
	background-color: #FFFFFF;
}
#Header .Logo {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}
#TopNavHome {
	color: #FFFFFF;
	margin: 0px;
	clear: both;
	background-color: #104D8C;
	background-image: url(../MenuBGHome.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*height: 71px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7e7e7e;
	padding-top: 95px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopNavHome .HomepageLogin {
	clear:right;
	display:block;
	float:right;
	padding:9px 20px 8px 10px;
	white-space:nowrap;
	text-align:right;
	width:auto;
	font-size:11px;
}
#TopNavHome .HomepageLogin a:link, #TopNavHome .HomepageLogin a:visited, #TopNavHome .HomepageLogin a:hover, #TopNavHome .HomepageLogin a:active {
	font-weight:bold;
	/*letter-spacing:1px;*/
	font-size:12px;
	paddign-bottom:-1px;
	color:#ffffff;
	text-decoration:none;
}
#TopNavHome .HomepageLogin a:hover, #TopNavHome .HomepageLogin a:active {
	color:#D3E7FA;
	text-decoration:none;
}
#TopNav {
	color: #FFFFFF;
	margin: 0px;
	clear: both;
	background-color: #104D8C;
	background-image: url(../MenuBGSub.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	/*height: 71px;*/
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #7e7e7e;
	padding-top: 35px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#TopNav .MemberWelcome {
	clear:right;
	display:block;
	float:right;
	padding:9px 10px 8px 10px;
	white-space:nowrap;
	text-align:right;
	width:auto;
	font-size:11px;
}
#TopNav .MemberWelcome a:link, #TopNav .MemberWelcome a:visited {
	color:#ffffff;
	text-decoration:none;
}
#TopNav .MemberWelcome a:hover, #TopNav .MemberWelcome a:active {
	color:#D3E7FA;
	text-decoration:none;
}
#TopNav .MemberWelcome .Welcome {
	font-weight:bold;
	padding-left:5px;
}
#TopNav .MemberWelcome .EditProfile {
	padding-right:5px;
	padding-left:5px;
}
#TopNav .MemberWelcome .LogOutLink {
	padding-right:5px;
}
#TopNav .MemberWelcome .LogInLink {
	padding-right:10px;
}
#TopNav .MemberWelcome .LogInLink a:link, #TopNav .MemberWelcome .LogInLink a:visited, #TopNav .MemberWelcome .LogInLink a:hover, #TopNav .MemberWelcome .LogInLink a:active {
	font-weight:bold;
	letter-spacing:1px;
	font-size:12px;
	paddign-bottom:-1px;
}
#LayoutTable #Breadcrumbs {
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 15px;
	color: #cccccc;
	font-size:11px;
}
#ContentLC {
	float: left;
	background-color: #ccd2d9;
	width: 200px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	height: 500px;
	overflow: hidden;
}
#ContentLC .NewsLC .NewsListing {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#ContentLC .NewsLC .NewsListing p {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	margin: 0px;
	font-size: 11px;
	line-height: 15px;
}
#ContentLC img {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}
#ContentLC h1 {
	font-size: 18px;
	color: #0F345A;
	font-weight: normal;
	text-transform: uppercase;
	background-color: #A0ABB8;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#ContentLC h2 {
	font-size: 12px;
	font-weight: bold;
	color: #0F345A;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 16px;
}
#ContentLC .Title {
	font-weight: bold;
	color: #2b6e06;
	font-size: 14px;
}
#ContentLC .Date {
	font-size: 10px;
	color: #2b6e06;
}
#ContentLC .Info {
}
#ContentLC .Button {
	text-transform: uppercase;
	color: #0F345A;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#ContentHome {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 0px;
	height: 470px;
	overflow: auto;
}
#ContentHome .ProgramTitle {
	font-weight: bold;
	color: #2b6e06;
	font-size: 14px;
}
#ContentHome .ProgramDate {
	font-size: 10px;
	color: #2b6e06;
}
#ContentHome .ProgramInfo {
}
#ContentHome .ProgramButtons {
	text-transform: uppercase;
	color: #3073b7;
	font-weight: bold;
	font-size: 11px;
	text-align: right;
}
#Content {
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
}
#ContentTable .ContentContainer {
/**float: left;
	\float: none !important;*/
}
#Footer {
	color: #cddceb;
	padding-top: 25px;
	padding-right: 20px;
	padding-bottom: 75px;
	padding-left: 20px;
	font-size:10px;
	overflow: auto;
	_height: 100%;
	display:block;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #074f99;
	background-image: url(../FooterBG.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#Container #Footer .Copyright {
	padding-bottom: 20px;
}
#Container #Footer .Addy {
	width: 20%;
	text-align: right;
	color: #cddceb;
	background-image: url(../FooterVLines.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:11px;
}
#Container #Footer .links {
	width: 15%;
	text-align: right;
	color: #cddceb;
	background-image: url(../FooterVLines.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	font-size:11px;
}
#Container #Footer .Search {
	width: 35%;
	text-align: right;
	color: #cddceb;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-size:11px;
}
#Footer .Search .Form {
	padding-top: 4px;
	padding-bottom: 8px;
}
#Footer .xCatBug {
	padding-top:10px;
	padding-bottom:5px;
	background-image: url(../HDLine.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 5px;
}
#Footer a:link, #Footer a:visited, #Footer a:active {
	color: #cddceb;
	text-decoration:none;
}
#Footer a:hover {
	color: #ffffff;
	text-decoration:underline;
}
#Footer .PoweredBy {
	float: right;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#Footer .xCatalyst {
	font-size: 12px;
	font-weight: bold;
}
#Footer .PoweredBy a:link, #Footer .PoweredBy a:visited, #Footer .PoweredBy a:active {
	color: #D9ECFF;
	text-decoration:none;
	background-color: #003366;
	padding-top: 2px;
	padding-right: 7px;
	padding-bottom: 2px;
	padding-left: 7px;
	border: 2px solid #004891;
	display: block;
}
#Footer .PoweredBy a:hover {
	color: #D9ECFF;
	text-decoration:none;
	background-color: #004080;
}

/*------------------------------------------------*/
/***** Global Classes *****/

.clear {
	clear:both;
}
.float-left {
	float:left;
}
.float-right {
	float:right;
}
.text-left {
	text-align:left;
}
.text-right {
	text-align:right;
}
.text-center {
	text-align:center;
}
.text-justify {
	text-align:justify;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
.wrap {
	width:960px;
	margin:0 auto;
}
.img-left {
	float:left;
	margin:4px 10px 4px 0;
}
.img-right {
	float:right;
	margin:4px 0 4px 10px;
}
.nopadding {
	padding:0;
}
.noindent {
	margin-left:0;
	padding-left:0;
}
.nobullet {
	list-style:none;
	list-style-image:none;
}
/*------------------------------------------------*/
/***** List Nav *****/
#LeftNav {
	list-style-type: none;
	background-image: url(../RDLine.gif);
	background-repeat: no-repeat;
	background-position: 19px bottom;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
	background-color: #e5e5d1;
	margin: 0px;	/*width: 170px;*/
}
#LeftNav ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#LeftNav ul li, #LeftNav ul li ul li, #LeftNav ul li ul li ul li {
	margin: 0px;
	padding: 0px;
}
#LeftNav .BTW {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	line-height:0px;
	display:block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
#LeftNav li ul {
	background-image: url(../liDBVLine.gif);
	background-repeat: repeat-y;
	background-position: left bottom;
	margin-bottom: 5px;
	padding-bottom: 1px;
}
#LeftNav ul li ul {
	background: none;
}
#LeftNav ul li ul li ul {
	background: none;
}
#LeftNav li a {
	background-image: url(../li.gif);
	background-repeat: no-repeat;
	background-position: 1px 5px;
	font-size: 14px;
	text-decoration: none;
	font-weight: normal;
	color: #0F345A;
	display:block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -3px;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 3px;
	padding-left: 12px;
	display: block;
	_width: 100%;
}
html>body #LeftNav li a {
	width: auto;
}
#LeftNav li a:hover {
	color: #2869AD;
}
#LeftNav li a.Selected {
	background-image: url(../liDown.gif);
	background-repeat: no-repeat;
	background-position: 1px 4px;
	color: #2D70B4;
	font-weight: bold;
}
#LeftNav li li a {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 22px;
	font-size: 12px;
	color: #3073B9;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -40px 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
#LeftNav li li a:hover {
	color: #0F345A;
}
#LeftNav li li a.Selected {
	color: #2D70B4;
	/*color: #59A5F1;*/
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -40px 10px;
	font-weight: bold;
}
#LeftNav li li li a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 32px;
	background: none;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -30px 10px;
	color: #5AA6F2;
}
#LeftNav li li li a:hover {
	color: #0F345A;
}
#LeftNav li li li a.Selected {
	color: #2D70B4;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -30px 10px;
	font-weight: bold;
}
#LeftNav li li li li a {
	margin: 0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 42px;
	background: none;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -20px 10px;
	color: #3376BC;
}
#LeftNav li li li li a:hover {
	color: #0F345A;
}
#LeftNav li li li li li a.Selected {
	color: #2D70B4;
	background-image: url(../liDBHLine.gif);
	background-repeat: no-repeat;
	background-position: -20px 10px;
	font-weight: bold;
}
#LeftNav li {
	background: none;
}
#SpeakerDIV {
	padding-bottom: 10px;
	padding-top: 5px;
}
#SpeakerDIV .SpeakerDIVContainer {
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 10px;
	padding-left: 2px;
}
#SpeakerDIV .SpeakerDIVContainer .SpeakerTitle {
	line-height:13pt;
}
#SpeakerDIV .SpeakerDIVContainer .SpeakerTitle .SpeakerTopic {
	font-size:11px;
}
#SpeakerDIV .SpeakerDIVContainer p {
	margin: 5px 0px 10px 0px;
}
DIV.media {
	BORDER-RIGHT: #ddd 5px solid;
	PADDING-RIGHT: 0px;
	BORDER-TOP: #ddd 5px solid;
	PADDING-LEFT: 0px;/* FONT-WEIGHT: bold;*/
	BACKGROUND: white;
	PADDING-BOTTOM: 4px;
	MARGIN: auto;
	BORDER-LEFT: #ddd 5px solid;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #ddd 5px solid;
	TEXT-ALIGN: center;
	color:#f1f1f1;
}
