/* CONTENT STYLES */
h1
{
	
	font-size: 2em;
	font-weight: bold;
	margin: .67em 0;
		margin-top: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;
}

p, dl, multicol
{
	display: block;
	margin: 1em 0;
	margin-top:0;
}
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Georgia,Arial, Tahoma, Sans-Serif;
	font-size: 10px;
	background-color: #FFFFFF;
	color: #575447;
	margin: 0px;
	padding: 0px;

}
p
{
		line-height:1.5em;
}
a, a:link
{
	color: #0054A5;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

.content a
{
	text-decoration:underline;
}
.outerBounds
{
	font-size:1.2em;
}
h2,.header
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 2em;
	font-weight: bolder;
	color:#0054A5;
	display:block;
}
h3,.subHeader
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: bold;
	display:block;
}
.content
{
	font-family: Georgia, Times New Roman, Serif;
	
	line-height:1.5em;
}
.content a:visited
{
	color:#033C6B;
}
.contentSmall
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 10px;
	line-height:1.5em;
}
.content h2, .content .header
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 20px;
	font-weight: bolder;
	color:#0054A5;
	line-height:1.1em;
}
.content h3,.content .subHeader
{
	font-family: Georgia, Times New Roman, Serif;
	font-size: 18px;
	font-weight: bold;
	line-height:1.1em;
}
/* End of what should be copied to Editor stylesheet */
.contentActive:hover, .ContentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	-x-system-font:none;
	background:#E5E5E5 url(/shared/images/ab_inactive.gif) no-repeat scroll left top;
	border:1px solid #A6A6A6;
	color:#404040;
	cursor:pointer;
	font-family:Arial,helvetica,sans-serif;
	font-size:1em;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
	margin:0px;
	padding:0.2em;
}

.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;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.floatError
{
	display:block;

}
input:focus
{
	outline:1px dotted;
}
.floatErrorWrap
{
	display:block !important;
	position:absolute;
	left:0;
	top:25px;
}




