/* MenuBegin:MenuUL */
ul.MenuUL ,
ul.MenuUL li,
ul.MenuUL ul {
 margin: 0;
 border: 0;
 padding: 0;
 list-style: none;
 width: 190px;
}
ul.MenuUL li {
 position: relative;
 display: inline;
 float: left /*For IE*/;
}

/* 1st Level */
ul.MenuUL a {
 color: #fff;
 background: #a75700;
 text-decoration: none;
 text-align: left;
 padding: 0px 10px;
 font: normal 11px/20px Verdana, Geneva, sans-serif;
 display: block;
 height: 1%;
}
ul.MenuUL a:hover,
ul.MenuUL li:hover a,
ul.MenuUL a:hover,
ul.MenuUL li.over a {
 color: #fff;
 background: #904c00;
 text-decoration: none;
}

/* 2nd Level */
ul.MenuUL li:hover li a,
ul.MenuUL li.over li a {
 width: 150px;
 line-height: 20px;
 color: #fff;
 background: #a75700;
 text-decoration: none;
}
ul.MenuUL li:hover li a:hover,
ul.MenuUL li:hover li:hover a,
ul.MenuUL li.over li a:hover,
ul.MenuUL li.over li.over a {
 color: #fff;
 background: #904c00;
 text-decoration: none;
}
ul.MenuUL ul {
 display: none;
 position: absolute;
 top: 0;
 left: 190px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul.MenuUL li:hover ul,
ul.MenuUL li.over ul {
 display: block;
}
ul.MenuUL .nav:after /*IE 7*/ {
 clear: both;
 display: block;
 font: 1px/0px serif;
 content: ;
 height: 0;
 visibility: hidden;
}
/* MenuEnd:MenuUL */





/* ModuleBegin::documents */
.freedomDocuments table {
 width: 100%;
}
/* ModuleEnd::documents */

/* ModuleBegin::membership */
.formButtons a:hover {
 text-decoration: none;
 background-color: #CCCCCC;
}
.formButtons a {
 text-decoration: none;
 border-left: 1px groove #BBBBBB;
 border-top: 1px groove #BBBBBB;
 border-right: 1px ridge #3068A6;
 border-bottom: 1px ridge #3068A6;
 color: #3068A6;
 background-color: #EEEEEE;
 font-weight: bold;
 padding: 3px 10px;
 white-space: nowrap;
 line-height: 25px;
}

.myaccountHeading {
 font-size: 16px;
 font-weight: bold;
 padding: 5px;
}
.myaccountMain {
 padding: 20px;
}
.myaccountMain table {
 border-collapse: collapse;
}
.myaccountMain a {
 font-weight: bold;
 color: #3068A6;
}
.myaccountMain td {
 border: 2px solid #3068A6;
 vertical-align: top;
 background-color: #FFFFFF;
 padding: 2px;
}
.myaccountTitle {
 width: 300px;
 text-align: center;
 font-weight: bold;
 padding: 3px;
 background-color: #3068A6;
 color: #FFFFFF;
}
.myaccountLister {
 background-color: #FFFFFF;
 text-align: left;
 padding: 11px;
 margin: 20px;
}

.myaccountDetail td {
 padding-top: 5px;
}
.myaccountDetail a {
 padding-top: 5px;
}
.myaccountDetail .formtextRequired {
 font-weight: bold;
}
.myaccountDetail form {
 padding: 11px;
}

.myaccountForm {
 text-align: left;
}
.myaccountFormSection {
 padding: 5px;
 font-weight: bold;
}

.freedomTable {
 width: 100%;
 padding: 20px;
 border: 1px solid #3068a6;
 border-collapse: collapse;
}
.freedomTable th,
 .freedomTable td {
 border: 1px solid #3068a6;
 padding: 5px;
 text-align: left;
}
.freedomTable th {
 background-color: #3068a6;
}
.freedomTable th a {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
.freedomTable th a:hover {
 text-decoration: underline;
}
/* ModuleEnd::membership */

/* ModuleBegin::proposals */

/* ModuleEnd::proposals */

/* ModuleBegin::forum */
.frame {
 padding: 1px;
 border: 2px solid #006699;
 margin: 10px 0px;
}
.frame table {
 width: 100%;
 text-align: center;
}
.frame th {
 color: #FFA97F;
 font-size: 11px;
 padding: 0px 3px;
 font-weight: bold;
 background-color: #006699;
 height: 25px;
 border-right: 1px solid white;
}
.frame td {
 padding: 5px;
 border-top: 1px solid white;
 border-right: 1px solid white;
}
.frame tr {
 background-color: #F1F1F1;
}

.frame .category td {
 background-color: #D1D7DC;
 font-weight: bold;
 color: #006699;
 padding: 10px 5px;
 font-size: 12px;
 text-align: left;
}
.frame .message {
 padding: 10px 10px 20px 10px;
 font-size: 12px;
 text-align: left;
}
.frame .messageLabel {
 width: 150px;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
 padding: 10px;
}
.frame .topic {
 text-align: left;
 font-weight: bold;
 padding-left: 10px;
}

.frame .rowUnread {
 background-color: #FFF2CF;
}
.frame .rowEven {
 background-color: #DEE3E7;
}
.frame .rowEvenUnread {
 background-color: #FFF2CF;
}
.frame .rowOddUnread {
 background-color: #FFE9AF;
}

.seperator td {
 background-color: silver;
 height: 6px;
}
.backtotop {
 text-align: left;
}
.title {
 font-weight: bold;
 text-align: left;
 padding-left: 10px;
}
.blurb {
 font-size: 11px;
 text-align: left;
 padding-left: 10px;
 padding-bottom: 5px;
}
.post .date {
 font-size: 9px;
}

.messageHeader {
 border-bottom: 1px solid #CCCCCC;
 height: 18px;
 width: 99%;
 margin-bottom: 10px;
}
.messageHeader .date {
 float: left;
 font-size: 9px;
}
.messageHeader .subject {
 color: darkblue;
 float: left;
 padding-left: 10px;
 font-size: 9px;
 font-weight: bold;
}
.messageHeader .number {
 float: right;
}

.tagSearch {
 background-color: yellow;
 font-weight: bold;
 color: black;
}
.tagCode {
 background-color: black;
 color: white;
 font-family: monospace;
 border: 1px inset white;
 padding: 10px;
 margin: 10px 30px;
 font-size: 12px;
}
.tagQuote {
 background-color: white;
 color: black;
 border: 1px inset black;
 padding: 10px;
 margin: 10px 30px;
 font-size: 12px;
}
.tagCode a {
 color: white;
 font-weight: bold;
}

.buttonBar td {
 background-color: #D1D7DC;
 padding: 10px;
}
.bar,
 .pagesFrame {
 height: 20px;
}
.bar .button {
 float: right;
 margin-left: 3px;
}
.button {
 font-weight: bold;
}
.breadcrumb {
 font-weight: bold;
 color: red;
 padding: 5px 0px;
 float: left;
}

.header .pagesFrame {
 margin-top: 10px;
}
.footer .pagesFrame {
 margin-bottom: 10px;
}

.pages {
 float: right;
 border-top: 1px solid #cccccc;
 border-bottom: 1px solid #cccccc;
 border-right: 1px solid #cccccc;
}
.pages div {
 float: left;
}
.prevGroup,
 .prev,
 .next,
 .nextGroup {
 border-left: 1px solid #cccccc;
 padding: 3px 5px;
}
.prevGroup,
 .nextGroup {
 background-color: #F1F1F1;
}
.prev,
 .next {
 background-color: #DEE3E7;
}
.pagesLister {
 padding: 3px 0px;
}
.prevnextCurrent,
 .prevnextWindow {
 padding: 3px 5px;
 border-left: 1px solid #cccccc;
}
.prevnextCurrent {
 font-weight: bold;
}

#freedomForum.layouterror .frame {
 border: 0px solid #00FF00;
 margin: 20px;
}
.errorMessage {
 font-weight: bold;
 color: red;
 padding-bottom: 20px;
}
/* ModuleEnd::forum */

.copyright {
 font-size: 8pt;
 padding-left: 10px;
}
.homePhoto {
 margin-bottom: 10px;
 margin-right: 20px;
}
.searchHeading {
 font-size: 8pt;
 font-weight: bold;
 color: #000000;
 padding-right: 5px;
}
.sectionHeader {
 color: #dd0000;
 font-size: 16pt;
 padding-left: 20px;
 padding-bottom: 20px;
}
A {
 color: #FFCC66;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 text-decoration: none;
}
A:hover {
 text-decoration: none;
 color: #FFFFCC;
}
BODY,
 TH,
 TD {
 color: #000000;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
H1 {
 color: #66ccff;
 font-size: 18px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
img
{  border-style: none;
}
.blogArchiveMonth {
 padding-left: 10px;
}
.blogArchiveYear {
 font-weight: bold;
}
.blogCommentsLink {
 font-size: 8pt;
}
.blogDate {
 padding-top: 5px;
 font-size: 8pt;
 font-weight: bold;
}
.blogDividerBottom {
}
.blogDividerComments {
 height: 1px;
 background-color: #cccccc;
}
.blogDividerTop {
 height: 1px;
 background-color: #cccccc;
}
.blogEntry {
 padding-top: 5px;
}
.blogEntryFooter {
 padding-bottom: 10px;
}
.blogFooter {
 height: 1px;
 background-color: #cccccc;
}
.blogPosted {
 padding-bottom: 5px;
 padding-top: 5px;
 color: #668793;
 font-size: 8pt;
}
.blogTitle {
 color: #668793;
 font-weight: bold;
 padding-top: 10px;
}
.bodyMain {
 padding-bottom: 20px;
 padding-left: 20px;
 padding-right: 20px;
 padding-top: 20px;
}
.breadcrumbBold {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}
.breadcrumbBold:hover {
 text-decoration: underline;
}
.breadcrumbLight {
 font-size: 8pt;
 text-decoration: none;
}
.calendarBody {
 background: #eeeeee;
}
.calendarDayOff {
 color: #668793;
 font-size: 8pt;
 font-weight: normal;
 line-height: 140%;
 text-decoration: none;
}
.calendarDayOn {
 color: #666666;
 font-size: 8pt;
 font-weight: bold;
 line-height: 140%;
 text-decoration: underline;
}
.calendarDayOn:hover {
 background-color: #666666;
 color: #ffffff;
 text-decoration: none;
}
.calendarMonth {
 color: #668793;
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 text-transform: capitalize;
}
.calendarMonth:hover {
 text-decoration: underline;
}
.calendarMonthGlance {
 font-size: 8pt;
 text-decoration: none;
}
.calendarMonthGlance:hover {
 text-decoration: underline;
}
.calendarpopDay {
 color: #000000;
 font-size: 10pt;
 font-weight: normal;
 text-decoration: none;
}
.calendarpopEmptyDay {
 background-color: #e7e7e7;
}
.calendarpopEvent {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarpopEvent:hover {
 text-decoration: underline;
}
.calendarpopEventOff {
 background-color: #ffffff;
}
.calendarpopEventOn {
 background-color: #c1d8e1;
}
.calendarpopEventTime {
 color: #668793;
 font-size: 8pt;
}
.calendarpopHeader {
 color: #000000;
 font-size: 11pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarpopLink {
 font-size: 8pt;
 font-weight: normal;
 text-decoration: none;
}
.calendarpopLink:hover {
 text-decoration: underline;
}
.calendarpopNormal {
 color: #000000;
 font-size: 10pt;
 font-weight: normal;
}
.calendarpopScroll {
 font-size: 10pt;
 text-decoration: none;
}
.calendarpopScroll:hover {
 text-decoration: underline;
}
.calendarpopToday {
 font-weight: bold;
}
.calendarpopWeek {
 color: #000000;
 font-size: 10pt;
 font-weight: bold;
 text-decoration: none;
}
.calendarScroll {
 font-size: 7pt;
 text-decoration: none;
}
.calendarScroll:hover {
 text-decoration: underline;
}
.calendarToday {
 font-weight: bold;
}
.calendarWeek {
 color: #668793;
 font-size: 8pt;
 font-weight: bold;
}
.datebox {
 font-size: 7pt;
 padding-left: 10px;
 color: #000000;
}
.directoryFieldLabel {
 font-weight: bold;
}
.directoryHeading {
 color: #000000;
 font-size: 11pt;
 font-weight: bold;
 padding-bottom: 10px;
}
.directoryListHeadline {
 font-weight: bold;
}
.enewsBoxEdit {
}
.enewsBoxSubmit {
 text-align: center;
}
.enewsBoxText {
 color: #FFFFFF;
 font-size: 8pt;
 padding-bottom: 1px;
 padding-left: 15px;
 padding-top: 3px;
}
.eventBigLink {
 font-size: 8pt;
 font-weight: normal;
}
.eventBigLink:hover {
}
.eventDateHeader {
 background-color: #e3e3e3;
 font-size: 8pt;
 color: #4e4e4e;
}
.eventDetail {
 padding-left: 10px;
 font-size: 8pt;
}
.eventHeadline {
 font-weight: bold;
 text-decoration: none;
 font-size: 10pt;
 padding-left: 0px;
 color: 000099;
}
.eventHeadline:hover {
 text-decoration: underline;
}
.eventHeadlineTD {
 padding-left: 0px;
}
.eventMoreLink {
 font-size: 8pt;
 padding-left: 10px;
}
.eventMoreLink:hover {
}
.eventNormalText {
}
.eventSmallText {
}
.FAQA {
}
.FAQAnswer {
}
.FAQLink {
}
.FAQLink:hover {
}
.FAQList {
}
.FAQMoreLink {
}
.FAQMoreLink:hover {
}
.FAQQ {
 color: #668793;
 font-weight: bold;
}
.FAQQHome {
}
.FAQQuest {
 color: #668793;
 font-weight: bold;
}
.FAQQuestHome {
}
.FAQTopLink {
}
.formBody {
 font-size: 10pt;
}
.formHeading {
}
.formSmallText {
 font-size: 8pt;
}
.formText {
 font-size: 10pt;
}
.formTextRequired {
 font-size: 10pt;
}
.headerHeadline {
 font-size: 18pt;
 font-weight: bold;
 color: #000000;
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: right;
}
.headerTagline {
 font-size: 14pt;
 color: #828282;
 font-weight: bold;
 font-style: italic;
 padding-bottom: 5px;
 padding-top: 5px;
 text-align: right;
}
.image {
 margin: 10px;
}
.imageCaption {
 color: #668793;
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 8pt;
 padding-bottom: 5px;
 padding-top: 2px;
 text-align: center;
}
.jobHeading1 {
 color: #668793;
 font-size: 12pt;
 font-weight: bold;
}
.jobHeading2 {
 color: #668793;
 font-weight: bold;
}
.jobLink {
}
.jobSmallText {
}
.jobSmallTextBold {
}
.jobText {
}
.mapBoxEdit {
}
.mapBoxText {
}
.mapHeader {
}
.mapSmallText {
}
.menuPipe {
 color: #ffffff;
 font-size: 8pt;
 text-decoration: none;
}
.menuPipeLink {
 color: #ffffff;
 font-size: 8pt;
}
.menuPipeLink:hover {
}
.menuPipeTop {
 color: #333333;
 text-decoration: none;
}
.menuPipeTopLink {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
 color: #333333;
}
.menuPipeTopLink:hover {
 text-decoration: underline;
}
.menuTD1 {
 border-left: 1px solid #cccccc;
 background-color: #999999;
}
.menuTD1selected {
 border-left: 1px solid #cccccc;
 background-color: #666666;
}
.menuHeader {
 background-color: #cccccc;
}
.menuFooter {
}
.menuSeperator {
 background-color: #666666;
}
.menuTD2 {
 background-color: #dbdbdb;
 padding-bottom: 2px;
 padding-top: 2px;
 padding-left: 12px;
}
.menuTDBullet1 {
 padding-left: 5px;
 vertical-align: top;
}
.menuTDBullet1selected {
 padding-left: 5px;
 vertical-align: top;
}
.menuText1 {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
.menuText1:hover {
 text-decoration: underline;
}
.menuText1selected {
 color: #ffffff;
 font-weight: bold;
 text-decoration: none;
}
.menuText1selected:hover {
 text-decoration: underline;
}
.menuText2 {
 color: #333333;
 font-size: 8pt;
 text-decoration: none;
}
.menuText2:hover {
 text-decoration: underline;
}
.menuText1Format {
 padding-left: 10px;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-right: 2px;
}
.menuText1selectedFormat {
 padding-left: 10px;
 padding-top: 4px;
 padding-bottom: 4px;
 padding-right: 2px;
}
.menuText2Format {
}
.menuText2selectedFormat {
}
.moreLink {
}
.moreoverCopyright {
 font-size: 8pt;
 font-style: italic;
 text-decoration: none;
}
.moreoverDate {
 color: #666666;
 font-size: 7pt;
 padding-left: 5px;
}
.moreoverDateHome {
 color: #666666;
 font-size: 7pt;
 padding-left: 5px;
}
.moreoverHeadline {
 font-weight: bold;
 text-decoration: none;
}
.moreoverHeadline:hover {
 text-decoration: underline;
}
.moreoverHeadlineHome {
 font-size: 8pt;
 font-weight: bold;
 text-decoration: none;
}
.moreoverHeadlineHome:hover {
 text-decoration: underline;
}
.moreoverMoreLink {
 font-size: 8pt;
 font-weight: normal;
}
.moreoverMoreLink:hover {
}
.moreoverMoreLinkHome {
 font-size: 8pt;
}
.moreoverMoreLinkHome:hover {
}
.moreoverSource {
 color: #666666;
 font-size: 8pt;
}
.moreoverSource:hover {
}
.moreoverSourceHome {
 color: #666666;
 font-size: 8pt;
}
.moreoverSourceHome:hover {
}
.moreoverTitleHome {
 font-weight: bold;
 text-decoration: none;
}
.moreoverTitleHome:hover {
 text-decoration: underline;
}
.newsBody {
}
.newsBullet {
 font-weight: bold;
 padding-left: 10px;
}
.newsHeadline {
 color: #cccccc;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
}
.newsHeadlineHome {
 color: #dd0000;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
 text-decoration: none;
 text-indent: 8px;
}
.newsListBlurb {
 font-weight: normal;
 padding-left: 10px;
 font-size: 10pt;
}
.newsListHeadline {
 font-weight: bold;
 text-decoration: none;
 font-size: 10pt;
}
.newsListHeadline:hover {
 text-decoration: underline;
}
.newsListHeadlineTD {
 padding-left: 10px;
}
.newsListPublishline {
 padding-left: 10px;
 color: #666666;
 font-size: 8pt;
 text-align: left;
 text-decoration: none;
}
.newsListMoreLink {
 font-size: 8pt;
 padding-left: 10px;
}
.newsListMoreLink:hover {
}
.newsPrevNext {
 line-height: 14pt;
}
.newsPublished {
 color: #666666;
 font-size: 8pt;
}
.newsSubHeadline {
 color: #666666;
 font-size: 10pt;
 text-align: left;
 text-decoration: none;
 font-weight: bold;
}
.photoAlbumBody {
}
.photoAlbumDescription {
 padding-bottom: 10px;
}
.photoAlbumTitle {
}
.photoGalleryBG {
 background: #ffffff;
}
.photoGalleryBGTop {
 background: #000000;
}
.photoGalleryBody {
 background-color: #668793;
}
.photoGalleryCaption {
 padding-top: 5px;
 text-align: center;
}
.photoGalleryDescription {
 font-size: 8pt;
 text-align: center;
}
.photoGalleryNumbers {
 background-color: #333333;
 font-size: 8pt;
}
.photoGalleryTitle {
 font-size: 8pt;
}
.photoPagnationTD {
 text-align: center;
 font-size: 8pt;
}
.photoRemote {
 width: 420px;
 margin: 0 auto;
 border: 0;
 clear: both;
}
.photoRemoteTD {
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: center;
}
.pollChoices {
 padding-left: 15px;
}
.pollHeading {
 color: #668793;
 font-size: 12pt;
 font-weight: bold;
 text-align: left;
}
.pollHomeChoices {
 font-size: 8pt;
}
.pollHomeQuestion {
 font-size: 8pt;
}
.pollLink {
 color: #668793;
 font-size: 8pt;
 font-weight: normal;
 padding-left: 10px;
}
.pollQuestion {
 color: #668793;
 font-size: 12pt;
 font-weight: bold;
 padding-bottom: 10px;
 padding-left: 10px;
 padding-top: 10px;
}
.pollResultChoices {
 font-size: 8pt;
 font-weight: bold;
 padding-left: 10px;
}
.pollResultHeading {
 color: #668793;
 font-size: 8pt;
 font-weight: bold;
 text-align: left;
}
.pollResultHomeChoices {
 font-size: 8pt;
 font-weight: bold;
}
.pollResultHomeHeading {
 color: #668793;
 font-weight: bold;
 text-align: left;
}
.pollResultHomeLink {
 font-size: 8pt;
 font-weight: bold;
}
.pollResultHomeQuestion {
 color: #668793;
 font-size: 8pt;
 font-weight: bold;
 text-align: left;
}
.pollResultLink {
 font-size: 8pt;
 font-weight: bold;
}
.pollResultQuestion {
 color: #668793;
 font-size: 12pt;
 font-weight: bold;
 padding-left: 10px;
}
.pollVote {
 padding-bottom: 10px;
 padding-top: 10px;
 text-align: center;
}
.prevnextLink {
}
.searchBox {
 vertical-align: middle;
}
.searchBoxInput {
 font-size: 8pt;
 vertical-align: middle;
}
.searchBoxList {
}
.searchBoxTable {
}
.searchBoxText {
 font-size: 8pt;
}
.searchHeadline {
}
.searchTopMatches {
}
.searchModule {
}
.searchModuleMore {
}
.searchModuleResults {
}
.sectionLink {
 font-size: 8pt;
 font-weight: bold;
}
.sectionLink:hover {
}
.sendpageBody {
 background-color: #9ab8c4;
 font-size: 10pt;
}
.sendpageFormText {
 color: #ffffff;
 font-weight: normal;
 font-size: 10pt;
}
.sendpageFormTextRequired {
 color: #ffffff;
 font-weight: bold;
 font-size: 10pt;
}
.sendpageHeader {
 color: #ffffff;
 font-weight: bold;
 padding-top: 10px;
 font-size: 10pt;
}
.shoppingAlert {
 color: red;
 font-size: 8pt;
}
.shoppingBody {
 font-size: 8pt;
}
.shoppingCartEvenRow {
 background-color: #ffffff;
 color: #002d62;
}
.shoppingCartOddRow {
 background-color: #ebebeb;
 color: #002d62;
}
.shoppingCartTableHeader {
 background-color: #002d62;
 color: #ffffff;
 font-size: 8pt;
 font-weight: bold;
}
.shoppingForm {
 font-size: 8pt;
 color: #002d62;
}
.shoppingFormQuantity {
 background-color: #ffffff;
 font-size: 8pt;
}
.shoppingFormRequired {
 width: 1%;
}
.shoppingHeading {
 color: #002d62;
}
.shoppingInStock {
}
.shoppingItemHeading {
}
.shoppingOutOfStock {
 color: #dd0000;
}
.shoppingLowStock {
}
.stockBox {
}
.stockHeader {
}
.stockLinks {
 font-size: 8pt;
}
.stockLinks:hover {
}
.stockSmallText {
 font-size: 8pt;
 text-decoration: none;
}
.stockText {
 font-size: 8pt;
 text-decoration: none;
}
.WXForecastLink {
 text-align: center;
}
.WXForecastLink:hover {
}
.heading2 {
}
.heading3 {
}
.normaltext {
 font-family: Verdana, Arial, Helvetica, sans-serif;
}
.WXSmalltext {
 font-size: 7pt;
 font-weight: normal;
 text-decoration: none;
}
.WXSmalltextHigh {
 color: #ff3333;
 font-size: 7pt;
 font-weight: bold;
 text-decoration: none;
}
.WXSmalltextLow {
 color: #3068a6;
 font-size: 7pt;
 font-weight: bold;
 text-decoration: none;
}
P {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
LI {
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size: 10pt;
}
.membershipForgot {
}
.membershipGroup {
}
.membershipHeaderRow {
 background-color: #000066;
 color: #ffffff;
 font-size: 11px;
 font-weight: bold;
 text-align: center;
}
.membershipHeaderCell {
}
.membershipOddRow {
 background-color: #ebebeb;
}
.membershipEvenRow {
 background-color: #ffffff;
}
.membershipOddCell {
 padding-left: 10px;
 padding-right: 10px;
}
.membershipEvenCell {
 padding-left: 10px;
 padding-right: 10px;
}
.membershipPassword {
}
.membershipRemember {
}
.membershipSeparatorCell {
}
.membershipSeparatorRow {
 background-color: #000066;
}
.membershipTable {
 border: 2px solid #000066;
 text-align: left;
 padding: 5px;
}
.membershipUserID {
}
.shoppingTableBorder {
 background-color: #ffffff;
}
.WXSummaryBorder {
 background-color: #000080;
}
.WXSummary {
 background-color: #ffffff;
}
.newsThumbnail {
 border: 0;
 margin-bottom: 2px;
 margin-top: 2px;
 margin-right: 10px;
 float: left;
}
.calPrev {
 position: absolute;
 top: 5px;
 left: 15px;
}
.calNext {
 position: absolute;
 top: 5px;
 right: 5px;
}
.calMonth {
 position: relative;
 top: 5px;
 left: 0px;
 text-align: center;
 font-weight: bold;
 margin-left: 20px;
 margin-right: 20px;
}
.calGrid {
 margin-top: 15px;
 clear: both;
 width: 100%;
 text-align: center;
 margin: 15px 20px 0px 20px;
}
.calGrid td {
 font-size: 8pt;
 padding-right: 4px;
 text-align: right;
}
.calGrid tr.calWeek {
 font-weight: bold;
 text-align: center;
}
.calMonthGlance {
 padding-top: 10px;
}
.newsCopyright {
 font-family: verdana,arial,helvetica;
 text-align: center;
 width: 100%;
 font-size: 1;
 font-style: italic;
}

/* ModuleBegin::events */
.eventTD .eventHeadline {
 padding-bottom: 5px;
 font-weight: bold;
}

#Calendar {
 background-color: #f8f8f8;
 position: relative;
}


.calTop {
 margin-left: 10px;
}

.calPrev a,
 .calNext a,
 .calMonth a {
 text-decoration: none;
}
.calPrev a:hover,
 .calNext a:hover,
 .calMonth a:hover {
 text-decoration: underline;
}



.calDayOn a {
 color: navy;
 font-weight: bold;
}
.calDayOn a:hover {
 background-color: navy;
 color: white;
 font-weight: bold;
}
.calTodayOff,
 .calTodayOn {
 border: 1px solid navy;
 background-color: #ffffb8;
}
.calBottom {
 text-align: left;
 margin-left: 20px;
}


#calendarDetail table {
 width: 100%;
 table-layout: fixed;
}
#calendarDetail .calendarMonths {
 background-color: #000000;
 text-align: center;
 vertical-align: middle;
}
#calendarDetail .calendarMonths a {
 display: block;
 color: #ffffff;
 font-weight: bold;
 font-size: 11pt;
 text-decoration: none;
 padding: 5px 0px 5px 0px;
}
#calendarDetail .calendarMonths a:hover {
 background-color: #ffffb8;
 color: #000000;
}
#calendarDetail .calendarDays {
 border-collapse: collapse;
 table-layout: fixed;
}
#calendarDetail .calendarDays .title {
 font-size: 12pt;
 font-weight: bold;
 color: #333333;
 padding: 10px 0px 10px 0px;
}
#calendarDetail .calendarDays .prevLink,
 #calendarDetail .calendarDays .nextLink {
 font-size: 11pt;
}
#calendarDetail .calendarDays .normal {
 display: none;
}
#calendarDetail .calendarDays td {
 text-align: center;
 border: 1px solid #000000;
 font-weight: bold;
}
#calendarDetail .calendarDays .weekdays {
 height: 30px;
 background-color: #bbbbbb;
}
#calendarDetail .calendarDays .emptyDay {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #eeeeee;
}
#calendarDetail .calendarDays .eventToday {
 height: 60px;
 text-align: left;
 vertical-align: top;
 background-color: #ffffb8;
 padding-left: 5px;
}
#calendarDetail .calendarDays .eventOff {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
#calendarDetail .calendarDays .eventOn {
 height: 60px;
 text-align: left;
 vertical-align: top;
 padding-left: 5px;
}
/* ModuleEnd::events */



