
 @import url('/styles/common.css');
 
 body {
  margin: 0;
  padding: 0;
  font-size: small;
  text-align: center;
  color: #ffffff;
  background: #33ccff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  }


/* ---( layout structure )---*/

#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: #ffffff;
}

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


h2 {
	color: #ffcc66;
	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: #fff;
  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: #ffffff;
  }

a:visited {
  color: #ffffff;
  }

a:hover {
  color: #ffffff;
  }

a:active {
  color: #ffffff;
  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: #ffffff;
	}
	
	.news .date {
		background: #fff;
		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: #fff;
	}