/* ------------------------- COLOR PALETTE

Dark blue color: 			#0B2A4C		RGB: 11/42/76
Light blue color: 			#4f7ba4		RGB: 79/123/164
Lavender color: 			#b9cadb		RGB: 185/202/219
Light Lavender color: 		#e2e9f0		RGB: 226/233/240
Orange color: 				#FC8F30		RGB: 252/143/48
Medium Grey color:			#606060		RGB: 96/96/96
Dark Grey color:			#2c2c2c		RGB: 44/44/44

----------------------------------------*/

div, p {
	font-size: .95em;
	color: #2c2c2c;
}

p, h1, h2, h3, h4 {
	padding: 0;
	margin: 0;
	line-height: 1.3em;
}

h1 {
	color: #4f7ba4;
	margin-bottom: .1em;
 }
 
p {
	margin-bottom: 1em;
}


h2 {
    color: #FC8F30;
	font-size: .90em;
	margin-top: 20px;
	letter-spacing: 0.012em;
	BORDER-BOTTOM: #c1d1e0 2px solid;
}
h3 {
	color: #606060;
	font-size: .85em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	margin-top: 15px;
	/* margin-top: 8px; */
	letter-spacing: -.03em;
	margin-bottom: .1em;
}
h4 {
	color: #606060;
	font-size: .85em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	margin-top: 5px;
	letter-spacing: -.03em;
	margin-bottom: .1em;
}


.contentheading {
	font-size: 14pt;
	padding: 0 25px 0 0;
	margin: 0;
	font-weight: bold;
	color:  #21446c;
	
}
body {
	background: #0c2a4c;	
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.page-holder{
	width:100%;
	background: url('body-bg.png') no-repeat top center;
}
.line {
	background-image: url('line.jpg');
	background-repeat: repeat-y;
	background-position: top;
}
.hline {
	background-image: url('hline.jpg');
	background-repeat: repeat-x;
	background-position: top;
}
.hlinep {
	background-image: url('hlinp.gif');
	background-repeat: repeat-x;
	background-position: top;
}
A.leftlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	color: #21446c;	
	TEXT-DECORATION: none;
}
A.leftlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	color: #21446c;	
	text-decoration: none;
}
A.leftlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	font-weight: 500;
	color: #01a4e7;
	TEXT-DECORATION: underline;
}
A.bodylink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	color: #21446c;	
	TEXT-DECORATION: underline;
}
A.bodylink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	color: #21446c;	
	text-decoration: underline;
}
A.bodylink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.95em;
	font-weight: 500;
	color: #01a4e7;
	TEXT-DECORATION: underline;
}

A.footlink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;	
	TEXT-DECORATION: underline;
}
A.footlink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #ffffff;	
	text-decoration: underline;
}
A.footlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: 500;
	color: #01a4e7;
	TEXT-DECORATION: underline;
}

.footer {
	text-align: center;
	font-size: 0.85em;
	padding: 30px 0 50px 0;
	color: #FFFFFF;
	float: left;
	width: 100%;
}