.body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ccffff;
	
}
.title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ffffff;
	text-transform: uppercase;
	
}
.date {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: italic;
	line-height: 13px;
	color: #000000;
}
.headline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #CCCCCC;
}

a {
	text-decoration: none;
}

a:hover { 
	color: white;
	text-decoration: underline;
	}
	
a:visited { 
	color: #cccccc;
	text-decoration: none;
	}
	
a:visited:hover { 
	color: white;
	text-decoration: underline;
	}

hr {
	color: #999999;
}

.sidebarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #000000;
}
.Footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #336666;
}
.eventsFooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #336666;
}
.footerEmail {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #336666;
}
.collectionsText {
	font-family: Verdana;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ccffff;
}
.sidebarTextCollections {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #ccffff;
}
.nameCollections {
	font-family: Verdana;
	font-size: 10px;
	line-height: 13px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}
.navbarText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	color: #336666;
}


/*start of left nav*/
 
.leftRollover {


}

.leftRollover a { 
 	background-color: #336666;
 }
 
/*safari issue- if padding is set to 5 safari looks good but other browsers break*/ 
.leftRollover a:hover { 
 	background-color: #3e7d7d;
 	padding-top: 0px;	
 }
 
 .leftRolloverDown { 
 	background-color: #3e7d7d;
 	padding-top: 0px;
 	width: 174px;
 } 
 
  .leftRolloverDown a { 
 	background-color: #3e7d7d;
 	padding-top: 0px;
 	width: 174px;
 } 
 
 
 
 .leftRollover2 {

}

.leftRollover2 a { 
 	background-color: #336666;
 	height: 21px;
 }
 
/*safari issue- if padding is set to 5 safari looks good but other browsers break*/ 
.leftRollover2 a:hover { 
 	background-color: #3e7d7d;
 	padding-top: 0px;	
 }
 
 .leftRollover2Down { 
 	background-color: #3e7d7d;
 	padding-top: 0px;
 	width: 174px;
 } 
 
  .leftRollover2Down a { 
 	background-color: #3e7d7d;
 	padding-top: 0px;
 	width: 174px;
 } 
 
 
/*end of left nav*/


/************************************************/
/*****cfautosuggest.css*/
/***********************************************/
	div.autosuggest
	{
		position:relative;
		float:left;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #000000;
	}

	input.autosuggestinput
	{
		z-index:0;
	}
	
	div.autosuggestcontainer 
	{	
		position:absolute;
		top:1.5em;
		width:100%;	
	}

    div.autosuggestcontainer .yui-ac-content
	{
		position:absolute;
		width:100%;border:1px solid #CCCCCC;
		background:#fff;overflow:hidden;
		z-index:9050;
	}

    div.autosuggestcontainer .yui-ac-shadow
	{
		position:absolute;
		margin:.3em;width:100%;
		background:#000000;
		z-index:9049;
	}

    div.autosuggestcontainer ul
	{
		padding:5px 0;
		width:100%;
		margin:0;
		padding:0;
	}

    div.autosuggestcontainer li
	{
		padding:0 5px;
		width:100%;
		cursor:default;
		white-space:nowrap;
		margin:0;
		padding:0;
	}

    div.autosuggestcontainer li.yui-ac-highlight
	{
		background:#336666;
	}

    div.autosuggestcontainer li.yui-ac-prehighlight
	{
		background:#cccccc;
	}
