/* 1. Page Layout */
/*-- --*/ body {font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px;}
/*-- --*/ .OuterDIV,
/*-- --*/ .outer-div { width: 100%; height: 100%; background: #ffffff url(images/page_bg_l.png) repeat-y top left; text-align: center; }
/*-- --*/ p, ul, ol {font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:12px; margin: 0 auto 0 auto; line-height:1.4em;}
p {margin-top: 10px; text-align:left;}

/*-- --*/ .right-pane-bg {background: #ffffff url(images/right-pane-bg.jpg) repeat-y top right;}

/*--a {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:85%;}
 a:link, a:visited { color: #1A3B69; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 100%; text-decoration: none; }
 a:hover { color: #0D1D33; font-size: 100%; text-decoration: none; }
 a:active { color: #1A3B69; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: normal; font-size: 100%; text-decoration: none; }--*/

/** Headings **/
h1, .Head1 {color:#7E7330; font-family:Candara, Arial, Helvetica, sans-serif; font-size:180%; text-decoration:none}
/*-- --*/ h1 a, a.Head1{color:#7E7330; text-decoration:none}
/*-- --*/ h1 a:hover, a.Head1:hover{color:#7E7330; text-decoration:none}

h2, .Head2 {color:#7E7330; font-family:Candara, Arial, Helvetica, sans-serif; font-size:150%; text-decoration:none; margin: 10px 0 -2px 0; padding: 0}
/*-- --*/ h2 a, a.Head2 {color:#7E7330; text-decoration:none;}
/*-- --*/ h2 a:hover, a.Head2:hover {color:#7E7330; text-decoration:underline}

h3, .Head3 {color:#7E7330; font-family:Candara, Arial, Helvetica, sans-serif; font-size:130%; text-decoration:none; margin: 10px 0 -5px 0; padding: 0}
/*-- --*/ h3 a, a.Head3, a.h3 {color:#7E7330; text-decoration:none;}
/*-- --*/ h3 a:hover, a.Head3:hover, a.h3:hover {color:#7E7330; text-decoration:underline;}
/*-- --*/ h3 a:active, a.Head3:active, a.h3:active {color:#7E7330; text-decoration:none;}

h4, .Head4, .Head4Link {color:#7E7330; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:100%; margin: 10px 0 -5px 0; text-decoration:none}
/*-- --*/ h4 a {color:#B8A660; text-decoration:none}
/*-- --*/ h4 a:hover, a.Head4:hover, a.Head4Link:hover {color:#7E7330; text-decoration:underline}

h5, .head5 {color:#7E7330; font-family:Tahoma, Arial, Helvetica, sans-serif; font-size:100%; text-decoration:none; margin: 10px 0 -10px 0;}
/*-- --*/ h5 a {color:#B8A660; text-decoration:none}
/*-- --*/ h5 a:hover {color:#7E7330; text-decoration:underline}

h6, .head6 {color:#7E7330; font-family:Tahoma, Arial, Helvetica, sans-serif; font-style:italic; font-size:100%; text-decoration:none; margin: 10px 0 -10px 0;}
/*-- --*/ h6 a {color:#B8A660; text-decoration:none}
/*-- --*/ h6 a:hover {color:#7E7330; text-decoration:underline}

.blue {color:#225D6D;}
.brown {color:#7E7330;}
.gray {color:#666666;}
.red {color:#800000;}
.bold {font-weight:bold;}
.space-above {padding-top:5px;}
.small {font-size:80%}
.italic {font-style:italic}
.indent-left-right {padding-left:40px; padding-right:40px;}
 
/* ControlPanel style */
/*-- --*/ .ControlPanel{background:transparent url(images/cpanel_center.png) repeat-x bottom left; border:none;padding-bottom:10px;}
/*-- --*/ .cpanel_left {background: url(images/cpanel_left.png) no-repeat bottom left;padding-left:21px;}
/*-- --*/ .cpanel_right {background: url(images/cpanel_right.png) no-repeat bottom right;padding-right:33px;}
/*-- --*/ .ControlPanel tr {height:28px;}

/*-- --*/ #inner-div, #InnerDiv {margin: .5em auto; width: 890px; text-align: left; background-color: #ffffff; }
/*-- --*/ #header { height: 100px; width: 890px; background-color:#224269; border-bottom: 1px solid #fff; position: relative;}
/*-- --*/ .header1 { background-image:url(images/header1.jpg); background-repeat:no-repeat; background-position: top left;}
/*-- --*/ .header2 { background-image:url(images/header2.jpg); background-repeat:no-repeat; background-position: top left;}
/*-- --*/ .header3 { background-image:url(images/header3.jpg); background-repeat:no-repeat; background-position: top left;}
/*-- --*/ .header4 { background-image:url(images/header4.jpg); background-repeat:no-repeat; background-position: top left;}
/*-- --*/ .header5 { background-image:url(images/header5.jpg); background-repeat:no-repeat; background-position: top left;}
/*-- --*/ #logo {float:left;margin:2px 0 0 20px; padding-top:20px}

/*-- --*/ #section-nav { background-color:#86ADD2; width:880px; padding:2px 0 0 10px; color:#1F456A; margin-bottom:1px; height:26px}
/*-- --*/ #section-nav-items {float:left; font-family:Candara, Arial, Helvetica, sans-serif; font-size:15px; padding-top:3px}
/*-- --*/ a.section-link {font: Candara, Arial, Helvetica, sans-serif 15px normal; color:#1F456A; text-decoration:none; padding: 2px 10px 5px 10px; margin: 0 2px 0 2px}
/*-- --*/ a.section-link:link, a.section-link:visited, a.section-link:active { color:#1F456A; text-decoration:none; font-weight:normal}
/*-- --*/ a.section-link:hover { color:#E6F2F9; text-decoration:none; font-weight:normal; background-color:#337188; padding: 2px 10px 3px 10px}
/*-- --*/ a.section-current {color:#E6F2F9; text-decoration:none; font-weight:normal; background-color:#255F75; padding: 2px 10px 5px 10px}

/*-- --*/ #header .header-pane { margin-top:15px; float:right; left: 0; top: 5px; width: 495px; text-align: right; }
/*-- --*/ #header .header-pane a {color: #fff; text-decoration: none; }
/*-- --*/ #header .header-pane a:hover {color: #7E7330; text-decoration: none; }
/*-- --*/ #header .header-pane h1 {font-size: 28px; font-family:Candara, Arial, Helvetica, sans-serif; font-weight:bold; text-align: right; color: #ffffff; margin: 0; padding: 40px 20px 0 0; line-height:normal; }
/*-- --*/ #header .header-pane h1 a {color: #ffffff; text-decoration: none;}
/*-- --*/ #header .header-pane h1 a:hover {color: #7E7330; text-decoration: none; }
/*-- --*/ #header .header-pane h2 {font-size: 14px; font-family:Candara, Arial, Helvetica, sans-serif; font-weight:bold; text-align: right; color: #B8A660; margin: 0; padding: 0 30px 0 0; }
/*-- --*/ #header .MenuDIV {width:520px; position:absolute; top:0; right:0; padding: 0 10px 0 0; margin: 0; line-height:1.8em; text-align:right; z-index:100; height:auto;}

/*========================================================*/
/*  2. Nav Menu                                          */
/*========================================================*/
/*-- --*/ #main-nav-section {background-color:#AD9C42;}
/*-- --*/ .main-nav-pane {border-top:1px solid #EDE4BD; z-index: 1; margin: 0 0 15px 0; height:32px }
/*-- --*/ .main-nav-pane .SearchDIV {float:right; width: 205px; margin-top:4px; padding-right:5px; text-align:right;}
/*-- --*/ .main-nav-pane .SearchField {}

/*-- --*/ #top-nav-pane {width: 100%; margin: 0; padding:4px 0 0 0; text-align: left; height:20px; background-color:#EBE0B2;}
/*-- --*/ #bot-nav-pane {width: 95%; margin: 0; padding:3px 0 0 10px; text-align: left; height: 2px; background-color:#AD9C42;}
/*-- --*/ .breadcrumb, a.breadcrumb {font-family:Candara, Arial, Helvetica, sans-serif; font-size:14px; text-decoration:none; color:#225D6D;}
/*-- --*/ a.breadcrumb:link, a.breadcrumb:visited {color:#225D6D; text-decoration:none;}
/*-- --*/ a.breadcrumb:hover {color:#7E7330; text-decoration:underline;}
/*-- --*/ a.breadcrumb:active {color:#225D6D; text-decoration:none;}

/*-- All Level Items  --*/ 
/*-- --*/ .TabList {float:left; text-align:left;}
/*-- --*/ .TabList ul {margin:0; list-style:none; display: inline;}
/*-- --*/ .TabList li {float:left; margin:0; display: inline; padding:0 0 0 5px;}
/*-- --*/ .TabList li a {font-family:Candara, Arial, Helvetica, sans-serif; font-size:14px; voice-family: "\"}\""; voice-family:inherit; line-height:normal;}
/*-- --*/ .select.TabList {border: #ababab 1px solid; background-color: #EFEFEF; color:#6A6A6A; font-family:Candara, Arial, Helvetica, sans-serif; font-weight:normal; font-size:10px; text-align:left;}


/*========================================================*/
/* 2a. Snapsis Menu */
/*========================================================*/
#nav li {position:relative; float:left; line-height:15px; list-style:none; padding:0; white-space:nowrap; margin-bottom:0px;}
#nav ul {padding:0; margin:0 0 0 0; list-style:none; float:left; width:100%;/*background-color:#FFA366;*/}

#nav a {font-family:Candara, Arial, Helvetica, sans-serif; font-size:15px; display:block; margin: 0; text-decoration:none; text-align:center; font-weight:normal; padding: 0 10px 2px 10px; color: #AD9C42; background-color: transparent;}
#nav li ul {position:absolute; left: -999em; width:250px; border: #AD9C42 1px solid; background:#EBE0B2;}
#nav li li a {color:#AD9C42; width:230px; font-size:14px; text-align:left; padding: 4px 10px 4px 10px; /*border-bottom: 1px solid #AD9C42; border-left:1px solid #AD9C42; border-right:1px solid #AD9C42;*/ background-color:#EBE0B2;}

/* Menu items */
/* background colors are commented out because skin it was used on had a background image */
#nav li a:hover { background-color: #7E7330; color:#ffffff; }
#nav li.SelectedTab a { background-color: #AD9C42; color:#ffffff; }
#nav li li.SelectedTab a { /*background-color:#FF6600;*/ color:#EBE0B2; }
#nav li li li.SelectedTab a { /*background-color: #FF6600;*/ color:#EBE0B2; }
#nav li.SelectedTab ul { background-color: #AD9C42; }
#nav li.SelectedTab a:hover { background-color: #AD9C42; }
#nav .DisabledTab {color:#CCCCCC;}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul,
#nav li.iehover ul ul, #nav li.iehover ul ul ul, #nav li.iehover ul ul ul ul{left: -999em;}

/* 2nd level item position */
#nav li:hover ul, #nav li.iehover ul {top: 20px; left:0;}

/* 3rd level item position */         
#nav li li:hover ul,#nav li li li:hover ul,#nav li li.iehover ul,  
#nav li li li.iehover ul {top: 0; left:250px; color:#ffffff}                                         

#nav li.SelectedTab ul.Level2 li a {background-color: #EBE0B2; color:#AD9C42;}
#nav li.SelectedTab ul.Level2 li a:hover {background-color: #7E7330; color:#ffffff}

/*========================================================*/
/*  3. Content                                          */
/*========================================================*/
/*-- --*/ .content {margin-top:-15px; padding:0}
/*-- --*/ #maincontent ol {margin:0 auto 10px auto;}
/*-- --*/ #maincontent ol li {list-style: decimal inside; margin: 5px auto auto auto; list-style-position:outside;}
/*-- --*/ .tabcontentstyle ul {margin-left:20px}


/*========================================================*/
/*  4. Panes                                              */
/*========================================================*/
/*
1. Since we are working in percentages, it's best not to use side padding on the sidebars. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".thrColLiqHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/

/*-- --*/ #leftSideBar {float: left; width: 200px; padding: 10px 0 0 10px; }
/*-- --*/ .topPane,
/*-- --*/ .top-pane {clear: both; text-align: left; margin:5px 0 0 0; width:890px; }
/*-- --*/ .contentPane,
/*-- --*/ .content-pane {margin:0 280px 0 220px; width:375px; padding-top:10px;}
/*-- --*/ .left-content-pane {margin-top:5px; width:610px}
/*-- --*/ .fullContentPane,
/*-- --*/ .full-content-pane {margin:0 0 0 0; width:100%}
/*-- --*/ .leftPane,
/*-- --*/ .left-pane {width:100%; margin: 0; }
/*-- --*/ .rightPane,
/*-- --*/ .right-pane {margin:5px 0 0 0; width: 270px; padding-left:0; padding-right:0; height:100% }
/*-- --*/ .AOD-right-pane {margin:5px 0 0 0; width: 260px; padding-left:10px; padding-right:0; height:100% }
/*-- --*/ .bottomPane,
/*-- --*/ .bottom-pane {clear: both; text-align: left; margin:0; width:890px; }
/*-- --*/ .footerPane,
/*-- --*/ .footer-pane {clear: both; text-align: center; margin-top:10px; background-color: #ffffff; background-image: url(images/botDivider.jpg); background-repeat: no-repeat; background-position: top -5px; padding: 10px 5px 5px 5px; font-size: 85%;}

/* Pane specifics */
/*-- --*/ .leftPane p, .leftPane h3, .leftPane h2, .leftPane h1 {margin-right: 10px;}
/*-- --*/ .leftPane h1 { font-size: 140%; }
/*-- --*/ .leftPane p {font-size:85%;}

/*-- --*/ .rightPane p, .rightPane h3, .rightPane h2, .rightPane h1 {margin: 0 5px 0 5px; line-height: 165%;}
			/* the left and right margin should be given to every element that will be placed in the side columns */
/*-- --*/.rightPane ul, .right-pane ul {margin-top:0;} 

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
/*-- --*/ #mainContent {width:600px; margin:0; }
			/* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */

/*-- --*/ #mainContent p, #mainContent h3, #mainContent h2, #mainContent h1 {margin-right: 10px;}
/*-- --*/ .contentPane p { line-height: 165%; }

/* Miscellaneous classes for reuse */
/*-- --*/ .fltrt {float: right;}
/*-- --*/ .fltlft {float: left;}
/*-- --*/ .clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px; }
 
/*-- --*/ .mainnavPane ul { list-style-type: none; }
/*-- --*/ .mainnavPane li { display: inline; }

/*-- --*/ .imagefloat { float: right; }

/*========================================================*/
/*  5. Tokens                                             */
/*========================================================*/

/*-- --*/ .LOGIN_object, a.LOGIN_object:link, a.LOGIN_object:visited, a.LOGIN_object:active, .USER_object, a.USER_object:link, a.USER_object:visited, a.USER_object:active { color: #9A9A9A; background: transparent;  font-family: Tahoma; font-size: 11px; font-weight:bold; text-decoration: none; padding: 0; }
/*-- --*/ a.LOGIN_object:hover, a.USER_object:hover { background: transparent; color: #696969; font-family: Tahoma; font-weight:bold; font-size: 11px; text-decoration: none; }
/*-- --*/ .DATE_object { color: #607D9D; font-family: Tahoma; font-size: 11px; text-decoration: none; }
/*-- --*/ .BREADCRUMBS_object, a.BREADCRUMBS_object:link, a.BREADCRUMBS_object:visited, a.BREADCRUMBS_object:active { color: #555555; font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight:bold;}
/*-- --*/ a.BREADCRUMBS_object:hover { color: #333333; font-family: Tahoma; font-size: 11px; text-decoration: none; font-weight:bold; }
/*-- --*/ .FOOTER_objects { color:#9A9A9A; font-size: 11px; }
/*-- --*/ a.FOOTER_objects:link, a.FOOTER_objects:visited, a.FOOTER_objects:active { color:#9A9A9A; font-weight:bold; text-decoration:none; }
/*-- --*/ a.FOOTER_objects:hover { color:#DDD; font-weight:bold; text-decoration:none;  }
/*-- --*/ .COPYRIGHT_object { color:#9A9A9A; font-size: 11px; padding-top:10px}
/*-- --*/ .UVicLogo {float:left; margin-top:-10px;}

/*========================================================*/
/*  6. Links                                              */
/*========================================================*/
.ReadMoreLink,
.BoxSiteLink {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; color:#cccccc; text-decoration:none; font-weight:bold; background-color:#30708B; margin-top:5px; padding: 2px 5px}
.SmallReadMoreLink,
.BoxSiteLinkSmall {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 85%; color:#cccccc; text-decoration:none; font-weight:bold; background-color:#30708B; margin-top:5px; padding: 2px 5px}
/*-- --*/ a.ReadMoreLink:link, a.ReadMoreLink:visited, a.BoxSiteLink:link, a.BoxSiteLink:visited, a.SmallReadMoreLink:link, a.SmallReadMoreLink:visited, a.BoxSiteLinkSmall:link, a.BoxSiteLinkSmall:visited { color:#ffffff; text-decoration:none; font-weight:bold}
/*-- --*/ a.ReadMoreLink:hover, a.BoxSiteLink:hover, a.SmallReadMoreLink:hover, a.BoxSiteLinkSmall:hover { background-color:#214D5F; color:#ffffff; text-decoration:none; font-weight:bold}
/*-- --*/ a.ReadMoreLink:active, a.BoxSiteLink:active, a.SmallReadMoreLink:active, a.BoxSiteLinkSmall:active { background-color:#30708B; color:#ffffff; text-decoration:none; font-weight:bold}

/*-- --*/ a.read-more-link:link, a.read-more-link:visited, a.box-site-link:link, a.box-site-link:visited, a.read-more-link-smallReadMoreLink:link, a.read-more-link-small, a.box-site-link-small:link, a.box-site-link-small:visited { color:#ffffff; text-decoration:none; font-weight:bold}
/*-- --*/ a.read-more-link:hover, a.box-site-link:hover, a.read-more-link-small:hover, a.box-site-link-small:hover { background-color:#214D5F; color:#ffffff; text-decoration:none; font-weight:bold}
/*-- --*/ a.read-more-link:active, a.box-site-link:active, a.read-more-link-small:active, a.box-site-link-small:active { background-color:#30708B; color:#ffffff; text-decoration:none; font-weight:bold}

/*-- --*/ .SiteLink, .sitelink, a.SiteLink, a.sitelink
.site-link, 
/*-- --*/a.site-link {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ a.SiteLink:link, a.SiteLink:visited, a.sitelink:link, a.sitelink:visited,
/*-- --*/ a.site-link:link, a.site-link:visited { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ a.SiteLink:hover, a.sitelink:hover,
/*-- --*/ a.site-link:hover { color:#7E7330; text-decoration:underline; font-weight:normal}
/*-- --*/ a.SiteLink:active, a.sitelink:active,
/*-- --*/ a.site-link:active { color:#1A3B69; text-decoration:none; font-weight:normal}

.page-link, 
/*-- --*/a.page-link {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color:#1A3B69; text-decoration:none; font-weight:normal; margin: auto 3px auto 3px}
/*-- --*/ a.page-link:link, a.page-link:visited { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ a.page-link:hover { color:#7E7330; text-decoration:underline; font-weight:normal}
/*-- --*/ a.page-link:active { color:#1A3B69; text-decoration:none; font-weight:normal}

/*-- --*/ .SiteLinkSmall, .sitelinksmall,
.site-link-small,
/*-- --*/a.site-link-small {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ a.SiteLinkSmall:link, a.SiteLinkSmall:visited, a.sitelinksmall:link, a.sitelinksmall:visited,
/*-- --*/ a.site-link-small:link, a.site-link-small:visited   { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ a.SiteLinkSmall:hover, a.sitelinksmall:hover,
/*-- --*/ a.site-link-small:hover {color:#7E7330; text-decoration:underline; font-weight:normal}
/*-- --*/ a.SiteLinkSmall:active, a.sitelinksmall:active,
/*-- --*/ a.site-link-small:active {color:#1A3B69; text-decoration:none; font-weight:normal}

/*-- --*/ .BoldSiteLink, .boldsitelink, .bold-site-link,
.site-link-bold {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color:#1A3B69; text-decoration:none; font-weight:bold}
/*-- --*/ a.BoldSiteLink:link, a.BoldSiteLink:visited, a.boldsitelink:link, a.boldsitelink:visited,
/*-- --*/ a.bold-site-link:link, a.bold-site-link:visited, a.site-link-bold:visited { color:#1A3B69; text-decoration:none; font-weight:bold}
/*-- --*/ a.BoldSiteLink:hover, a.boldsitelink:hover, 
/*-- --*/ a.bold-site-link:hover, a.site-link-bold:hover { color:#7E7330; text-decoration:underline; font-weight:bold}
/*-- --*/ a.BoldSiteLink:active, a.boldsitelink:active, 
/*-- --*/ a.bold-site-link:active, a.site-link-bold:active { color:#1A3B69; text-decoration:none; font-weight:bold}

/*-- --*/ .TagLink, taglink,
.tag-link {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 11px; color:#1A3B69; text-decoration:none}
/*-- --*/ a.TagLink:link, a.TagLink:visited, a.taglink:link, a.taglink:visited,
/*-- --*/ a.tag-link:link, a.tag-link:visited { color:#1A3B69; text-decoration:none;}
/*-- --*/ a.TagLink:hover, a.taglink:hover,
/*-- --*/ a.tag-link:hover { color:#7E7330; text-decoration:underline;}
/*-- --*/ a.TagLink:active, a.taglink:active,
/*-- --*/ a.tag-link:active { color:#1A3B69; text-decoration:none;}

/*-- Helping Community Nav Links
/*-- --*/ .lft-pntr, .rght-pntr {color: #7e7330; font-size: 14px}
/*-- --*/ .lft-pntr-bx, .rght-pntr-bx {font-family: Candara, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; border: #7e7330 1px solid; padding: 2px 6px; background-color: #ebe0b2; height: 20px; margin-top:20px;}
/*-- --*/ .lft-pntr-bx:hover, .rght-pntr-bx:hover, .lft-pntr-bx:hover a:link, .rght-pntr-bx:hover a:link {font-family: Candara, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; background-color:#AD9C42; color:#ffffff; text-decoration:none;}
/*-- --*/ .lft-pntr-bx:hover span.lft-pntr, .rght-pntr-bx:hover span.rght-pntr {color:#ffffff;}
/*-- --*/ .lft-pntr-bx a, .rght-pntr-bx a, .lft-pntr-bx a:link, .rght-pntr-bx a:link {font-family: Candara, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#7E7330; text-decoration:none;}
/*-- --*/ .lft-pntr-bx a:link, .rght-pntr-bx a:link {font-family: Candara, Arial, Helvetica, sans-serif; font-size:13px; font-weight:normal; color:#7E7330; text-decoration:none;}
/*-- --*/ .lft-pntr-bx a:hover, .rght-pntr-bx a:hover {color:#ffffff; text-decoration:none;}
/*-- --*/ .lft-pntr-bx a:active, .rght-pntr-bx a:active {color:#7E7330; text-decoration:none;}

.normal,
/*-- --*/ .Normal {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 12px; color: #333333;}
/*-- --*/ a.Normal:link, a.Normal:visited,
/*-- --*/ a.normal:link, a.normal:visited { color: #1A3B69; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 100%; text-decoration: none; }
/*-- --*/ a.Normal:hover,
/*-- --*/ a.normal:hover { color: #7E7330; text-decoration: none; }
/*-- --*/ a.Normal:active,
/*-- --*/ a.normal:active { color: #1A3B69; text-decoration: none; }

/* text style used for textboxes in the admin and edit pages, for Nav compatibility */
.normal-text-box, 
/*-- --*/ .NormalTextBox {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; color: #333333;}
.normal-small, 
/*-- --*/ .NormalSmall  {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9px; font-style: normal; font-weight: normal; color: #555555;}
/* text style for buttons and link buttons used in the portal admin pages */

/* Newsletters */
.news-head, 
/*-- --*/ .NewsHead {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 18pt; font-weight: bold; }
.news-sub-head, 
/*-- --*/ .NewsSubHead {font-family:Tahoma, Arial, Helvetica, sans-serif; font-size: 12pt; font-style:italic; font-weight:bold; padding-top:20px; }
.normal-10, 
/*-- --*/ .Normal10 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; line-height:13pt; }
.normal-9, 
/*-- --*/ .Normal9 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 9pt; line-height:12pt; }
.normal-8, 
/*-- --*/ .Normal8 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 8pt; }

.command-button,
/*-- --*/ .CommandButton, 
/*-- --*/ a.CommandButton:link, a.CommandButton:visited { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- --*/ a.CommandButton:hover { color: #6A6A6A; border: 1px solid #868686; background: #DFDFDF; padding: 2px 3px 3px 4px; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }
/*-- --*/ a.CommandButton:active { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-weight: bold; font-size: 11px; text-decoration: none; height: 20px; }

/*-- --*/ .SearchButton { background: transparent; padding: 13px 30px 4px 24px; cursor: hand; font-size:1px; margin: 0 0 0 0px;}
/*-- --*/ .SearchField { background: transparent; padding: 0 10px 2px 0; cursor: hand; font-size:1px; margin: 0 0 0 0px;}

/*========================================================*/
/*  6a. Ventrian - News Module         /* Latest Articles */
/*========================================================*/
.NewsArticles .menu-top, 
/*-- --*/ .NewsArticles a.menu-top {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top:link, a.menu-top:visited { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top:hover { color:#7E7330; text-decoration:underline; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top:active { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top-selected {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 100%; color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top-selected:link, a.menu-top:visited { color:#1A3B69; text-decoration:none; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top-selected:hover { color:#7E7330; text-decoration:underline; font-weight:normal}
/*-- --*/ .NewsArticles a.menu-top-selected:active { color:#1A3B69; text-decoration:none; font-weight:normal}

.LatestArticles {text-align:left;}
/*-- --*/ .LatestArticles a.LatestTitle, 
/*-- --*/ .LatestArticles a.LatestTitle:link, 
/*-- --*/ .LatestArticles a.LatestTitle:visited, 
/*-- --*/ .LatestArticles a.LatestTitle:active {color:#1A3B69; font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:120%; text-decoration:none; padding-bottom:-1px}
/*-- --*/ .LatestArticles a.LatestTitle:hover {font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:120%; color:#7E7330; text-decoration:none;}

/*-- --*/ .LatestArticles .articleItem {padding: 0 0 5px 0}
/*-- --*/ .LatestArticles a.listTitle, 
/*-- --*/ .LatestArticles a.listTitle:link, 
/*-- --*/ .LatestArticles a.listTitle:visited, 
/*-- --*/ .LatestArticles a.listTitle:active { font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:120%; text-decoration:none; color:#1A3B69; padding-bottom:5px;}
/*-- --*/ .LatestArticles a.listTitle:hover {font-family:Tahoma, Arial, Helvetica, sans-serif; font-weight:normal; font-size:120%; color:#7E7330; text-decoration:none; padding-bottom:5px;}

/*========================================================*/
/*  7 .Links Module                                          */
/*========================================================*/
/*-- --*/ .LinksNormal, 
.link-normal { font-family: Tahoma; font-size: 100%; color: #1A3B69; text-align:left; }
/*-- --*/ a.LinksNormal:link, a.LinksNormal:visited,
/*-- --*/ a.links-normal:link, a.links-normal:visited { color: #1A3B69; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }
/*-- --*/ a.LinksNormal:hover,
/*-- --*/ a.links-normal:hover { color: #7E7330; font-family: Tahoma, Arial, Helvetica, sans-serif; text-decoration: underline; }
/*-- --*/ a.LinksNormal:active,
/*-- --*/ a.links-normal:active { color: #1A3B69; font-family: Tahoma, Arial, Helvetica, sans-serif; font-weight: bold; text-decoration: none; }

/*-- --*/ .LinksCommandButton { color: #6A6A6A; border: 1px solid #ABABAB; background: #EFEFEF; padding: 2px 3px 3px 4px; font-family: Tahoma; font-weight: bold; font-size: 90%; text-decoration: none; height: 20px; }
/*-- --*/ .LinksDesignTable a.LinksCommandButton:link, .LinksDesignTable a.LinksCommandButton:visited { color: #6A6A6A; text-decoration: none; }
/*-- --*/ .LinksDesignTable a.LinksCommandButton:hover { color: #6A6A6A; border: 1px solid #1A3B69; background: #DFDFDF; text-decoration: none;}
/*-- --*/ .LinksDesignTable a.LinksCommandButton:active { color: #6A6A6A; text-decoration: none; }

/*========================================================*/
/*  8. Forms                                              */
/*========================================================*/

/*-- --*/ select, input { font-family: Tahoma; font-size: 12px; color: #333333; }
/*-- --*/ .NormalTextBox { color: #333333; padding-left: 4px; line-height: 12px; font-family: Tahoma; font-weight: normal; font-size: 11px; }
/*-- --*/ .LinksTextBox { color: #333333; padding-left: 4px; line-height: 11px; font-family: Tahoma; font-weight: normal; font-size: 11px; }
/*-- --*/ td.NormalTextBox { padding: 0; margin: 0; background: transparent; visibility: invisible; border: 0; }

/*========================================================*/
/*  9. Main Menu and Module Menus                         */
/*========================================================*/

/*-- --*/ .MainMenu_MenuContainer { background-color:#EEEEEE}
/*-- --*/ .MainMenu_MenuBar { cursor: pointer; cursor: hand; background: transparent; }
/*-- --*/ .MainMenu_SubMenu, .ModuleTitle_SubMenu { z-index: 1000;  cursor: pointer;  cursor: hand; margin: 1px 0 0 -4px; background: #EEEEEE; padding: 0px; border: 1px solid #BBBBBB; font-weight: normal; filter: none;}
/*-- submenu items idle         --*/ .MainMenu_MenuItem, .ModuleTitle_MenuItem { font-family: Tahoma;  color: #6A6A6A; font-size: 11px; background: #EEEEEE; font-weight: bold; font-style: normal; padding: 0px 30px 0px 16px; height: 20px; border: 0; }
/*-- --*/ .MainMenu_MenuItemSel, .ModuleTitle_MenuItemSel { font-family: Tahoma; font-size: 11px; font-weight: bold; cursor: pointer; cursor: hand; color: #222; background: #BBBBBB; padding: 0px 30px 0px 16px; height: 20px; border: 0;}
/*-- --*/ .MainMenu_Idle { color: #666; background: url(navidle.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 29px; }
/*-- --*/ .MainMenu_Selected { color: #000; padding: 0; font-weight: bold; height: 29px; }
/*-- --*/ .MainMenu_Active, .MainMenu_BreadcrumbActive { color: #666; background: url(navactive.gif) repeat-x top center transparent; padding: 0; font-weight: bold; height: 29px; }
/*-- --*/ .MainMenu_LeftIdle { background: url(navleft-idle.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- --*/ .MainMenu_LeftActive { background: url(navleft-active.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- --*/ .MainMenu_RightIdle { background: url(navright-idle.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- --*/ .MainMenu_RightActive { background: url(navright-active.gif) no-repeat top right transparent; width:12px; height: 29px; }
/*-- --*/ .MainMenu_Seperator { background: url(navseparator.gif) no-repeat top right transparent; width:3px; height: 29px; }
/*-- --*/ .MainMenu_MenuArrow, .MainMenu_RootMenuArrow, .MainMenu_MenuIcon  { display: none; }
/*-- --*/ .ModuleTitle_MenuContainer { color: #2c2c2c; }
/*-- --*/ .ModuleTitle_MenuBar { cursor: pointer; cursor: hand;}
/*-- --*/ .ModuleTitle_MenuItem, .ModuleTitle_MenuItemSel { padding: 0 5px 0 0; }
/*-- --*/ .MainMenuSeperator, .ModuleTitle_MenuArrow, .ModuleTitle_RootMenuArrow, .ModuleTitle_MenuIcon { display: none; }
/*-- --*/ .MainMenu_MenuBreak { border-top-style: none; border-right-style: none;	border-left-style: none; border-bottom-style: none; }


/*========================================================*/
/*  10. Containers                                        */
/*========================================================*/

/*-- --*/ .imagefloat {padding: 2px; border: 1px solid #9FA41D; margin: 0 0 10px 10px;}

.EvidenceTable { font-family:Tahoma, Arial, Helvetica, sans-serif; color:#333; font-size:100%; border:#666666 1px solid}
/*-- --*/ .EvidenceTable .TableHead td {color:#333; font-size:100%; font-weight:bold; background-color:#8db3e2}
/*-- --*/ .EvidenceTable tr {color:#333; font-size:100%; vertical-align:top}
/*-- --*/ .EvidenceTable td {color:#333; font-size:100%;}
/*-- --*/ .EvidenceTable td ul {color:#333; font-size:100%; list-style:circle; margin:0; padding: 0 0 0 15px}
/*-- --*/ .EvidenceTable td ul li {color:#333; list-style:disc;}
/*-- --*/ .EvidenceTable td ol {color:#333; font-size:100%; list-style:decimal; margin:0; padding: 0 0 0 15px}
/*-- --*/ .EvidenceTable td ol li {color:#333; list-style:decimal;}


/* Added from portal.css */

.EventCategory {font-family: Arial, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color:#666666; font-weight: bold;}
/*-- --*//*-- --*/.EventTitle {font-family: Arial, Helvetica, sans-serif;	font-size: 12pt; font-style: normal; color: #003399; font-weight: bold; text-decoration:none;}
/*-- --*/A.EventTitle:Link {color: #003399; text-decoration:none;}
/*-- --*/A.EventTitle:Visited {color: #003399; text-decoration:none;}
/*-- --*/A.EventTitle:Active {color: #003399; text-decoration:none;}
/*-- --*/A.EventTitle:Hover {color: #0033CC;	text-decoration: underline;}

/*-- --*/.EventDate {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #333333;}
/*-- --*/.EventLocation {font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #333333;}

.Hidden {visibility:hidden}

/*-- --*/.NewsLeftPane {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 32pt; color: #333333; line-height:34pt; font-weight:bold}

/*CARBC.ca*/
/*-- --*/.topic {font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: bold; color: #000099;}

/*Selector Levels*/
/*-- --*/.SelLevel1 {font-weight: normal; font-size: 8pt; color: #333333; font-style: normal; font-family: Arial; margin-bottom: 10px;}
/*-- --*/A.SelLevel1:link{font-weight: normal; font-size: 8pt; font-style: normal; font-family: Arial; margin-bottom: 10px;color:#333333; text-decoration:none; }
/*-- --*/A.SelLevel1:visited{font-weight: normal; font-size: 8pt; font-style: normal; font-family: Arial; margin-bottom: 10px;color:#333333; text-decoration:none; }
/*-- --*/A.SelLevel1:active{font-weight: normal; font-size: 8pt; font-style: normal; font-family: Arial; margin-bottom: 10px;color:#333333; text-decoration:none; }
/*-- --*/A.SelLevel1:hover{font-weight: normal; font-size: 8pt; font-style: normal; font-family: Arial; margin-bottom: 10px;color:#F2CC63; text-decoration:underline; }
 
/*-- --*/.SelLevel2 {font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #323232; text-decoration:none;}
/*-- --*/A.SelLevel2:link{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #323232; text-decoration:none; }
/*-- --*/A.SelLevel2:visited{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #323232; text-decoration:none; }
/*-- --*/A.SelLevel2:active{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #323232; text-decoration:none; }
/*-- --*/A.SelLevel2:hover{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color:#F2CC63; text-decoration:underline; }

/*-- --*/ .SelLevel3 {font-weight: bold; font-size: 10pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #222222; text-decoration:none;}
/*-- --*/ A.SelLevel3:link{font-weight: bold; font-size: 10pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #222222; text-decoration:none; }
/*-- --*/ A.SelLevel3:visited{font-weight: bold; font-size: 10pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #222222; text-decoration:none; }
/*-- --*/ A.SelLevel3:active{font-weight: bold; font-size: 10pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #222222; text-decoration:none; }
/*-- --*/ A.SelLevel3:hover{font-weight: bold; font-size: 10pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color:#F2CC63; text-decoration:underline; }

/*-- --*/ .SelLevel4 {font-weight: normal; font-size: 11pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #054274; text-decoration:none;}
/*-- --*/ A.SelLevel4:link{font-weight: normal; font-size: 11pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #054274; text-decoration:none; }
/*-- --*/ A.SelLevel4:visited{font-weight: normal; font-size: 11pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #054274; text-decoration:none; }
/*-- --*/ A.SelLevel4:active{font-weight: normal; font-size: 11pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #054274; text-decoration:none; }
/*-- --*/ A.SelLevel4:hover{font-weight: normal; font-size: 11pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color:#F2CC63; text-decoration:underline; }

/*-- --*/ .SelLevel5 {font-weight: bold; font-size: 12pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #0974CB; text-decoration:none;}
/*-- --*/ A.SelLevel5:link{font-weight: bold; font-size: 12pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #0974CB; text-decoration:none; }
/*-- --*/ A.SelLevel5:visited{font-weight: bold; font-size: 12pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #0974CB; text-decoration:none; }
/*-- --*/ A.SelLevel5:active{font-weight: bold; font-size: 12pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #0974CB; text-decoration:none; }
/*-- --*/ A.SelLevel5:hover{font-weight: bold; font-size: 12pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color:#F2CC63; text-decoration:underline; }

/*-- --*/ .Count {font-family:Arial;font-size:7pt;color:#cdcdcd;font-weight:normal;font-style:normal}
/*-- --*/ A.Count:link{color: #ffffff; text-decoration:none; }
/*-- --*/ A.Count:visited{color: #ffffff; text-decoration:none; }
/*-- --*/ A.Count:active{color: #ffffff; text-decoration:none; }
/*-- --*/ A.Count:hover{ color:#7E7330; text-decoration:underline; }
/*-- --*/ .FilterRemove {font-family:Arial;font-size:7pt;color:#003E7E;font-weight:normal;font-style:normal}
/*-- --*/ A.FilterRemove:link{color: #003E7E; text-decoration:none; }
/*-- --*/ A.FilterRemove:visited{color: #003E7E; text-decoration:none; }
/*-- --*/ A.FilterRemove:active{color: #003E7E; text-decoration:none; }
/*-- --*/ A.FilterRemove:hover{ color:#7E7330; text-decoration:underline; }

/*-- --*/.MenuLvl1 {font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color: #333333;
}
/*-- --*/ A.MenuLvl1:link{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal;	color:#333333; text-decoration:underline; }
/*-- --*/ A.MenuLvl1:visited{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color:#333333; text-decoration:underline; }
/*-- --*/ A.MenuLvl1:active{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt; font-style: normal; font-weight: bold; font-variant: normal; color:#333333; text-decoration:underline; }
/*-- --*/ A.MenuLvl1:hover{font-family: Tahoma, Arial, Helvetica, sans-serif; font-size: 10pt;	font-style: normal;	font-weight: bold; 	font-variant: normal; color:#F2CC63; text-decoration:none; }

/*Tag Levels*/
/*-- --*/.TagLevel1 {font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #000099;}
/*-- --*/ A.TagLevel1:link{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #000099; text-decoration:none; }
/*-- --*/ A.TagLevel1:visited{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #000099; text-decoration:none; }
/*-- --*/ A.TagLevel1:active{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color: #000099; text-decoration:none; }
/*-- --*/ A.TagLevel1:hover{font-weight: normal; font-size: 9pt; font-style: normal; font-family: Arial; margin-bottom: 10px; color:#F2CC63; text-decoration:underline; }

/*-- --*/ A.TagLevel2 {font-weight: normal;	font-size: 11pt; color: #000099; font-style: normal; font-family: Arial;margin-bottom: 10px;}
/*-- --*/ A.TagLevel2:link{ text-decoration:none; }
/*-- --*/ A.TagLevel2:visited{ text-decoration:none; }
/*-- --*/ A.TagLevel2:active{ text-decoration:none; }
/*-- --*/ A.TagLevel2:hover{ color:#F2CC63; text-decoration:underline; }

/*-- --*/.TagLevel3 {font-weight: bold; font-size: 12pt; color: #054274; font-style: normal; font-family: Arial; margin-bottom: 10px;}
/*-- --*/ A.TagLevel3:link{ text-decoration:none; }
/*-- --*/ A.TagLevel3:visited{ text-decoration:none; }
/*-- --*/ A.TagLevel3:active{ text-decoration:none; }
/*-- --*/ A.TagLevel3:hover{ color:#F2CC63; text-decoration:underline; }

/*-- --*/ A.TagLevel4 {font-weight: normal; font-size: 14pt; color: #000099; font-style: normal; font-family: Arial; margin-bottom: 10px;}
/*-- --*/ A.TagLevel4:link{ text-decoration:none; }
/*-- --*/ A.TagLevel4:visited{ text-decoration:none; }
/*-- --*/ A.TagLevel4:active{ text-decoration:none; }
/*-- --*/ A.TagLevel4:hover{ color:#F2CC63; text-decoration:underline; }

/*-- --*/ A.TagLevel5 {font-weight: bold; font-size: 16pt; color: #000099; font-style: normal; font-family: Arial; margin-bottom: 10px;}
/*-- --*/ A.TagLevel5:link{color: #ffffff; text-decoration:none; }
/*-- --*/ A.TagLevel5:visited{color: #ffffff; text-decoration:none; }
/*-- --*/ A.TagLevel5:active{color: #ffffff; text-decoration:none; }
/*-- --*/ A.TagLevel5:hover{ color:#F2CC63; text-decoration:underline; }


/*========================================================*/
/*     Item Wrapper Design Elements                          */
/*========================================================*/
/*-- --*/.ItemCategory {font-family:Tahoma, Helvetica, sans-serif; font-size: 9pt; font-style: normal; color:#666666; font-weight: bold; }
/*-- --*/.ItemTitle { font-family: Tahoma, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003399; font-weight: bold; }
/*-- --*/ A.ItemTitle:Link { font-family: Tahoma, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003399; font-weight: bold; text-decoration:none; }
/*-- --*/ A.ItemTitle:Visited { font-family: Tahoma, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #003399; font-weight: bold; text-decoration:none; }
/*-- --*/ A.ItemTitle:Active { font-family: Tahoma, Helvetica, sans-serif; 	font-size: 10pt; font-style: normal; color: #003399; font-weight: bold; text-decoration:none; }
/*-- --*/ A.ItemTitle:Hover { font-family: Tahoma, Helvetica, sans-serif; font-size: 10pt; font-style: normal; color: #0033CC; font-weight: bold; text-decoration: underline; }
/*-- --*/.ItemDate { font-family: Tahoma, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #333333; }
/*-- --*/.ItemLocation { font-family: Tahoma, Helvetica, sans-serif; font-size: 8pt; font-style: normal; font-weight: normal; color: #333333; }

/*-- --*/.TitleLink { font-family: Tahoma, Helvetica, sans-serif; font-size: 11pt; font-style: normal; color: #666666; font-weight: bold; }
/*-- --*/ A.TitleLink:Link { text-decoration:none; }
/*-- --*/ A.TitleLink:Visited { text-decoration:none; }
/*-- --*/ A.TitleLink:Active { text-decoration:none; }
/*-- --*/ A.TitleLink:Hover { color: #333333; text-decoration: underline; }

/*==========================================================*/
/*  End Style Sheet                                         */
/*==========================================================*/
