
h1
{
	
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}

h2
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
}

h3
{
	display: block;
	font-size: 1em;
	font-weight: bold;
	margin: 1em 0;
}

h4
{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1.33em 0;
}

h5
{
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
}

h6
{
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
}

p, dl, multicol
{
	display: block;
	margin: 0.5em 0;
}
/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
}
a,a:link 
{
	color: #DF7A1F;
	text-decoration:none;
}
a:hover
{
	color: #DF7A1F;
}
.content  a:visited
  {
	color:#AF5200;
  }
h2,.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
	color:#DF7A1F;
}
h3,.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16px;
	font-weight: bold;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
.content a:hover
{
		background-color:#DF7A1F;
		color:#fff;
}

.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver,  .contentActive:hover
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #808080;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}
.siteMap ul 
{
   list-style-type:none;
   margin:0;
   padding:0;
}
.siteMap ul li {
	background:url(/shared/images/sitemapFile.gif) no-repeat left top;
	padding-left:20px;

}
.siteMap ul li a {
	display:block;
	padding-bottom:5px;
}
.siteMap ul li.folder {
	background:url(/shared/images/sitemapFolder.gif) no-repeat left top;
}
.siteMap ul li.root {
	background:url(/shared/images/sitemapHome.gif) no-repeat left top;
}
.siteMap div.description {
	padding-bottom:5px;
}
.content:after,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.searchLinkSm
{

}
.resultTitle
{
	font-weight:bold;
	font-size:16px;
}
.searchResultWrap
{
	padding-bottom:15px;
}




