/* CONTENT STYLES */
/* Should be copied to Editor stylesheet */
body 
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	background-color:#2C5F8E;
	background-image: url(/shared/images/bg-top-stripe.gif);
	background-repeat: repeat-x;
}
a, a:link, a:visited 
{
	color: #1C60AB;
}
a:hover, a:active 
{
	color: #174D8A;
}

.header
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 16pt;
	font-weight: bolder;
}
.subHeader
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 12pt;
	font-weight: bold;
}
.content
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 9pt;
}
.contentSmall
{
	font-family: Arial, Tahoma, Sans-Serif;
	font-size: 8pt;
}
.blue 
{
	color: #1C60AB;
}

#Testimonials .header, #Updates .header 
{
	font-size: 11pt;
	font-weight: bold;
}
#Testimonials .subHeader, #Updates .subHeader 
{
	font-size: 9pt;
	font-weight: bold;
}
#Testimonials, #Testimonials .content, #Updates, #Updates .content 
{
	font-size: 8pt;
}

/* End of what should be copied to Editor stylesheet */
.contentOver, .ContentOver
{
	background-color: #FFFF00;
	cursor: hand;
}
.btn 
{
	background-color: #2C5F8E;
	color: #FFFFFF;
	border: solid 2px #000000;
	font-family: Arial, Tahoma, Sans-Serif;
	font-weight: bold;
}


#PageHeader 
{
	background: #1D5DA7 url(/shared/images/hbg.jpg) repeat-y scroll 0% 0%;
	color: #FFFFFF;
}
#PageHeaderInner 
{
	text-align: right;
}
#PageHeaderInner a, #PageHeaderInner a:link, #PageHeaderInner a:visited, #PageHeaderInner a:hover, #PageHeaderInner a:active 
{
	margin: 0px 10px;
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
}
#PageHeaderInner a:hover, #PageHeaderInner a:active 
{
	text-decoration: underline;
}

/***** TOP LEFT WHITE IMAGE *****/
#L2Image 
{
	background-image: url(/shared/images/sample1.gif);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
#L2Mask 
{
	background-image: url(/shared/images/l2mask.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-color: Transparent;
}
/********************************/

/***** LINKS IN TOP SOLID ORANGE AREA *****/
#Middle1Inner #Links 
{
	color: #FFFFFF;
}
#Links a, #Links a:link, #Links a:visited, #Links a:hover, #Links a:active 
{
	margin: 0px 6px;
	font-size: 8pt;
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}
#Links a:hover, #Links a:active 
{
	text-decoration: underline;
}
/******************************************/

/***** RIGHT BLUE BOXES *****/
.blueBox .blueTop 
{
	background-image: url(/shared/images/bluetop.gif);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-weight: bold;
}
.blueBox .blueTop .inner 
{
	text-align: center;
	font-size: 8pt;
}
.blueBox .blueBody
{
	background-image: url(/shared/images/bluebody.gif);
	background-repeat: repeat-y;
}
.blueBox .blueBody .inner
{
	font-size: 7pt;
}
#Testimonials .inner, #Login .inner
{
	text-align: center;
}
.blueBox .blueBot 
{
	background-image: url(/shared/images/bluebot.gif);
	background-repeat: no-repeat;
}
.blueBox .credit 
{
	text-align: right;
	font-style: italic;
	padding-right: 3px;
}
/****************************/

#FooterInner
{
	text-align: center;
}