body { 
  background: #8cabbd url("img/bg-left.jpg") repeat-y top left;
  margin: 0px 0px 0px 96px;
  font-family: verdana, sans-serif;
  font-size: x-small;
  }
h2 { font-family: verdana; font-size: 14pt;}
a img { border: 0px;}
a:link { color: #fff; font-weight: bold; text-decoration: none;}
a:visited { color: #fff; font-weight: bold; text-decoration: none;}
a:active { color: #fff; font-weight: bold; text-decoration: underline;}
a:hover { color: #fff; font-weight: bold; text-decoration: underline;}

#content a:link { color: #2b4fa0; font-weight: bold; text-decoration: none;}
#content a:visited { color: #2b4fa0; font-weight: bold; text-decoration: none;}
#content a:active { color: #2b4fa0; font-weight: bold; text-decoration: underline;}
#content a:hover { color: #2b4fa0; font-weight: bold; text-decoration: underline;}

#wrapper {
  width: 100%;
  background: #fff url("img/bg-right.jpg") repeat-y top right;
  display: table;
  height: 100%;
  }
#container { 
  background: url("banners/rotate.php") no-repeat top right;
  margin-right: 97px;
  line-height: 130%;
  }
  #header { 
    background: url("img/left-nav-top.jpg") no-repeat bottom left;
	padding-bottom: 25px;
	width: 100%;
	}

	#left-nav {
	  float: left;
	  width: 185px;
	  margin: 0px 10px 10px 0px;
	  background: url("img/left-nav-bg.jpg") repeat-y;
	  font-size: 105%;
	  }
	#left-nav h2 { 
	  font-family: "Eras Medium ITC", tahoma;
	  font-size: 18px;
	  margin: 0px;
	  padding: 0px;
	  color: #000033;
	  text-align: center;
	  font-weight: normal;
	  }
	#left-nav h3 { 
	  font-family: "Eras Medium ITC", tahoma;
	  font-size: 15px;
	  margin: 3px 0 0 0px;
	  padding: 13px 0px 0px 10px;
	  color: #000033;
	  text-align: left;
	  }
	  #left-nav ul {
	    padding: 0px;
		margin: 0px;
		list-style-type: none;
		margin-bottom: 40px;
		}
		#left-nav li {
		  padding: 4px 0 4px 10px;
		  background: #4c6eaa;
		  margin: 0px 3px 1px 3px;
		  }
		  #left-nav ul ul { margin-bottom: 0;}

		  #left-nav li li {
		  padding: 0px;
		  background: #4c6eaa;
		  margin: 10px 0px;
		  }
	  #left-nav blockquote { 
	    margin: 0 0 0 0px;
		padding: 10px 0 0px 0; 
		text-align: center;
		background: #4c6eaa url("img/left-nav-bottom.jpg") no-repeat bottom;
		width: 185px;
		padding-bottom: 20px;
		}
	   #left-nav blockquote input {
	     border: 1px solid #2b4fa0;
		 color: #000033;
		 }
	   #left-nav .submit { border: 0px;}

	#content {
	  background: #fff;
	  font-size: 10pt;
	  line-height: 120%;
	  margin-left: 190px;
	  padding-bottom: 20px;
	  }
	  #content span.copy {  padding: 20px; padding-top: 0px;  display: block;}
	#content h1 {
	  background: #2b4fa0;
	  font-family: "Eras Medium ITC", tahoma;
	  font-size: 15px;
	  margin-top: 12px;
	  text-align: right;
	  padding: 2px 20px 2px 0px;
	  color: #fff;
	  }
	#content h3 {
	  font-size: 12pt;
	  }
	#content .gold {
	  border-bottom: 1px solid #9c653c;
	  clear: right;
	  background: #c19d83 url("img/gold-left.jpg") top left no-repeat;
	  }
	#content .gold span {
	    display: block;
		background: url("img/gold-right.jpg") top right no-repeat;
		padding: 10px;
		}
	#content .blue {
	  border-bottom: 1px solid #6b7bf8;
	  clear: right;
	  background: #8ca8bd url("img/blue-left.jpg") top left no-repeat;
	  }
	#content .blue span {
	  display: block;
	  background: url("img/blue-right.jpg") top right no-repeat;
	  padding: 10px;
	  }
	  
	    

	#footer {
	  clear: both;
	  padding: 3px 0 4px 0;
	  margin: 0;
	  background: #2b4fa0;
	  color: #fff;
	  text-align: center;
	  font-size: xx-small;
	  }