/* ModuleBegin::podcast */
.podcast .item {
 border-bottom: 2px solid gray;
 padding: 5px;
}
.podcast .number {
 font-weight: bold;
 font-size: 15pt;
 float: left;
 width: 40px;
}
.podcast .title {
 font-weight: bold;
 font-size: 15pt;
 padding-bottom: 5px;
}
.podcast  table {
 padding-left: 40px;
}
.podcast .label {
 font-weight: bold;
}
.podcast .text {
 font-size: 10pt;
 vertical-align: bottom;
}
.podcast .desc {
 padding: 0px 0px 5px 40px;
}
.podcast .dateLabel {
 padding-left: 40px;
 float: left;
 font-size: 9pt;
}
.podcast .date {
 padding-left: 10px;
 float: left;
 font-weight: bold;
 font-size: 9pt;
}
/* ModuleEnd::podcast */

.style1 {
 font-size: 14px;
 font-weight: bold;
 color: #FFFFFF;
}
.style2 {
 font-size: 10px;
 color: #FFFFFF;
}
.style4 {
 color: #FFCC00;
}

/* ModuleBegin::newsfeed */
.newsfeed .number {
 font-weight: bold;
 font-size: 15pt;
 width: 40px;
}
.newsfeed .title {
 font-weight: bold;
 font-size: 15pt;
}
.newsfeed .source {
 padding-left: 10px;
}
/* ModuleEnd::newsfeed */
#freedom_calendar {
 position: absolute;
 left: 100px;
 top: 100px;
 width: 175px;
 z-index: 100;
 visibility: hidden;
 clip: rect(0px 175px 145px 0px);
 height: 145px;
}

