/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body {
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #707070;
	margin: 0 0px 25px 0;
	padding: 0px;
}
body * {
/*line-height: 1.1em;*/
}
a:link {
	color: #707070;
}
a:visited {
	color: #663366;
}
a:hover, a:active, ul.nav li a.active {
	color: #71BF6B;
}
.header, h2 {
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
}
.subHeader, h3 {
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
.content, p, table {
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size: 12px;
}
.contentSmall {
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver {
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin {
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family:  Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
form {
	margin: 0;
}
img {
	border: none 0 Transparent;
}
.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print {
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary {
	display: none;
}
h2.subHeaderTitle {
	font-family:Century Gothic, Microsoft Sans Serif, Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:32px;
	margin:10px 0 0 210px;
	color:#d9d8d1;
	height: 1.4em;
	overflow:hidden;
}
h2, .body_header2, .header {
	color:#78278D;
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	text-decoration:none;
}
h3, .body_header3, .subHeader {
	color:#78278D;
	font-family:  Tahoma, Arial, Sans-Serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
.searchFirst, .searchPrev, .searchNext, .searchLast, .searchFirstOff, .searchPrevOff, .searchNextOff, .searchLastOff
{
	cursor: hand;
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family:  Tahoma, Arial, Sans-Serif;
	font-weight: bold;
}
.searchFirstOff, .searchPrevOff, .searchNextOff, .searchLastOff
{
    cursor: default;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  
}
