@charset "UTF-8";
/* CSS Document */


body {
  font-family:Arial, Helvetica, sans-serif;
  }
  
.bold {
  font-weight:bold;
  }
  
.i {
  font-style:italic;
  }

.small {
  font-size:85%;
  }

p {
  font-size:17px;
  line-height: 145%;
  }

p a {
  font-weight:bold;
  }

ul a {
  font-weight:bold;
  }
  
ul li{
    line-height: 145%;
  }

ol li{
    line-height: 145%;
  }

ol a {
  font-weight:bold;
  }


h1 {
  font-family:"Times New Roman", Times, serif;
  }

h2 {
  font-family:"Times New Roman", Times, serif;
  padding-top:15px;
  }
  
#leftNav h3 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:110%;
  font-weight:bold;
  }
  
#navigation ul{
	font-family:"Times New Roman", Times, serif;
	font-weight:;
	font-size:120%;
	text-shadow:1px 1px #000000;
	font-variant:small-caps;
	}

#navigation ul li a{
	text-decoration:none;
	color:#fff;
	}

#navigation ul li a:visited{
	text-decoration:none;
	color:#fff;
	}

#navigation ul li a:active{
	text-decoration:none;
	color:#999999;
	}
	
#navigation ul li a:hover{
	text-decoration:underline;
	color:#fff;
	}

#content #contentRight ul{
  line-height:150%;
  }

	
#leftNav {
  font-family:"Times New Roman", Times, serif;
  font-weight:bold;
  font-size:100%;
  line-height:135%;
  }

.footerNav {
  font-family:"Times New Roman", Times, serif;
  font-size:115%;
  text-align:center;
  font-variant:small-caps;
  }

.footerNavHome {
  font-family:"Times New Roman", Times, serif;
  font-size:115%;
  text-align:center;
  font-variant:small-caps;
  }
  

