
 @import url('/styles/common.css');

body, table { 
  font-size: small;
  color: #666666;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }

#outer-wrapper {

  font: normal normal 100% Verdana, sans-serif;
  } 
  
p {
	margin-bottom: 1.3em;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}

a:link, a:visited {
	color:#BF3000;
	text-decoration: none;
}
	
a:hover { 
	color:#FF4848;
	text-decoration: underline;
 }


h2 {
	color: #7b6cb0;
	margin: 0 0 13px 0;
	font: normal 24px Arial, Helvetica, sans-serif;
	/*text-transform: lowercase;*/
}

blockquote {
  margin: 0 0 0 30px;
  padding: 10px 0 0 20px;
  font-size: 88%;
  line-height: 1.5em;
  color: #666;
  background: url(/skinimages/boxes/quotes.gif) no-repeat top left;
  }

blockquote p {
  margin-top: 0;
  }

hr {
  display: none;
  }

img {
  border: none;
  }

/* links */

a:link {
  color: #6699cc;
  }

a:visited {
  color: #666699;
  }

a:hover {
  color: #5B739C;
  }

a:active {
  color: #5B739C;
  text-decoration: none;
  }
  
  /* News and Events */

  ul.news {
		margin: 1.7em 0 0 0;
		padding: 5px;
		font-size:11px;
	}
	
	.news li {
		margin: 0 0 1.7em 0;
		padding: 10px 0 0 0;
		list-style-type: none;
		line-height:25px;
	}
	.news li a { 
		font-weight: normal; 
		color: #666666;
	}
	
	.news .date {
		background: #eee;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		float: left;
		text-align: center;
		margin: 0 5px 5px 0;
		line-height: 1.1em;
		padding: 2px;
		font-size: 11px;
		width: 2.5em;
		color: #666;
	}
	
	.slideshow { height: 332px; width: 470px; }
	.slideshow img { padding: 14px; border: 1px solid #ccc; background-color: #eee; }
	.img-frame { float: left; margin-right: 27px; padding: 14px; border: 1px solid #ccc; background-color: #eee; }