
html {

  height: 100%;
  font-size: 100.01%
}

body { 

  min-height: 101%; 
  font-size: 10pt; 
  color: #333333;
  font-family: Verdana, Arial, sans-serif;
  background-color: #98CCFF;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: url('blue.gif');
  background-repeat: repeat-x;
}


a.set1:link, a.set1:visited { 
  font-family: arial;
  color: #5A5144;
  background-color: transparent;
  text-decoration: none;
  font-size: 11pt;
  font-weight: bold;
}

a.set1:hover { 
  text-decoration: underline;
}

a.set2:link, a.set2:visited { 
  font-family: arial;
  color: #173567;
  background-color: transparent;
  text-decoration: none;
  font-size: 12pt;
  font-weight: bold;
}

a.set2:hover { 
  color: red;
  text-decoration: underline;
}

a.set3:link, a.set3:visited { 
  font-family: verdana;
  color: #173567;
  background-color: transparent;
  text-decoration: none;
  font-size: 10pt;
  font-weight: bold;
}

a.set3:hover { 
  color: red;
  text-decoration: underline;
}

a.set4:link, a.set4:visited { 
  color: #173567;
  background-color: transparent;
  text-decoration: underline;
  font-size: 10pt;
}

a.set4:hover { 
  color: red;
}

a.set5:link, a.set5:visited { 
  color: blue;
  background-color: transparent;
  text-decoration: underline;
  font-size: 10pt;
}

a.set5:hover { 
  color: red;
}

.kevin {
  font-family: arial;
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  font-size: 12pt; 
  font-weight: bold;
}

.middleheader {
  font-size: 14pt;
  font-family: arial;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}

.middlesubheader {
  font-size: 10pt;
  font-family: arial;
  color: #000000;
  background-color: transparent;
  font-weight: bold;
}

.middletag {
  font-size: 10pt;
  font-family: arial;
  color: #332322;
  background-color: transparent;
  font-weight: bold;

}

.bullet1 {
  color: #696969;
  background-color: transparent;
}

.bullet1hb {
  color: #696969;
  background-color: transparent;
  font-weight: bold;
}

.rightheaderlight {
  font-size: 11pt;
  font-family: arial;
  color: #8389AE;
  background-color: transparent;
  font-weight: bold;

}

.rightheaderdark {
  font-size: 11pt;
  font-family: arial;
  color: #161357;
  background-color: transparent;
  font-weight: bold;

}

.jqueryslidemenu{
font: bold 12px Arial;
/* background: #414141; */
width: 100%;
}

.jqueryslidemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.jqueryslidemenu ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.jqueryslidemenu ul li a{
display: block;
background-color: transparent;
color: white;
padding:0px;
color: #FFFFFF;
text-decoration: none;

}

* html .jqueryslidemenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.jqueryslidemenu ul li a:link, .jqueryslidemenu ul li a:visited{
color: #3C3C3C;
}

.jqueryslidemenu ul li a:hover{
/* background: black; tab link background during hover state*/
background-color: #ECEDED;
}
	
/*1st sub level menu*/
.jqueryslidemenu ul li ul{
position: absolute;
display: block;
visibility: hidden;
border-top: 2px #666666 solid;
border-left: 1px #666666 solid;
border-right: 1px #666666 solid;
border-bottom: 1px #666666 solid;
padding: 0px;
margin: 0px;
width: 160px; /*width of sub menus*/
background-color: #CFCFCF;	
}

/*Sub level menu list items (undo style from Top level List Items)*/
.jqueryslidemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jqueryslidemenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.jqueryslidemenu ul li ul li a{
font-weight: normal;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
background-color: #CFCFCF;	
width: 152px;
padding-left: 10px;
padding-top: 6px;
padding-bottom: 6px;
margin: 0px;
border: 0px
}

.jqueryslidemenuz ul li ul li a:hover{ /*sub menus hover style*/
background-color: #ECEDED;
}

.leftheader {
font-weight: bold;
color: #45409B;
font-family: Tahoma, Geneva, sans-serif;
font-size: 13px;

}

.menuheader1 {
font-weight: bold;
color: #45409B;
font-family: Tahoma, Geneva, sans-serif;
font-size: 14px;
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 5px;
background-color: #CFCFCF;
}

a.leftlinkon:link, a.leftlinkon:visited { 
  font-family: Tahoma, Geneva, sans-serif;
  color: #3C3C3C;
  background-color: #FFFFFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 175px;
  display: block;
}

a.leftlinkon:hover { 
  color: #3C3C3C;
}

a.leftlinkoff:link, a.leftlinkoff:visited { 
  font-family: Tahoma, Geneva, sans-serif;
  color: #3C3C3C;
  background-color: #ECEDED;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 175px;
  display: block;
}

a.leftlinkoff:hover { 
  color: #45409B;
}

a.leftlinkoffh:link, a.leftlinkoffh:visited { 
  font-family: Tahoma, Geneva, sans-serif;
  color: #3C3C3C;
  background-color: #ECEDED;
  text-decoration: none;
  font-size: 13px;
  font-weight: normal;
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 175px;
  display: block;
  font-weight: bold;
}

a.leftlinkoffh:hover { 
  color: #45409B;
}

.contentheader {

  font-size: 19px;
  font-weght: bold;
  color: #696969;
  line-height: 24px;

}

a.contentlink:link, a.contentlink:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
}

a.contentlink:hover { 
  color: red;
  text-decoration: underline;
}

a.footerlink:link, a.footerlink:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
}

