/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
* 
{
	color: #000000;
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
}

body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
	background-color: #FFD100;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link
{
	color: #902147;
	font-weight: bold;
}
a:hover, a:active, a:visited  
{
	color: #000;
	font-weight: bold;
}

.header
{
	color: #666633;
	font-family: Verdana, Sans-Serif;
	font-size: 13pt;
	font-weight: bolder;
}
.blueHeader 
{
	color: #214C9A;
	font-family: Gill Sans Condensed, Gill Sans, Tahoma, Sans-Serif;
	font-size: 18pt;
	font-weight: bold;
}
.subHeader
{
	font-family: Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
}
.content
{
	font-family: Verdana, Sans-Serif;
	font-size: 9pt;
}
.contentSmall
{
	font-family: Verdana, Sans-Serif;
	font-size: 8pt;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #902147;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}
table 
{
	font-size: 9pt;
}
form 
{
	margin: 0px;
}
img 
{
	border: none 0px Transparent;
}

#PageLinks .navItem 
{
	display: inline;
	font-family: Helvetica, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
}
#PageTitleInner 
{
	color: #FFFFFF;
	font-family: Gill Sans, Verdana, Sans-Serif;
	font-size: 11pt;
	font-weight: bold;
	text-transform: uppercase;
}
#PageTitleInner .lastWord 
{
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18pt;
	font-weight: normal;
	font-style: italic;
	text-transform: lowercase;
}
#ColMiddle div.dash 
{
	display: none;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}  ul.itemListing
{
	list-style-type:none;
	margin:0;
	padding:0;
}
ul.itemListing li
{
	padding-bottom:1em;
}
ul#NewsDefaultList li h4
{
	margin:0 0  0px 0;
	font-size:16px;
}
ul#NewsDefaultList li h4 a
{
	font-size:14px;
}
.newsListDate
{
	font-style:italic;
	font-size:11px;
}
.formList
{
	list-style-type:none;
	margin:0;
	padding:0;
}

.formList .label
{
	font-weight:bold;
	width:150px;
	float:left;
}
.formList li:after
{
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
 .formList li
 {
	padding-bottom:1em;
 }
.bioLabel
{
	display:block;
	font-weight:bold;
}
.bioDetailWrap
{
	float:left;
	width:250px;
}
.bioDetailImage
{
	float:left;
	margin-right:15px;
}

