body
{
	font-family: Helvetica, Arial, sans-serif;
	background-color: white;
	margin: 0;
}
img
{
	border: 0;
	padding-bottom: 7px;
}
ul, li
{
	list-style: none;
	padding: 0;
	margin: 0;
}

.indent
{
	padding: 0 70px 0 0;
	float: left;
	display: block;
}

ul.menu {
	background-color: white; 
	cursor: default;
	margin: 0;
	padding: 0;
	float: left;
}
ul.menu ul {
	width: 140px;
	margin: 0;
	padding: 0 0 10px 0;
	background-color: white; 
	cursor: default;
	line-height: 21px;
}
ul.menu li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	color: #fff;
}
ul.menu li > ul {
	display: none;
	position: relative; 
	left: 0px;
	padding-top: 1px;
	/* top: 18px; */
}
ul.menu li:hover > ul {
	display: block;
}

ul.menu li:hover, ul.menu li.CSStoHighlight {
	background-color: white;
	color: #000;
}
ul.menu ul.CSStoShow {
	display: block;
}

.index-wrapper
{
	margin: 0 20px 0 14px;
	padding: 34px 0 20px 0;
	position: absolute;
}
.description-wrapper
{
	float: left;
	vertical-align: top;
	min-width: 300px;
	margin-right: 60px;
}
.clear { clear: left; }

.label-wrapper 
{
	width: 440px;
	margin-right: 19px;
}

.headline-wrapper { margin: 24px 0 6px 0; }

.view
{
	font-size: 14px;
	line-height: 19px;
	color: black;
	padding: 4px 0 0 14px;
	width: 100%;
	min-width: 985px;
	height: 32px;
	background-color: white;
	position: fixed;
	z-index: 2;
}

.nobreak {
	display: inline;
}

.italic 
{
	font-style: italic;
}


.text_large {
	font-size: 20px;
	line-height: 29px;
	color: black;
	text-decoration: none;
	font-weight: normal;
}
.text_large a {
	text-decoration: none;
	color: black;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-top: 2px;
	padding-bottom: 1px;
}
.text_large a:visited {
	background: url(../assets/bg_strike.png) repeat-x left 50%;
	text-decoration: none;
	border-width: 0 0 0 0;
	padding-top: 2px;
}
.text_large .nav a:visited {
	background: none;
	text-decoration: none;
	color: black;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-top: 2px;
}
.text_large a:hover {
	background-color: black;
	text-decoration: none;
	color: white;
	border-bottom: black;
	border-width: 0 0 1px 0;
	padding-top: 2px;
	padding-bottom: 1px;
	border-style: none none solid none;
}
.text_large .event {
	background: url(../assets/bg_events.png) repeat center left;
	padding-top: 2px;
	padding-bottom: 2px;
}
.text_large .meta {
	color: black;
}
.text_large a.meta:hover {
	color: white;
}
.headline
{
	font-size: 14px;
	line-height: 19px;
	color: black;
}
.spacer {
	padding-bottom: 22px;	
}
.last {
	margin-bottom: 44px;	
}
.label
{
	font-size: 14px;
	line-height: 19px;
	color: black;
	text-decoration: none;
}
.text
{
	font-size: 14px;
	line-height: 19px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}
.text a, .label a, .headline a, .view a
{
	text-decoration: none;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	color: black;	
}
.text a:visited, .label a:visited
{
	background: url(../assets/bg_strike.png) repeat-x center left;
	text-decoration: none;
	border-width: 0 0 0 0;
	color: black;	
}
.text a:hover, .label a:hover, .headline a:hover, .view a:hover
{
	background-color: black;
	text-decoration: none;
	border-bottom: black;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding-top: 2px;
	color: white;	
}
.text .selected, .label .selected
{
	background-color: black;
	text-decoration: none;
	padding-top: 2px;
	color: white;	
}
