/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #022D7B;
}
a:hover, a:active 
{
	color: #022D7B;
}

.header 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	color: #2B1A51;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
	font-weight: bold;
	color: #2B1A51;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 10pt;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
}
.title
{
	font-family: Arial Black, Arial, Tahoma, Sans-Serif;
	font-size: 18pt;
	font-weight: bolder;
	color: #022D7B;
}
.lightTitle
{
	font-family: Arial Black, Arial, Tahoma, Sans-Serif;
	font-size: 18pt;
	font-weight: bolder;
	color: #364698;
}
.blackHeader 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13pt;
	font-weight: bold;
	color: #000000;
}
/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #364099;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}
table 
{
	font-size: 10pt; /* This should match the font-size in the body and .content selectors above */
}
form 
{
	margin: 0;
}
img
{
	border: none 0 Transparent;
}

#HeaderNav .navItem 
{
	display: inline;
}

#Map, #Group 
{
	display: none;
}

.footerItem, .footerSep 
{
	display: inline;
}
.footerSep 
{
	margin: 0 10px;
}

#acmMenu 
{
	z-index: 9;
}
.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}
#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