/* ModuleBegin::directory-line_card */
.directoryListWrapper {
}
.directoryDetailWrapper {
}
.directoryName {
}
.directoryCategory {
}
/* ModuleEnd::directory-line_card */



/* ModuleBegin::directory-video_catalog */




/* ModuleEnd::directory-video_catalog */

/* ModuleBegin::faq */
.faqWrapper {
}
.faqWrapper dd {
 margin: 0;
}
.faqQ,
.faqA {
 font-family: Georgia,serif;
 font-size: 300%;
 line-height: 35px;
}
.faqWrapper dd a.top {
 float: right;
}
/* ModuleEnd::faq */



/* ModuleBegin::ticket */
.ticketListWrapper {
}
.ticketDetailWrapper {
}
.ticketFeatureWrapper {
}
/* ModuleEnd::ticket */



/* ModuleBegin::commerce */








.shoppingFormRequired input,
 .shoppingFormRequired select {
 font-weight: normal;
 color: #000;
}





.shoppingTable {
 background-color: #e8e8e8;
 color: #002d62;
}


/* ModuleEnd::commerce */

/* ModuleBegin::photo */
/* Photo Lister */
.photoListerWrapper {
 clear: both;
}
.photoListerWrapper .itemList {
 margin-bottom: 20px;
}
.photoListerWrapper span {
 display: block;
}
.photoListerWrapper .photoImage {
 float: left;
 padding-right: 20px;
}
.photoListerWrapper .photoImage img {
 padding: 5px;
 border: 1px solid #ccc;
}
.photoListerWrapper .photoDescription {
}

