/**
 * LEFT NAVIGATION Style
 */
a.nav:{
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  font-size: 11px;
  font-style: ;
  text-decoration: none;
  font-weight: bold;
  letter-spacing:.03em;
  line-height:25px;
  
}

a.nav:hover   {
    color: #FFFFFF;
    ext-decoration: underline;
    
}

/**
 * TOP NAVIGATION Style
 */

a.topnav:link,
a.topnav:visited,
a.topnav:hover,
a.topnav:active  {
  font-family: Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  align: center;
  font-size: 13px;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .06em;
  padding: 5px 5px 5px 5px;
  line-height:20px;
}

a.topnav:hover {
    color: #333333;
}

a.footnav:link,
a.footnav:visited,
a.footnav:hover,
a.footnav:active  {
  font-family: Arial, Helvetica, sans-serif;
  color: #333333;
  align: center;
  font-size: 9px;
  font-style: ;
  text-decoration: none;
  font-weight: normal;
  letter-spacing: .03em;
  padding: 3px 3px 3px 3px;
  line-height:20px;
}

a.footnav:hover {
    color: #0066FF;
}		
.bg {
	background-image: url(Images/bg2.jpg);
	background-repeat: repeat-x;
}
.bodyborder {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000033;
	border-left-color: #000033;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000033;
}
.navbg {
	background-image: url(Images/navbg.gif);
	background-repeat: repeat-x;
	background-position: right;

}
.left-shade {
	background-image: url(Images/left-shade.jpg);
	background-repeat: repeat-y;
}
.right-shade {
	background-image: url(Images/right-shade.jpg);
	background-repeat: repeat-y;
	background-position: right;
}
.headerbottomborder {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: BE0909;
}
.indeximage {
	background-image: url(Images/indeximage2.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.innernav {
	border: 1px solid #333333;
	padding: 4px;
}
.navborder {
	background-image: url(Images/nvbg.jpg);
	background-repeat: no-repeat;
	background-position: center center;

}
.pagebg {
	background-image: url(Images/bg.jpg);
	background-repeat: repeat;
}
.footer {
	background-image: url(Images/pagefooter.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
.rightb {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
