/* Reset Styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}

/* Global Styles */

body {
	font: 12px verdana, sans-serif;
	background-color: #eef7f8;
	margin: 0 auto;
	padding: 0;
	width: 80em;
}

div#menu { margin: 0px auto 20px auto;}

/* Fixes IE peekaboo bug */
#leftColumn,
#mainContent {
	 position: relative;
}

/* Left Column */
#leftColumn {
	width: 10.66em;
	padding-left: 0em;
}

#leftColumn h5 {
	color: #003c8a;
	font-weight: bold;
	padding-bottom: 1em;
	
}
#leftColumn li {
	margin: 1em 0;
}

.columnContainer .column{
	float: left;
}
.twoColumnContainer .column {
	width: 48%;
	padding-right: 2%;
}
.threeColumnContainer .column {
	width: 31.3%;
	padding-right: 2%;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}
h1 {
	font-size: 2.6em;
	color: #003c8a;
}

h2 {
	font-size: 1.75em;
	color: #df6d30;
	margin-bottom: 0.35em;
}
h3 {
	font-size: 1.5em;
	margin-bottom: 0.39em;
	color: #003c8a;
}
h4 {
	font-size: 1.16em;
	color: #656565;
}
h5 {
	font-size: 1em;
	color: #4d4d4d;
}

a {
	color: #2c79ba;
	text-decoration: none;
}

.clearBoth {
	clear: both;
}
.allCaps {
	text-transform: uppercase;
}
.menu li {
	float: left;
	padding-right: 1em;
	margin-right: 1em;
}

img {
	vertical-align: bottom;
}
.block {
	display: block;
}
.center {
	margin-left: auto;
	margin-right: auto;
}
strong {
	font-weight: bold;	
}

/* Main Content */

h1 {
	margin-bottom: 0.35em;
}

#mainContent {
	margin: 0 0em 0 2.6em;
	width: 62.5em;
}
#topMainContent h2 {
	margin-bottom: 1em;
}
#topMainContent p {
	font-size: 1.25em;
	line-height: 1.5em;
}
#centerContent {
	padding: 1.75em 0;
}
#leftCenterContent li {
	list-style: disc outside url(../images/arrowPgBody.gif);
	margin-left: 16px;
}
#leftCenterContent {
	width: 32em;
	padding-right: 1em;
}
* html #leftCenterContent {
	width: 31em;
}
#leftCenterContent li a {
	margin-left: -5px;
}
#centerContent li a {
	line-height: 160%;
}
h4 {
	margin-bottom: 0.5em;
}
.formGroup {
	margin: 1.33em 0;
}
#rightCenterContent {
	width: 27.75em;
	padding-right: 0;
	padding-left: 1.16em;
	border-left: 1px solid #ccc;
}
#rightCenterContent h2 {
	margin-bottom: 0.5em;
	font-size: 1.15em;
}
/* The following two rules are needed to fix an IE bug */
* html #toolMenuContainer,
*:first-child+html #toolMenuContainer {
	border: 1px solid white;
}
* html #toolMenuContainer li,
*:first-child+html #toolMenuContainer li {
	margin-bottom: -2px;
}
#toolMenuContainer li {
	margin-bottom: -1px;
	margin-right: 0;
	padding-right: 0.6em;
}
.toolContainer {
	width: 27.41em;
	height: 21.5em; 
	border: 1px solid #b3b3b3;
	overflow: auto;
	padding: 0.3em 1em 1em 0.3em;
}
.toolLinks .createNew {
	float: left;
	margin-left: 14px;
}
.toolLinks .seeSample {
	float: right;
	margin-right: 6px;
}
.toolOption {
	
}
#rightCenterContent h5 {
	margin-top: 2.5em;
	margin-bottom: 0.66em;
}

/* Bottom Content */

#bottomContent {
	padding-top: 1.66em;
	border-top: 2px dotted #656565;
}
#bottomContent h3 {
	margin-bottom: 0.9em;
}
blockquote {
	line-height: 150%;
}
#bottomContent .threeColumnContainer .column {
	width: 29.8%;
	padding-right: 3.5%;
}
.testimonialAuthor {
	font-style: italic;
	margin: 0.5em 0;
}

#documentTabContent, 
#manageTabContent {
	display: none;
}
#moreDetails {
	padding: 1em 0 1.8em;
	margin-top: 1em;
	border-bottom: 1px solid #ccc;
}
#moreDetails ul {
	list-style: disc inside;
}
#footer .seal {
	float: left;
	padding-right: 3em;
}
#footer #seals .securitySeal {
	float: left;
	width: 550px;
	padding-left: 38px;
	text-align: justify;
	background: url(../images/iconSecurity.gif) no-repeat 0 -9px;
}

#trademark, #copyrightNotice
{
	font-size: 0.75em;
}

#foo2erMenu {
	text-align: center;
}
#footer li {
	border-right: 1px solid #bfd4e1;
	display: inline;
	margin-right: 1em;
	padding-right: 1em;
}
#footerMenu {
	padding: 2em 1em 3.33em;
	text-align: center;
}