a.footerlink:hover { 
  color: red;
  text-decoration: underline;
}

.lines {

  line-height: 20px;

}

a.bottom1:link, a.bottom1:visited { 
  color: #000000;
  background-color: transparent;
  text-decoration: none;
}

a.bottom1:hover { 
  color: #EC8F1C;
  text-decoration: underline;

}

a.bulletlink:link, a.bulletlink:visited { 
  color: #FFFFFF;
  background-color: transparent;
  text-decoration: none;
  font-size: 8pt;
  display: block;
}

a.bulletlink:hover { 
  color: #CCCCCC;
}

a.rightlink:link, a.rightlink:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlink:hover { 
  text-decoration: underline;
}

a.rightlinksub:link, a.rightlinksub:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0px;
  font-size: 12px;
}

a.rightlinksub:hover { 
  text-decoration: underline;
}

a.rightlinksubs:link, a.rightlinksubs:visited { 
  color: red;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0px;
  font-size: 12px;
}

a.rightlinksubs:hover { 
  text-decoration: underline;
}

a.rightlinksubu:link, a.rightlinksubu:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksubu:hover { 
  text-decoration: underline;
}

a.rightlinksubus:link, a.rightlinksubus:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksubus:hover { 
  text-decoration: underline;
}

a.rightlinksubus1:link, a.rightlinksubus1:visited { 
  color: red;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksubus1:hover { 
  text-decoration: underline;
}

.righttext { 
  color: #000000;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0px;
  font-size: 12px;
  font-weight: bold;
}

a.rightlinkpdf1:link, a.rightlinkpdf1:visited { 
  color: #45409B;
  background: transparent url(pdf.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 162px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 0px;
  font-size: 12px;
}

a.rightlinkpdf1:hover { 
  text-decoration: underline;
}

a.rightlinkpdf:link, a.rightlinkpdf:visited { 
  color: #45409B;
  background: transparent url(pdf.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 162px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinkpdf:hover { 
  text-decoration: underline;
}

a.rightlinkh:link, a.rightlinkh:visited { 
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-weight: bold;
  font-size: 12px;
}

a.rightlinkh:hover { 
  text-decoration: underline;
}

.rightlinkheader1 {
  color: #45409B;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-weight: bold;
  font-size: 12px;
}

a.rightlinks:link, a.rightlinks:visited { 
  color: red;
  background-color: transparent;
  text-decoration: none;
  display: block;
  width: 180px;
  padding-left: 3px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinks:hover { 
  color: red;
}

a.rightlinkspdf:link, a.rightlinkspdf:visited { 
  color: #3C3C3C;
  background: transparent url(pdf.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 163px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinkspdf:hover { 
  color: #3C3C3C;
}

a.rightlinksppt:link, a.rightlinksppt:visited { 
  color: #3C3C3C;
  background: transparent url(ppt.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 163px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksppt:hover { 
  color: #3C3C3C;
}

a.rightlinksflash:link, a.rightlinksflash:visited { 
  color: #45409B;
  background: transparent url(flash6.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 163px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksflash:hover { 
  text-decoration: underline;
}

a.rightlinksflashs:link, a.rightlinksflashs:visited { 
  color: red;
  background: transparent url(flash6.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 163px;
  padding-left: 21px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-bottom: 1px #696969 solid;
  font-size: 12px;
}

a.rightlinksflashs:hover { 
  text-decoration: underline;
}

.contentheaderoff {

  font-size: 19px;
  font-weght: bold;
  color: #CCCCCC;

}

.design {
  font-size: 8pt;
  color: #000000;

}

.benbox {

  background-color: #DBE5F1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  width: 170px;
  margin-top: 22px;
  border-top: 1px #1C1C9C solid;
  border-bottom: 1px #1C1C9C solid;
}

a.benboxpdf:link, a.benboxpdf:visited { 
  color: #3C3C3C;
  background: transparent url(pdf.gif) no-repeat top left;
  text-decoration: none;
  display: block;
  width: 155px;
  padding-left: 21px;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 11px;
}

a.benboxpdf:hover { 
  text-decoration: underline;
}

a.benboxppt:link, a.benboxppt:visited { 
  color: #3C3C3C;
  background: transparent url(ppt.gif) no-repeat center left;
  text-decoration: none;
  display: block;
  width: 155px;
  padding-left: 21px;
  padding-top: 0px;
  padding-bottom: 4px;
  font-size: 11px;
}

a.benboxppt:hover { 
  text-decoration: underline;
}


a.benboximg:link, a.benboximg:visited { 
  color: #3C3C3C;
  background: transparent url(rarrow.gif) no-repeat top left;
  text-decoration: none;
  display: block;
  width: 155px;
  padding-left: 21px;
  padding-top: 2px;
  padding-bottom: 4px;
  font-size: 11px;
}

a.benboximg:hover { 
  text-decoration: underline;
}

a.benboxflash:link, a.benboxflash:visited { 
  color: #3C3C3C;
  background: transparent url(flash6.gif) no-repeat top left;
  text-decoration: none;
  display: block;
  width: 155px;
  padding-left: 21px;
  padding-top: 1px;
  padding-bottom: 4px;
  font-size: 11px;
}

a.benboxflash:hover { 
  text-decoration: underline;
}

a.designl:link, a.designl:visited { 
  color: #000000;
  font-weight: bold;
  background-color: transparent;
  text-decoration: underline;
}

a.designl:hover { 
  color: #EC8F1C;
  text-decoration: underline;

}

.disclaimer {

 font-size: 7pt;

}

