body{
	padding:0;
	background:#ffffff;
	margin-top:5px;
	margin-bottom:0px;
}



#PageContainer{
	position:relative;
	width:980px;
	height:auto;
	margin-right:auto;
	margin-left:auto;
	background:#ffffff;
}

#sticker{
	position:absolute;
	top:8px;
	right:40px;
	z-index:999;
	width:130px;
	height:140px;
	clear:both;
}

#PageHeader{
	width:980px;
	height:95px;
	margin-bottom:10px;
	padding:0;
	float:none;
	clear:both;
}

#LeftColumn{
	width:215px;
	float:left;
	clear:left;
	margin-right:8px;
	padding:0;
}

#MiddleColumn{
	width:534px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#MiddleColumnNoRight{
	width:740px;
	height:auto;
	float:left;
	margin:0;
	padding:0;
}

#RightColumn{
	width:215px;
	height:auto;
	float:left;
	margin-left:8px;
	padding:0;
	margin-top:50px;
}


#MainMenu{
	width:215px;
	height:auto;
	/* overflow:hidden; */
	float:none;
	margin-bottom:8px;
	padding:0;
}



#ContentContainer{
	margin-left:20px;
	padding:0;
}






/*
***************************************
	Image box and caption
***************************************
*/

#ImageBox{
	width:150px;
	height:auto;
	float:left;
	margin-top:4px;
	margin-right:20px;
}

p.ImageCaption{
	font-size:11px;
	color:#808080;
	margin-top:4px;
	line-height:14px;
}






#MainContent{
	width:340px;
	height:auto;
	overflow:hidden;
	float:left;
	margin:0;
	padding:0;
	margin-top:32px;
}

#MainContentWide{
	width:440px;
	margin-top:32px;
}

#MainContentXWide{
	width:514px;
	margin-top:32px;
}

#MainContentFull{
	width:730px;
	margin-top:32px;
}



/*
***************************************
	SiteTools section with icons & search
***************************************
*/

#SiteTools{
	width:215px;
	height:82px;
	overflow:hidden;
	float:none;
	margin-bottom:12px;
	padding:0;
	
	background-image:url(../gfx/SiteTools_bg.gif);
	background-repeat:no-repeat;
}


#Icons{
	margin-top:5px;
	margin-bottom:2px;
	margin-left:4px;
}

#Icons ul{
	margin:0;
	padding:0;
}

#Icons ul li{
	display:block;
	width:52px;
	height:auto;
	float:left;
	list-style:none;
	
	background-image:url(../gfx/IconDivider.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding-left:8px;
	padding-right:8px;
	text-align:center;
}

#Icons ul li.FirstItem{
	background-image:none;
}

#Icons ul li a img{
	padding-bottom:2px;
}

#Icons ul li a:link, #Icons ul li a:visited{
	font-family:verdana,sans-serif;
	font-size:9px;
	text-decoration:none;
	color:#707070;
}

#Icons ul li a:hover, #Icons ul li a:active{
	color:#333333;
}


#Search form{
	display:inline;
}

#SearchField{
	width:140px;
	height:19px;
	overflow:hidden;
	margin-top:5px;
	margin-left:8px;
	padding-left:6px;
	padding-top:3px;
	float:left;
	border:0;
	background-image:url(../gfx/SearchField_bg.gif);
	background-repeat:no-repeat;
	background-color:transparent;
	background-attachment:scroll;
	
	font-family:verdana,sans-serif;
	font-size:10px;
}

#SearchButton{
	width:51px;
	height:19px;
	overflow:hidden;
	margin-top:5px;
	padding-left:8px;
	padding-top:0px;
	border:0;
	float:left;
	background-image:url(../gfx/SearchButton_bg.gif);
	background-repeat:no-repeat;
	text-align:left;
	font-family:arial,sans-serif;
	font-size:11px;
	color:#ffffff;
	cursor:pointer;
}







/*
***************************************
	Address field
***************************************
*/

#Address{
	width:212px;
	height:auto;
	overflow:hidden;
	float:none;
	margin-left:3px;
	margin-bottom:5px;
	padding:0;
}

#Address p{
	
	font-size:11px;
	color:#707072;
	line-height:13px;
}







/*
***************************************
	News and event listings
***************************************
*/

div.Listing ul{
	list-style:none;
	margin-left:0;
	margin-right:0;
	margin-bottom:6px;
	padding:0;
	border:0;
}

div.Listing ul li{
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
	margin:0;
	padding-top:3px;
	float:none;
	clear:both;
}

div.Listing ul li.FirstItem{
	padding-top:2px;
}

div.Listing ul li.Even{
	background-color:#f2f3f4;
	background-color:#f7f7f8;
}

div.Listing ul li.MoreItems{
	padding-top:1px;
}




div.Listing ul li a, div.Listing ul li span.nolink{
	display:block;
	width:auto;
	height:auto;
	padding-left:7px;
	padding-right:7px;
	padding-bottom:4px;
	margin-left:0;
	overflow:auto;
	font-size:11px;
	line-height:13px;
	text-decoration:none;
	cursor:pointer;
}

div.Listing ul li a:link, div.Listing ul li a:visited{
	color:#666666;
	
}

