.footer {
	font-family:arial, verdana;
	font-size:10px;
	margin-right:9px;
	color:#333333;
}	

.homeText {
	font-family:arial, verdana;
	font-size:11px;
	margin-left:10;
	margin-right:5px;
	color:#000000;
}

.textLong {
	font-family:arial, verdana;
	font-size:16px;
	margin-left:14px;
	margin-right:43px;
	color:#000000;
}

.textShort {
	font-family:arial, verdana;
	font-size:16px;
	margin-left:14px;
	color:#000000;
}

.boldText { 
	font-weight:bold;
	font-family:arial, verdana;

}

.textLarge {
	font-family: arial, verdana;
	font-weight: bold;
	font-size: 22px;
	margin-left: 14px;
    color:#000000;
}

ol {
	font-family:arial, verdana;
	font-size:12px;
	color:#000000;
}

li {
	font-family:arial, verdana;
	font-size:12px;
	color:#000000;
}

ul {
	font-family:arial, verdana;
	font-size:12px;
	color:#000000;
}

ul.tight {
margin-bottom:0px;
margin-top:0px;
}

ol.tight {
margin-bottom:0px;
margin-top:0px;
}

li.loose {
	margin-top:5px;
}
.headerText {
	font-family:arial, verdana;
	font-size:14px;
	color:#333333;
	font-weight:bold;
}
.headerText2 {
	font-family:arial, verdana;
	font-size:12px;
	color:#333333;
	font-weight:bold;
}

a:link { color:#003399; }
a:visited { color:#660099;}
a.footerLink:link { color:#666666; }
a.footerLink:visited { color:#666666; }
a.footerLink:active { color:#666666; }

a.footerLinklarge:link { color:#666666; font-size:12pt; font-weight:bold }
a.footerLinklarge:visited { color:#666666; font-size:12pt; font-weight:bold }
a.footerLinklarge:active { color:#666666; font-size:12pt; font-weight:bold  }

a.footerLinksmall:link { color:#666666; font-size:9pt; font-weight:bold }
a.footerLinksmall:visited { color:#666666; font-size:9pt; font-weight:bold }
a.footerLinksmall:active { color:#666666; font-size:9pt; font-weight:bold  }

a.headerLinksmall:link { color:#FF0000; font-family:verdana; font-size:9pt; font-weight:bold }
a.headerLinksmall:visited { color:#FF0000; font-family:verdana; font-size:9pt; font-weight:bold }
a.headerLinksmall:active { color:#FF0000; font-family:verdana; font-size:9pt; font-weight:bold  }


a.siteMap { margin-left:10px;}
a.siteMap:link { color:#000000; text-decoration:none; }
a.siteMap:visited { color:#000000; text-decoration:none; }
a.siteMapHeader:link { color:#000000; }
a.siteMapHeader:visited { color:#000000;}

/* Top Navigation Styles */
#vdividermenu {
  height: 19px;
  width: 740px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #ffffff;
  padding-top: 2px;
}

#vdividermenu ul{
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
  float: left;
  font: bold 9px Arial;
  width: 737;
  background-color: #D6D6D6;
}

* html #vdividermenu { /*IE only rule, reduce menu width*/
  /*width: 730;*/
  height: 23px;
}

#vdividermenu ul li{
  display: inline;
}

#vdividermenu ul li a{
  font: bold 9px Arial;
  float: left;
  color: black;
  padding: 3px 18px;
  text-decoration: none;
  background: transparent url(/images/vertical.gif) center left no-repeat;
}

#vdividermenu ul li a:visited{
  color: black;
}

#vdividermenu ul li a:hover{
  color: black;
  background-color: #ffffff;
}

#vdividermenu ul li a:active{
  color: black;
  background-color: #ffffff;
}

#topmenuactive {
  background-color: #ffffff !important;
}

/* Left Navigation Styles */
#leftmenu {
  margin-top: 10px;
  width: 184px;
  /* width value is effected by the padding set on the links. */
}

#leftmenu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
  font: bold 11px arial;
} 

#leftmenu li {
  margin: 0px 0 0;  /* space between the list items  */
}

#leftmenu a {
  display: block;
  width:170px;  /* 184 total minus 10 minus 2 for padding below */
  padding: 2px 2px 2px 30px;
  border: 0px;  /* 1px solid #000000; */
  background: #ffffff url(/images/leftmenu1.gif);
  text-decoration: none; /*lets remove the link underlines*/
} 

#leftmenu a:link, #leftmenu a:active, #leftmenu a:visited {
  color: #003399;
}

#leftmenu a:hover {
  background: #ffffff url(/images/leftmenu2.gif);
  color: #003399;
}

#leftmenuactive {
  background: #ffffff url(/images/leftmenu2.gif) !important;
}


#leftsubmenu {
  width: 184px;
  /* width value is effected by the padding set on the links. */
}

#leftsubmenu ul {
  margin: 0; 
  padding: 0;
  list-style-type: none;
} 

#leftsubmenu li {
  margin: 0px 0 0;  /* space between the list items  */
  font: bold 9px arial !important;
  }

#leftsubmenu a {
  display: block;
  width:170px;  /* 184 total minus 10 minus 2 for padding below */
  padding: 1px 2px 1px 40px;
  border: 0px;
  background: #ffffff url(/images/leftsubmenu1.gif);
  text-decoration: none; /*lets remove the link underlines*/
} 

#leftsubmenu a:link, #leftsubmenu a:active, #leftsubmenu a:visited {
  color: #FF0000;
}

#leftsubmenu a:hover {
  background: #ffffff url(/images/leftsubmenu2.gif);
  color: #003399;
}