/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link, a:visited 
{
	color: #0000FF;
}
a:hover, a:active 
{
	color: #FF0000;
}

.header, h1
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 14px;
	font-weight: bolder;
	color: #306B35;
	text-transform: uppercase;
}

.subHeader, h2
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 13px;
	font-weight: bold;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12px;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 11px;
}

/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}

a small
{
	font-size: 9px;
}

body * 
{
	line-height: 1.22em;
}
form 
{
	margin: 0;
}

table 
{
	font-size: 12px; /* This should match the font-size in the body and .content selectors above */
}
img
{
	border: none 0 Transparent;
}

form ul 
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#PageFooter
{
	font-size: 11px;
	color: #A0A0A0;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden 
{
	display: none;
}

#SiteTitle, #SiteDescript, #AccessLinks, #SiteSummary
{
	display: none;
}

a img
{
	border: 0px;
}

h3
{
	width: 100%;
	border-bottom: solid 1px #AAAAAA;
}

h4
{
	width: 100%;
	border-bottom: dotted 1px #AAAAAA;
	font-size: 9pt;
	font-weight: bold;
	margin-bottom: 5px;
}

#FeatureNavigation ul.navigation li p a, #FeatureNavigation ul.navigation li p a:link, #FeatureNavigation ul.navigation li p a:visited
{
	width: auto;
	background-color: transparent;
	color: blue;
	border: none 0px transparent;
	text-transform: none;
	text-decoration: underline;
	font-size: 10pt;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

#FeatureNavigation ul.navigation li p a:active, #FeatureNavigation ul.navigation li p a:hover
{
	color: Red;
}

#acmMenu
{
	z-index: 999;
}
