﻿html, body
{
	margin: 0; padding: 0;
}
html, body
{
	background-color: #fff;
	color: #3966A9;
	font: normal normal normal 12px Arial, Helvetica, Sans-Serif;
}
img 
{
	border: 0 none;
}


h1, h2, h3, h4, h5, h6
{
	margin: 0;
	padding: 0;
	font: normal normal bold 14px Arial, Helvetica, Sans-Serif;
	color: #3966A9;
}
h1 { font-size: 22px; margin: 0 0 0.5em 0; }
h2 { font-size: 16px; margin: 1.0em 0 0.5em 0; }
h3 { font-size: 12px; margin: 1.0em 0 0.5em 0; }

address
{
	margin: 1.0em 0;
	font: normal normal normal 1.0em Arial, Helvetica, Sans-Serif;
	color: #3966A9;
}
a:link, a:visited, a:hover, a:active
{
	color: #00d;
	text-decoration: none;
}
a:hover
{
	color: #00008b;
	text-decoration: underline;
}
a.noStyle, a.noStyle:hover,
a.bookmark, a.bookmark:hover
{
	color: inherit !important;
	text-decoration: inherit !important;
}
a.cta	/* Call To Action */
{
	font-weight: bold;
}
em
{
	text-decoration: none;
	font-style: italic;
}
em.bold
{
	font-weight: bold;
}
p, ul, ol
{
	margin: 0 0 0.7em 0;
	padding: 0;
}

ul
{
	list-style-type: disc;
}
ul li
{
	margin: 0 0 0.4em 1.5em;
	padding: 0;
}

ol li
{
	margin: 0.4em 0 0.1em 2.0em;
	padding: 0;
	list-style-position: outside;
}


/*
** Common Rules
*/
.strong
{
	font-weight: bold;
}
.hidden
{
	display: none;
}
.noTop
{
	margin-top: 0;
}
.noBottom
{
	margin-bottom: 0;
}
.noLeading
{
	margin-top: 0;
	margin-bottom: 0;
}
.indent
{
	margin-left: 2.0em;
}
div.separator
{
	clear: both;
	height: 1px;
	line-height: 1px;
	overflow: hidden;
}
p.returnToTop
{
	margin-right: 0.5em;
	text-align: right;
	font-size: 0.9em;
}
p.returnToTop a
{
	color: #3966A9;
	text-decoration: none;
}
p.returnToTop a:hover
{
	color: #00008b;
	text-decoration: none;
}
ul.plain
{
	list-style-type: none;
	padding: 0;
}
ul.plain li
{
	margin: 0 0 0.1em 0;
	padding: 0;
	background-image: none;
}

ul.alternating li.odd
{
	font-weight: bold;
}


/*
** tinyMCE specific formatting
*/
body.mceContentBody 
{
	padding: 10px;
}


/*
** Info/Product Panels
*/
div.infoPanel
{
	position: absolute;
	left: 0;
	top: 0;
	width: 121px;
	height: 221px;
}
div.infoPanel div.header
{
	position: absolute;
	left: 0;
	top: 0;
	width: 121px;
	height: 85px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
div.infoPanel div.header h2
{
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
div.infoPanel div.header h2 a
{
	color: #fff;
	text-decoration: none;
}

div.infoPanel div.text
{
	position: absolute;
	left: 0;
	top: 85px;
	width: 121px;
	height: 109px
}
div.infoPanel div.text p
{
	color: #002d6c;
	font-size: 11px;
	margin: 7px 5px 0 5px;
}
div.infoPanel div.link
{
	position: absolute;
	left: 0;
	top: 194px;
	padding-top: 2px;
	width: 121px;
	height: 25px
}
div.infoPanel div.link a
{
	display: block;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding-right: 5px;
	font-size: 9px;
}
div.infoPanel div.link a:hover
{
	text-decoration: underline;
}
