/*font family for page. */
div, td, p  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;

}

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 0 0 6px 0;
	font-size: 12px;
	display: none;
	display: block;
}
#p7TMctrl a:link {
	color: #FFFFFF;
}
#p7TMctrl a:visited {
	color: #FFFFFF;
}
h3 {
	color: #00809C;
}
h4 {
	color: #00809C;
	margin-bottom: 3px;
}
#p7TMctrl a:hover {
	color: #9191FD;
}


/*Sets line-height of all menuitems*/
#p7TMnav div {
	/*/*/line-height: 1.5; /* */
}


/*Sets background color and border around the menu DIV*/
#p7TMnav {
	background-color: #FFFFFF;
}

/*Sets a bottom margin for each top-level link*/
#p7TMnav div {
	margin: 0 0 0 0;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to .6em establishing a fluid cascading indent*/
/*Sets a left border*/
#p7TMnav div div {
	margin: 0 0 0 .6em;
}

/*The Link style for top-level menuitems and is read by all browsers*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 12px;
}
/*The Link style for top-level menuitems hidden from Netscape 4*/
#p7TMnav div a {
	/*/*/display: block;
	color: #FFFFFF;
	border: 1px solid #00809c;
	padding: 0 0 0 .4em;
	text-decoration: none;
	background-color: #009FB8; /* */
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #5A528C;
	background-color: #93c928;
}

/*The Link and visited styles combined for second-level menuitems*/
#p7TMnav div div a, #p7TMnav div div a:visited {
	color: #333333;
	font-size: 12px;
	background-color: transparent;
	border: 0;
}
#p7TMnav div div a:hover {
	color: #5A528C;
	background-color: #93c928;
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_plus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image: url(p7t_minus.gif);
	background-position: 6px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	/*padding: 0 0 0 20px !important;*/
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	font-weight: normal;
	background-color: #93c928!important;
	color: #FFFFFF!important;
	padding: 0 0 0 5px!important;
}
/*special style for User Guide Tutorials*/
#stretchyCell {
	width: 14em;
}
.expand {
	font-size: 0.6em;
}


/* Whm site*/
A:link  {
    text-decoration:    underline;
    color:  #00809C;
}

A:visited   {
    text-decoration:    underline;
    color:  #195b62;
}

A:active    {
    text-decoration:    underline;
    color:  #00809C;
}

A:hover {
    text-decoration:   underline;
    color:  #6B8E23;
}

form {
	margin-bottom: 0px;
}
.home {
	background-color: #F4F4F4;
}
.heading {
	font-size: 32px;
	color: #93C928;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}
.subheading {
	font-size: 24px;
	color: #00809C;
	font-weight: normal;
	padding-bottom: 6px;
}
.headline {
	font-size: 32px;
	color: #93C928;
	font-weight: normal;
	line-height: 28px;
	padding-top: 15px;
	padding-bottom: 10px;
}
.subheadline {
	font-size: 24px;
	color: #00809C;
	font-weight: normal;
	padding-bottom: 8px;
	padding-top: 6px;
}

.footnote {
	font-size: 9px;
	color: #FFFFFF;
	background-color: #009FB8;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 5px;
}
.footnote a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.footnote a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footnote a:hover {
	color: #000000;
	text-decoration: none;
}
.headernav {
	font-size: 12px;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 2px;
}

.headernav a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.headernav a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.headernav a:hover {
	color: #C1D72E;
	text-decoration: none;
}
.picks {
	font-size:0.875em;
}

.quickH {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #93c928;
	text-align: left;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 3px;
	border-right-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #93c928;
	border-left-color: #93c928;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #93c928;
}
.list {
	margin-top: 10px;
	margin-bottom: 0px;
}

table.collapse {
  border-width:2px;
  border-style:solid;
  border-color:#00809C;
  border-collapse:collapse;
  }
.box {
	font-size: 12px;
	line-height: 15px;
}
.headingLeClub {
	font-size: 26px;
	color: #93C928;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
}
.listM {
	margin-bottom: 6px;
	padding-top: 0px;
}
.listM9 {
	margin-bottom: 9px;
}
.announce {
	font-size: 12px;
	color:#333333;
	padding-top: 0.2em;
}
.header3 {
	font-size: 0.81em;
    font-weight: bold;
	color:#00809C;
	margin:0 0 1em 0;
	padding:0;
}.smallfont {
	font-size: 12px;
}
.boxlist {
	font-size: 12px;
	line-height: 15px;
	list-style-position: outside;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
	list-style-type: disc;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12px;
}
.share {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
table.collapse2 {
	border-width:2px;
	border-style:solid;
	border-color:#d2761f;
	border-collapse:collapse;
}
.opinion {
	font-size: 13px;
	line-height: 18px;
	padding-bottom: 10px;
}
.newsbox {
	font-size: 12px;
	line-height: 15px;
}
.newslist {
	padding: 0px;
	margin: 0px;
	list-style: disc outside;
}
.newsLi {
	margin-bottom: 6px;
	margin-left: 10px;
}
.newsH {
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
	color: #00809C;
}
.newsP {
	margin-top: 4px;
	margin-bottom: 4px;
}
