a:link { color: #ee0000; }
a:visited { color: #e7080c; }
a:hover { color: #ee2600; }


html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 16px 0px 15px;

  background-color: #fff;
  background-image: url('../images/new_bg_header.jpg');
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 12px;
  text-align: center;
}
table { border-collapse: collapse; }
h2 {
	padding: 0px;
	margin: 0px 0px 10px;
	
	color: #fe7815;
	font-size: 14pt;
	font-weight: 400;
}
p {
  color: #7e7e80;
	width: 350px;
	padding: 7px 0px;
	margin: 0px;
	
	text-align: justify;
}

img { border: 0px; }

#outer {
	width: 700px;
	height: 100%;
	margin: 0px auto;
	
	text-align: left;
}
    #header {
		width: 700px;
		height: 199px;
		padding: 0px;
		
		background-image: url('../images/new_header.jpg');
		background-repeat: no-repeat;
	}
	#nav {
		width: 154px;
		height: 100%;
		background-image: url('../images/new_bg_nav.jpg');
		background-position: right;
		background-repeat: repeat-y;
		text-align: right;
		vertical-align: top;
		padding: 0;
		margin: 0px;
	}
	  #nav ul {
	    padding-top: 5px;
	  }
	  #nav li {
		  padding: 0px;
		  margin: 0 12px 0px 0;
		  list-style-type: none;
	  }
	  #nav a {
	  color: #666;
		font-family: verdana;
		font-size: 9pt;
		text-decoration: none;
	  }
	  
	  #content {
		  width: 350px;
		  padding: 25px;
		  
		  vertical-align: top;
	  }
	  
	  #imageBar {
		  width: 150px;
		  padding-top: 15px;
		  
		  text-align: center;
		  vertical-align: top;
	  }
	    #imageBar img {
			margin: 15px 0px;
		}
	  
	  #contactInfo {
		  color: #fe7815;
		  font-size: 8pt;
		  text-align: center;
	  }
	  .centerDiv { width: 100%; margin: 10px; text-align: center; }
	  #nav .smallLink { font-size: 8pt;}