div.Listing ul li a:hover, div.Listing ul li a:active{
	color:#888888;
}

div.Listing ul li.Selected a, div.Listing ul li.Selected span.nolink{
	color:#000000;
}



div.Listing li a span.headline{
	display:block;
	width:auto;
	height:auto;
	overflow:auto;
	
	margin-bottom:1px;
	padding-right:0px;
	
	font-size:11px;
	line-height:14px;
	color:#b30135;
	font-weight:bold;
}

div.Listing ul li a:hover span.headline, div.Listing ul li a:active span.headline{
	color:#ca4d71;
}

div.Listing li.Selected a span.headline{
	color:#000000;
}

div.Listing li.Selected a:hover span.headline{
	color:#000000;
}



div.Listing li a span.date{
	color:#b30135;
	padding-right:6px;
}

div.Listing li a:hover span.date{
	color:#ca4d71;
}

div.Listing li.Selected a span.date{
	color:#000000;
}

div.Listing li.Selected a:hover span.date{
	color:#000000;
}

div.Listing li.Passed span.text{
	display:none;
}



div.Listing li a span.readmore{
	display:block;
	text-align:right;
	margin-top:1px;
	padding-right:16px;
	
	background-image:url(../gfx/ArrowReadMoreNews.gif);
	background-repeat:no-repeat;
	background-position:top right;
	
	line-height:12px;
	color:#b30135;
	font-weight:normal;
}

div.Listing li a:hover span.readmore{
	color:#ca4d71;
}

div.Listing li.Passed span.readmore{
	display:none;
}



div.Listing ul li.MoreItems a span{
	display:block;
	text-align:right;
	padding-right:16px;
	font-weight:bold;
	color:#b30135;
	
	background-image:url(../gfx/ArrowReadMoreNewsRed.gif);
	background-repeat:no-repeat;
	background-position:top right;
	margin-top:2px;
	line-height:12px;
}

div.Listing ul li.MoreItems a:hover span{
	color:#ca4d71;
}










/*
***************************************
	NavigationTracker
***************************************
*/

#NavigationTracker{
	width:auto;
	height:19px;
	margin-top:3px;
	margin-bottom:20px;
	padding:0;
	clear:both;
}

#NavigationTracker ul{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	border:0;
}

#NavigationTracker li{
	list-style:none;
	display:block;
	width:auto;
	height:19px;
	float:left;
	font-size:11px;
	margin:0;
	padding:0;
	border:0;
	
	background-image:url(../gfx/NavTrackerDivider.gif);
	background-repeat:no-repeat;
	background-position:0px 3px;
	
}

#NavigationTracker li.FirstItem{
	background-image:url(../gfx/ArrowReadMore.gif);
	background-repeat:no-repeat;
	background-position:-2px 2px;
}

#NavigationTracker li.FirstItem a{
	padding-left:10px;
}

#NavigationTracker a{
	display:block;
	float:left;
	width:auto;
	height:13px;
	margin:0;
	padding-left:11px;
	border:0;
	text-decoration:none;
}

#NavigationTracker a:hover{
	color:#b30135;
}


#NavigationTracker span.Selected{
	display:block;
	float:left;
	width:auto;
	height:13px;
	padding-left:11px;
	/* color:#649cb4; */
	color:#b30135;
}








/*
***************************************
	Generic label (RightColumn)
***************************************
*/

div.GenericLabel{
	display:block;
	width:215px;
	height:19px;
	overflow:hidden;
	
	margin:0;
	padding:0;
	
	background-image:url(../gfx/GenericLabel_bg.gif);
	background-repeat:no-repeat;
}

div.GenericLabel span{
	display:block;
	width:200px;
	height:17px;
	padding-left:9px;
	padding-top:2px;
	
	font-size:11px;
	color:#ffffff;
	font-weight:normal;
}










/*
***************************************
	Spot listing on possibly all pages
***************************************
*/

#Spotlist{
	padding-bottom:12px;
	
	background-image:url(../gfx/Spotlist_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

#Spotlist div.GenericLabel{
	margin-top:48px;
	margin-bottom:12px;
}

#Spotlist ul{
	list-style:none;
	margin:0;
	padding:0;
	border:0;
}

#Spotlist ul li{
	display:block;
	width:100%;
	height:auto;
	overflow:auto;
	list-style:none;
	
	margin-top:5px;
	margin-bottom:1px;
	padding:0;
	border:0;
	
	font-size:11px;
	
	background-image:url(../gfx/ArrowReadMoreNewsRed.gif);
	background-repeat:no-repeat;
	background-position:4px 0;
}

#Spotlist ul li a{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:0;
	padding:0;
	border:0;
	
	text-decoration:none;
}

#Spotlist ul li a span.Name{
	display:block;
	margin:0;
	padding-left:16px;
}

#Spotlist ul li.Selected a span.Name{
	color:#b30135;
}

#Spotlist ul li a span.Text{
	display:none;
	margin:0;
	padding-left:16px;
}








#SiteChanged{
	margin-left:3px;
}

#SiteChanged p{
	font-size:11px;
	color:#707072;
	line-height:13px;
}
