body {
    background: #68697C url(/images/bg.gif);
    font: 13px Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: 0;
    text-align: center;
}

#pageBox {
    background: #515368 url(/images/drop_shadow_rt.jpg) top right repeat-y;
    width: 806px;
    margin: 0 auto;
    text-align: left;
}

#tabNav {
    background: #003 url(/images/logo_banner.jpg) repeat-y;
    margin: 0;
    padding: 0 50px 0 0;
    list-style: none;
    font-size: 13px;
    height: 60px;
    width: 800px; 
    border-bottom: 1px solid #707283;
     /* Begin Box Model Hack */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 750px;
}
html>body #tabNav {
    width: 750px; /* End Box Model Hack */
} 

#tabNav li {
    float: right;
    background: url(/images/tab_inactive_rt.gif) no-repeat right top;
    margin-top: 33px;
    padding: 0;
}

#tabNav a {
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 13px;
    float: right;
    display: block;
    background: url(/images/tab_inactive_lt.gif) no-repeat left top;
    padding: 5px 15px;
    text-decoration: none;
    color: #9EA0B4;
}
/* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #tabNav a {float: none;}
  /* End IE5-Mac hack */

#tabNav a:hover {
    color: #C2E0DF;
}

#tabNav #current {
    background: url(/images/tab_active_rt.gif) no-repeat right top;
}

#tabNav #current a {
    background: url(/images/tab_active_lt.gif) no-repeat left top;
    color: #C2E0DF;
    font-size: 13px;
    font-weight: bold;
    padding: 7px 15px;
}

#navBar {
    clear: right;
    background: #515368;
    width: 800px;
    height: 20px;
    color: #fff;
    font-weight: bold;
}

#navBar a {
    color: #fff;
    font-size: 11px;
    text-indent: 25px;
}

#navBar a:hover {
    color: #C2E0DF;
}

#headerBar {
    background: #54a7a7 url(/images/head_bg.jpg) no-repeat;
    width: 800px;
    height: 67px;
    border-bottom: 4px solid #515368;
    margin: 0px;
}

#headerBar2 {
    background: #54a7a7 url(/images/head_bg4.jpg) no-repeat;
    width: 800px;
    height: 67px;
    border-bottom: 4px solid #515368;
    margin: 0px;
}

#headerBarEs {
    background: #54a7a7 url(/images/head_bg_es.jpg) no-repeat;
    width: 800px;
    height: 67px;
    border-bottom: 4px solid #515368;
    margin: 0px;
}

#pageHead {
    float: right;
    color: #fff;
    font-size: 18px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: right;
    padding: 10px;
    margin: 0px;
    margin-top: 28px;
}

#contentBox {
    background: #fff;
    padding: 0;
    border: 0;
    width: 800px;
}

#contentColumns {
    width: 800px;
}

#leftColumn {
    background: #515368;
    width: 225px;
}

.headStripe1 {
    background: #003;
    color: #fff;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    width: 225px;
    padding: 6px;
}

.headStripe2 {
    background: #515368;
    color: #fff;
    text-align: left;
    font-size: 12px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-weight: bold;
    width: 202px;
    padding: 10px 15px 25px 20px;
}

.eventLoc {
    color: #fff;
    font-size: 14px;
    font-style: italic;
    font-family: 'Times New Roman',Times,serif;
    font-weight: bold;
}

.eventDate {
    color: #fff;
    font-size: 12px;
    font-family: 'Times New Roman',Times,serif;
    font-weight: bold;
}

#mainColumn {
    background: #fff;
    width: 675px;
    padding: 12px;
}

.webinarHead {
    background: #fff url(/images/webinar_box_hd.gif) no-repeat;
    width: 336px;
    height: 40px;
}

.podcastHead {
    background: #fff url(/images/podcast_box_hd.gif) no-repeat;
    width: 336px;
    height: 40px;
}

