h1
{
	margin: 0px;
	padding-bottom:25px;
}

div.text a, a.link
{
  color: #aa172c;	
}


#container
{
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}


#mainimage
{
	margin-bottom:20px;
}

#contentInner
{
	margin-left:20px;
	margin-right:17px;
}

#contentInner h1
{
	font-size: 14px;
	color: #aa172c;
	margin:0px;
}

#contentInner h2
{
	font-size: 12px;
	color: #aa172c;
	margin:0px;
}

#contentInner h3
{
	font-size: 11px;
	color: #aa172c;
	margin:0px;
}


div.dynamicFormContainer
{
}

.fltrt
{
	/* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft
{
	/* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

#container #mainimage
{
	height: 129px;
}

.menuItem{


}

.subMenu .menuItem
{
	margin-bottom: 5px;
}



.inner{

	background-image: url('/_img/dot_med.gif');
	background-repeat:no-repeat;
	background-position:0px 7px;
}

.expandable{
	background-image: url('/_img/arrow.gif');
	background-repeat:no-repeat;
	background-position:right 7px;

}

.expanded{
	background-image: url('/_img/arrow_down.gif');
	background-repeat:no-repeat;
	background-position:right 7px;

}

.theText{
	margin-left:9px;
}



.subMenu .menuItem a
{
	color: #2a2a2a;
	font-weight: 700;
	font-size: 11px;
}

.subMenu .selected a
{
	color: #aa172c !important;
	font-weight: 700;
}

.globalMenu .menuItem a
{
	color: #aa172c !important;
}

.crossLinkPic{
	width:160px;
	border: none;
	margin-bottom: 20px;
	margin-top:4px;
}

.menuItemCross{
	
	color: #2a2a2a;
	font-weight: 700;
	font-size: 11px;	

}

.innerCross{
	

}

.arrowCrossLink{
	border: none;
	margin-right:4px;
	margin-bottom:1px;
}

#container #header #topLevelMenu td.expandedTop A, #container #header #topLevelMenu td.selected A
{
	border-bottom: solid 1px #aa172c;
}

.pageTeasers
{
	border-bottom: solid 1px #eeeeee;
	margin-bottom: 15px;
}

.pageTeasers div.title A
{
	color: #555555 !important;
}

.pageTeasers div.description A
{
	color: #777777 !important;
}

.pageTeasers .teasersRow table td
{
	vertical-align: top;
	width: 50%;
}

.pageTeasers .crossLink .title
{
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-right: 10px;
}

.pageTeasers .crossLink .description
{
	margin-bottom: 15px;
	padding-right: 10px;
}

.pageTeasers .crossLink A:hover
{
	color: #aa172c !important;
}


#flashcontent
{
	margin-top: 15px;
	margin-bottom: 15px;
	padding-right: 15px;
}

div.podcast
{
	margin-top:5px;
	padding: 3px;
	border: dotted 1px #eeeeee;
}

div.podcast div.podcastInner
{
	background-color: #f5f5f5;
	padding: 4px;
}

div.podcast A
{
	color: #aa172c;
	margin-top:5px;
}


