html, body {
	background-color: #fff;
	height: 100%;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;	
}

h2, h3 {
	font-size: 20px;	
}

h4, h5 {
	font-size: 14px;	
}

img {
	border: 0;	
}

a  {
	color: #8f889b;	
}

#content {
	font-family: Verdana, Arial;
	font-size: 10px;
	margin-bottom: 20px;
	margin-top: 55px;
	width: 540px;	
}

#footer {
	position: relative;
	bottom: 0;
	left:0;
	height: 60px;
	background-color: #bdb8c1;
	width: 100%;
}

#footer .left {
	float: left;	
}

#footer .right {
	float: right;
	right: 0;
	position: absolute;
}

#left-column {
	padding: 60px 20px 20px 20px;	
}


#navigation {
	height: 170px;
	position: relative;
	width: 300px;
}

#navigation ul {
	bottom: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;	
}

#navigation ul li {
	color: #000;
	font-size: 11px;
	line-height: 12px;		
}

#navigation ul li a {
	color: #000;
	font-family: Verdana, Arial;
	font-size: 10px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation ul li a:hover {
	color: #8f889b;
	text-decoration: none;
}
#navigation ul li a.selected {
	color: #8f889b;
	text-decoration: none;
}

#program {
		
}

#program .item {
	float: left;
	font-family: Verdana, Arial;
	font-size: 10px;
	margin-bottom: 30px;
	margin-right: 20px;
	text-transform: normal;
	width: 180px;
}

#program .item .description {
	margin-top: 4px;
}

#right-column {
	
}



#wrapper {
	position: relative;
	width: 950px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin-bottom: -60px;
}

.clear {
	font-size: 0;
	height: 0;
	clear: both;	
}

.column {
	float: left;	
}

.teaser-content{
	display: none;
}
	
#SearchResults
	{
	}
	

#SearchResults .Item
	{
		 padding: 10px 0px 10px 0px;
	}
	
#SearchResults .Item .Teaser
	{
		width: 363px;
	}
	
#SearchResults .Item .Teaser .PhotoContainer
	{
		margin-left: 8px;
		float: right;
	}
	
#SearchResults .Item .Teaser .Photo
	{
		padding: 5px 5px 5px 5px;
		background-color: #FFFFFF;
	}	

	
#SearchResults .Item .Content
	{
		display: none;
	}
	
#SearchResults .Item .ContentSeparator
	{
		padding: 30px 0px 10px 0px;
	}
	
#SearchResults .Item .ReadMore
	{
		text-decoration: none;
		font-weight: bold;
		color: #000000;
	}
	
#SearchResults .Item .Date
	{
		width: 95px;
		/*background-color: #510086;
		background-color: #B11016;*/
		background-color: #bdb8c1;
	}



	
#SearchResults .Item .Date .Data
	{
		color: #FFFFFF;
		font-weight: bold; 
		padding: 4px;
	}
	
#SearchResults .Item .Time
	{
		width: 95px;
		background-color: #FFFFFF;
	}
	
#SearchResults .Item .Time .Data
	{
		color: #000000;
		font-weight: bold;
		padding: 4px;
	}
	
#SearchResults .Separator
	{
		background-color: #CCCCCC;
		width: 500px;
	}
	