.podcastTitle {
    padding: 15px 0px 0px 126px;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.podcastBox {
    background: #fff url(/images/podcast_box_bg.gif) bottom left no-repeat;
    width: 336px;
}

.podcastSummary {
    padding: 12px 16px 24px 12px;
    font-size: 11px;
}

.newsHead {
    background: #515368 url(/images/news_box_hd.jpg) top left repeat-x;
    width: 180px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    text-align: left;
}

.newsHead2 {
    background: #515368;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #fff;
    font-weight: bold;
    padding: 4px;
    text-align: left;
}

.newsBox {
    background: #fff url(/images/news_box_bg.jpg) top left repeat-x;
    text-align: left;
    font-size: 11px;
    padding: 10px;
    width: 184px;
    /* Begin Box Model Hack */
    voice-family: "\"}\"";
    voice-family:inherit;
    width: 164px;
}
html>body .newsBox {
    width: 164px; /* End Box Model Hack */
} 

.newsBox ul {
    margin-top: 0px;
}

.newsBox li {
    margin-left: -25px;
    padding: 6px;
    border-bottom: 1px dashed #003;
}

.newsHeadline {
    font-weight: bold;
    font-size: 12px;
    color: #003;
    margin-bottom: 5px;
}

#articlesHead {
	background: #515368 url(/images/news_box_hd.jpg) top left repeat-x;
	font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #fff;
	font-size: 16px;
    font-weight: bold;
    padding: 4px;
}

.articleBox {
	margin-top: 20px;
	padding: 6px;
	border-bottom: 1px solid #515368;
}

.articleTitle {
    margin-bottom: 5px;
}
.articleTitle a {
	color: #515368;
	font-size: 15px;
    font-weight: bold;
    text-decoration: none;
}
.articleTitle a:hover {
    color: blue;
    text-decoration: underline;
}

.articleByline {
	font-style: italic;
	text-indent: 5px;
}

.articleSummary {
	margin-top: 15px;
}

#bottomLinks {
    background: #515368;
    width: 800px;
    height: 40px;
}

#copyrightBar {
    background: #003;
    width: 800px;
    height: 20px;
}

#bottomShadow {
    background: url(/images/drop_shadow_bt.jpg) top left no-repeat;
    width: 800px;
    height: 5px;
}

#topNav {
    width: 520px;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: left;
}

#topNav ul {
    background: #515368 url(/images/news_box_hd.jpg) top left repeat-x;
    width: 100%;
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;
    margin-bottom: 20px;
}

#topNav ul li {
    display: inline;
    float: left;
}

#topNav ul a {
    display: block;
    float: left;
    padding: 0 2em;
    line-height: 2.1em;
    background: url(/images/top_nav_div.jpg) repeat-y right top;
    text-decoration: underline;
    color: #fff;
    font-size: 11px;
}

#topNav ul a:hover {
    color: #C2E0DF;
    text-decoration: underline;
}

#topNav #current2 {
    background: url(/images/top_nav_bg_on.jpg) right top repeat-x;
    color: #003;
    font-weight: bold;
    text-decoration: none;
}

.smallSearch {
    display: inline;
} 
.smallSearch input {
    font-size: 10px;
    border: 1px solid #000;
}
.searchButton {
    background: #006;
    color: #fff;
    font-size: 10px;
    border: 1px solid #fff;
    padding: 0;
}
.jumpBox {
    display: inline;
} 
.jumpBox select {
    font-size: 10px;
    border: 1px solid #000;
}
.jumpButton {
    background: #006;
    color: #fff;
    font-size: 10px;
    border: 1px solid #fff;
    padding: 0;
}
.paginationBox {
    clear: left;
    background: #006;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    margin-top: 1px;
    padding: 4px;
}
.paginationBox a {
    color: #fff;
    text-decoration: none;
    text-align: left;
}
.paginationBox a:hover {
    text-decoration: underline;
}
.listingsTable {
    clear: left;
    width: 500px;
    border: 1px solid #003;
    margin-top: 20px;
    text-align: left;
}
.listingsTable th {
    background: #003;
    color: #fff;
    font-family: 'Century Gothic', Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.listingRow1 {
    background: #fff;
    font-size: 12px;
}
.listingRow2 {
    background: #eee;
    font-size: 12px;
}
.featuredStory {
    width: 450px;
    text-align: left;
    border-bottom: 1px dashed #515368;
    margin-bottom: 30px;
}
.featuredHeadline {
    font-size: 14px;
    font-weight: bold;
}
.featuredDate {
    font-style: italic;
}
.featuredSummary {
    
}

