h1
{
	
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
}

h2, .header
{
	display: block;
	font-size: 1.5em;
	font-weight: bold;
	margin: .83em 0;
	margin-top:0;
}

h3, .subHeader
{
	display: block;
	font-size: 1.17em;
	font-weight: bold;
	margin: 1em 0;
	margin-top:0;
}

h4
{
	display: block;
	font-weight: bold;
	margin: 1.33em 0;
	margin-top:0;
}

h5
{
	display: block;
	font-size: 0.83em;
	font-weight: bold;
	margin: 1.67em 0;
	margin-top:0;
}

h6
{
	display: block;
	font-size: 0.67em;
	font-weight: bold;
	margin: 2.33em 0;
	margin-top:0;
}

/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 15px;
	background-color: #FFFFFF;
	color: #4D4D4D;
	margin: 0px;
	padding: 0px;
}
a 
{
	color: #486680;
}
a:hover 
{
	color: #486680;
}

h2,.header
{
	font-family:Palatino Linotype, Times New Roman, Georgia, Serif;
	font-size: 20px;
	font-weight: bolder;
	display:block;
	margin:0 0 1em;
	color: #486680;
	
}
h3,.subHeader
{
	font-family:Palatino Linotype, Times New Roman, Georgia, Serif;
	font-size: 18px;
	font-weight: bold;
	display:block;
	margin:0 0 1em;
	color: #486680;
	
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 15px;
	line-height:1.5em;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 15px;
	line-height:1.5em;
}
.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;
}



