/* CONTENT STYLES */
/* These should be copied to the Editor stylesheet */
body 
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	background-color: #FFFFFF;
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a:link
{
	color: #8C0D2E;
}
a:visited 
{
	color: #63482E;
}
a:hover, a:active 
{
	color: #69132E;
}

.pageHeader, h1 
{
	color: #8C0D2E;
	font-family: Verdana, Sans-Serif;
	font-size: 20px;
	font-weight: bolder;
}
.header, h2
{
	color: #8C0D2E;
	font-family: Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
}
.headerBlue, h2.blue
{
	color: #788BA0;
	font-family: Verdana, Sans-Serif;
	font-size: 18px;
	font-weight: bolder;
}
.subHeader, h3
{
	color: #788BA0;
	font-family: Verdana, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
.content, p, table, input
{
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
}
.contentSmall
{
	font-family: Verdana, Sans-Serif;
	font-size: 9px;
}
.BlueGray { color: #9CAABA; }
.RichBlack { color: #000000; }
.White { color: #FFFFFF; }
.DarkRed { color: #69132E; }
.Brown { color: #63482E; }
.BlueGray2 { color: #788BA0; }
.Red2 { color: #8C0D2E; }
.DarkGray { color: #454444; }

/* End of what should be copied to Editor stylesheet */
.contentOver
{
	background-color: #FFFF00;
	cursor: pointer;
}
.btn, #ExtranetLogin_btnLogin
{
	background-color: #8C0D2E;
	color: #FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana, Sans-Serif;
	font-weight: bold;
}
form 
{
	margin: 0;
}
img
{
	/*border: none 0 Transparent;*/
}
img.gui, .gui img 
{
    border: none 0 Transparent;
}

#Masthead .logo, #Masthead .tag 
{
    display: block;
}
#Masthead ul.features 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#Masthead ul.features li 
{
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.6px;
}
#FooterColumns .colMiddle p, #FooterColumns  ul.nav, #FooterColumns  ul.staticNav
{
	font-size: 9px;
}
#FooterColumns .colLeft p 
{
	margin: 4px 0;
}
#FooterColumns .colRight p
{
	margin: 0;
	font-size: 10px;
	font-weight: bold;
}
#FooterColumns .colRight .address, #FooterColumns .colRight .phone
{
	display: block;
	font-size: 9px;
}

.clr 
{
	clear: both;
	height: 1px;
	font-size: 1px;
	overflow: hidden;
}
.hidden, .screen, .print 
{
	display: none;
}
#SiteTitle, #AccessLinks, #SiteSummary
{
	display: none;
}
#Toolbar .discoverText
{
	color: white;
	text-transformation: none;
	font-size: 14px;
	font-style: italic;
}


