body {
	color: #0D0D3F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}


/* ----- HEADINGS ----- */

h1, h2, h3, h4 {
	font-weight:normal;
	color: #0D0D3F;
	margin: 1em 0 0em 0;
	line-height: 1.2em;/* 16x1.636=36px */
	/*word-spacing: .1em;
	letter-spacing: .05em;*/
	}



#mainContent h1{
	color: #1A2F86;
	font-size:2em;  /* 16x2.25=36 */
	font-weight: normal;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	/*background-image: url(../aassets-pdb/h1/h1liner.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	padding-bottom: 5px;*/
	}

h2 {
	font-size:1.25em;   /* 16x1.5=24 */
	/* margin:1em 0;  18x1=18px */
}
h3 { 
	font-size:1.125em; /* 16x1.125=18 */ 
}
h4 { 
	font-weight: bold;
	font-size:0.875em; /* 16x0.875=14 */ 
}

/* ----- LINKS ----- */

a:link{
	color: #1A2F86;
}
a:visited{
	color: #1A2F86;
}
a:hover{
	color: #D8002D;
}
a:active, a:focus{
	color: #D8002D;
}


/* ----- TYPOGRAPHY ----- 
fonts:
"Arial Black", Gadget, sans-serif
"Comic Sans MS", cursive
"Courier New", Courier, monospace
Geneva, Arial, Helvetica,
Georgia, "Times New Roman", Times
Impact, Charcoal, sans-serif
"Lucida Sans Unicode", "Lucida Grande", Lucida, sans-serif
"Palatino Linotype", "Book Antiqua", Palatino, serif
Tahoma, Geneva, sans-serif
"Trebuchet MS", Trebuchet, Helvetica, sans-serif
Verdana, Arial, Helvetica, sans-serif
Georgia, "Times New Roman", Times, serif */

p, li, dt, dd {
	font-size: 0.75em; /* 16x0.875=14px */
	line-height: 1.3em; /* 16x1.5=24px */
}

p, ul {
	margin: .5em 0 .5em 0;
}

/*p {
   margin-bottom:0 }
p + p {
   text-indent:1em;
   margin-top:0 }*/
   
/* ul {
list-style-type: cjk-ideographic;
list-style-type: disc, circle, square, decimal, none;
}
list-style-image: url(../whatever.png);
*/

h1 + p, h2 + p, h3 + p, h4 + p {
	margin-top: 0;
	}

h1 + h2, h2 + h3, h3 + h4, h1 + h1, h2 + h2, h3 + h3, h4 + h4 {
	margin-top: 0.5em;
	}
	
/* ----- COLUMN ----- */

#column1 {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	}

#column1 p, #column1 li {
	font-size: 0.75em;
	line-height: 1.2em;
	color: #000000;
}

#column1 ul, #column1 ol {
	padding: 0;
	margin: 0 0 1.125em 1.125em; /* 16x1.125=18px */
}

/* ----- FOOTER ----- */

.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 20px 10px 14px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 0.625em;
	color: #131D5F;
}

/*#footer a:hover, #footer a:active {
color: #788054;
}*/

p#copyright {
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	}
p#websiteby {
	font-size: 0.625em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6469A3;
	margin: 0;
	padding: 0;
	}

p#websiteby a {
color: #6469A3;
}

p#websiteby a:hover {
color: #fff;
}


/* ----- BREADCRUMB ----- */

#breadcrumb {
	font-family: "Courier New", Courier, monospace;
}
