.hidden { 
	display: none;
}
a {
	color: #C80000;
	text-decoration: none;
}
a:hover {
	color: #A00000;
}
body {
	background-color: #ebebeb;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
img {
	border: 0;
}
.header {
	width: 800px;
	height: 72px;
	margin: 0 0 5px 0;
	text-align: left;
	border-bottom: 1px solid #cccccc;
	background-color: #ffffff;
	background-image:
		url('../images/teamofthree_LG.jpg');
	background-repeat: no-repeat;
	background-position:top right;
}
.contactInfo {
	font-size: 9px;
	font-weight: bold;
	float: left;
	text-align: right;
	width: 150px;
	margin: 20px 0 0 0;
	line-height: 16px;
	color: #ffffff;
}
.headerImage {
	float: left;
	width: 270px;
}
.links {
	float: left;
	text-align: right;
	width: 360px;
	margin: 58px 0 0 0;
}
.links ul, .links li {
	list-style: none;
	display: inline; 
}
.links li {
	height: 20px;
	padding: 3px 12px 3px 12px;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: #cccccc;
	background-color: #ebebeb;
	margin-left: 3px;
}
.links li:hover {
	background-color: #ffffff;
}
.links a {
	height: 20px;
	color: #666666;
	text-decoration:none;
}
.links a:hover {
	color: #c31717;
}
.content {
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	width: 800px;
	background-color: #ffffff;
	margin-bottom: 10px;
	text-align: left;
}
.bookLinks {
	margin-top: 20px;
}
.rightColumn {
	color:#666666;
	float: right;
	width: 160px;
	text-align: left;
	padding: 10px 5px 0 5px;
	border-color: #999999;
	border-style:double;
	border-width: 0 0 0 1px;
	height: 590px;
	background-color: #cccccc;
}
.rightColumn h2 {
	margin: 0;
	font-size: 12px;
	border-width: 0 0 2px 0;
	text-transform: uppercase;
	background-color: #C80000;
	border-color: #ffffff;
	border-style: solid;
	padding: 3px;
	text-align: center;
	color: #880000;
}
.rightColumn h2 a {
	color: #FFF;
}
.rightColumn h2 a:hover {
	color: #CCC;
}
.eventLink {
	width: 150px;
	text-align: left;
	padding: 8px 5px 8px 5px;
	color: #666666;
	border-bottom: 1px solid #ffffff;
}
.eventName {
	font-weight: bold;
	color: #A00000;
}
.eventDate {
	font-style: italic;
	font-size: 10px;
}
.leftColumn {
	padding: 10px 5px 5px 5px;
	float: left;
}
.layer {
	float: right;
	padding: 5px;
	margin: 30px 25px 0 0;
	width: 380px;
	height: 380px;
	border: 1px solid #cccccc;
	display: block;
	background-image:
		url('../images/frontPage_center.jpg');
	background-repeat: no-repeat;
	background-position:5px 5px;
}
.layer h1 {
	margin-top: 240px;
	margin-bottom: 0;
	background-color: #ffffff;
	color: #A00000;
	padding: 10px;
	text-align: right;
	border-top: 1px solid #cccccc;
	opacity: .80;
	font-size: 22px;
	filter: alpha(opacity=80);
}
.layer p {
	margin-top: 0;
	background-color: #303030;
	color: #ffffff;
	padding: 10px 20px 10px 20px;
	opacity: .90;
	filter: alpha(opacity=90);
	border-width: 1px 0 1px 0;
	border-color: #000000;
	border-style: solid;
	text-align: right;
}
.layer a {
	color: #C80000;
	text-decoration:none;
	font-weight: bold;
}
.layer a:hover {
	color: #A00000;
}
.footer {
	color: #999999;
	font-size: 10px;
	padding: 5px;
	width: 790px;
	height: 15px;
}
#bookHeader {
	padding: 5px;
	margin-top: 20px;
	margin-left: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #C80000;
}

/*Example CSS for the two demo scrollers*/
.tickerTape {
	margin: 5px 25px 20px 0;
	float: right;
	color: #ebebeb;
}
.tickerTape h2 {
	font-size: 12px;
	background-color: #ebebeb;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	color: #666;
}
.tickerTape h2 a {
	color: #C80000;
}
#pscroller{
margin-top: 25px;
width: 380px;
height: 70px;
border: 1px solid #ccc;
padding: 5px;
background-color: #333;
line-height: 16px;
}
#pscroller a {
	font-weight: bold;
}

.someclass{ /*class to apply to your scroller(s) if desired */
}