/* Photo Thumbnails */
.photoThumbnailWrapper {
}
.photoIntro {
 padding-bottom: 10px;
}
.photoOther {
}
.photoThumbnail {
 float: left;
 width: 180px;
 height: 160px;
 text-align: center;
}
.photoThumbnail img {
 border: 1px solid #ccc;
 padding: 5px;
}
.photoThumbnailWrapper .photoTitle {
 display: block;
}

/* Photo Detail */
.photoDetailWrapper {
}
.photoDetailWrapper .photoDetail {
 padding: 10px 0px;
 text-align: center;
}
.photoDetail span {
 display: block;
}
.photoImage img {
 border: 1px solid #ccc;
 padding: 5px;
}
.photoDetailWrapper .photoDescription {
 text-align: left;
 padding: 5px 0px;
 width: 400px;
 margin: 0 auto;
} 

.photoRemote:after {
 content: ".";
 display: block;
 height: 0;
 clear: both;
 visibility: hidden;
}
.photoRemote span {
 border: 0;
}
.photoRemote span a {
 display: block;
 width: 68px;
 padding: 4px 0px;
 border: 1px solid #ccc;
 text-decoration: none;
 text-align: center;
 float: left;
}
.photoRemote span a:hover,
div.photoRemote span a:active {
 border: 1px solid #000;
}
.photoDetailWrapper .pagination {
 text-align: center;
}

/* Photo Slide */
.photoSlidelWrapper {
}
.photoSlideWrapper .photoDetail {
 padding: 10px 0px;
 text-align: center;
}
.photoSlide span {
 display: block;
}

.photoSlideWrapper .photoRemote {
 width: 210px;
 margin: 0 auto;
 border: 0;
 clear: both;
}
/* ModuleEnd::photo */

/* ModuleBegin::directory-contacts */




/* ModuleEnd::directory-contacts */