

body {
	font-family: Arial, Helvetica, sans-serif;
}


#contentMain {
	background-color: #ffffff;
}

.pageBorder {
	border-collapse: collapse;
}

.highlightBox {
	background-color: #BBD8E8;
	width: 200;
	padding: 6 6 6 6;
	margin-left: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
table.highlight {
	border: 1px solid #000;
	border-collapse: collapse;
	width: 175;
	}
th.highlight {
	color: #ffffff;
	background-color: #E30D08;
	font-weight: bold;
	font-size: 12pt;
	padding-top: 6px;
	padding-bottom: 6px;
	}
quoteHeader {
	
	background-color: #E30D08;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;

	}
p.highlightHeader {
	color: #ffffff;
	background-color: #E30D08;
	font-weight: bold;
	font-size: 12pt;
	padding: 16px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 30px;
	}
td.highlight {
	background-color: #BBD8E8;
		border: 1px solid #000;
	border-collapse: collapse;
	}
p.highlight {
	background-color: #BBD8E8;
	padding: 4px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	text-align: left;
	}

.callout {
	background-color: #D3EFFD;
	width: 250;
	padding: 6 6 6 6;
	margin-left: 30;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

p, li {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}


.audiolist {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
}



dt {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	
}

dd {
	font-size: 13px;
	font-family: Verdana, Helvetica, sans-serif;
	margin-left: 20px;
	padding-bottom: 16px;

}



.quotes
{
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

.intro
{
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	color: #332B18;
	text-align: left;
	line-height: 20px;
	padding-left: 4pt;
	padding-right: 6pt;
}
 
h4 {
	font-size: 14pt;
	font-weight: normal;
}

h5 {
	font-size: 13pt;
	font-weight: 500;
}

h2 {
	font-size: 18pt;
	font-weight: normal;
}

h1, h2, h3, h4, h5 {
	font-family: Arial, Helvetica, sans-serif;
}

.footerText {
	font-size: 8pt;
}

.small {
	font-size: 8pt;
	font-family: verdana;
}

table.form {
	border-collapse: collapse;
	}
	
.formTable {
	font-size: 10pt;
	vertical-align : top;
}
hr.divider {
	background-color: #336;
	color: #336;
}

table.nav {
	border: 1px solid #000;
	border-collapse: collapse;
	background-color: #ffffff;
	width: 642px;
	}
td.current {
	background-color: #d3effd;
	font: bold 10pt Verdana, sans-serif;
	color: #000;
	border-right: 1px solid #000;
	text-align: center;
	padding: 6px;
	}
td.nav {
	background-color: #ddd;
	font: bold 10pt Verdana, sans-serif;
	color: #369;
	border-right: 1px solid #000;
	text-align: center;
	padding: 6px;
	}

.navBar {
	font-size: 10pt;
	font-family: verdana;
	padding-bottom: 4px;
	border-bottom: 1px solid #000000;
	width: 400px;
	text-align: center;
	margin: 0 auto 0 auto;
}	

.pageNavBar {
	font-size: 9pt;
	font-family: verdana;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	width: 250px;
	text-align: center;
	margin: 0 auto 0 auto;
	line-height: 26px;
}
	
A:link {
	color:#369;
	text-decoration: none;

}

A:visited {
	color:#369;
	text-decoration: none;
}

A:link:hover, a:visited:hover {
	text-decoration: underline;
}

A:link:active, a:visited:active {
	text-decoration: none;
}

/* box styles
------------------------------------------------------- */
.box1 { background-color: #E30D08; float: right; border: 2px solid #000; padding: 4px; margin: 0px 12px 12px 12px; }
.box2 { padding: 8px; background-color: #CBE0EB; }
.box3 { padding: 8px; background-color: #fff; height: 100%;}
.box1 h4 { color: #003D64; margin: 4px; }
.box1 p { margin: 0 8px 4px 4px; font-size: .8em; }
.box1 a:link { color: #4E6E8B;  font-weight: bold; text-decoration: none; }
.box1 a:hover { text-decoration: underline; }

/* button style
------------------------------------------------------- */

.buttonCloseRoll {
	font-size: 1em;
	color: #fff;
	background-color: #1F2A78;
	border-width: 1px;
	border-style: outset;
	border-bottom-color: ButtonShadow;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	}
.buttonClose {
	font-size: 1em;
	color: #000;
	background-color: #BBD8E8;
	border-width: 1px;
	border-style: outset;
	border-bottom-color: ButtonShadow;
	border-right-color: ButtonShadow;
	border-top-color: ButtonHighlight;
	border-left-color: ButtonHighlight;
	}
	
	/* jquery popup
------------------------------------------------------- */

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#ccc;
border:1px solid #cecece;
z-index:1;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
width:300px;
background:#FFFFFF;
border:2px solid #c36;
z-index:2;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContact h3{
text-align:left;
color:#6FA5FD;
font-size:18px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#c36;
font-weight:700;
display:block;
}
#button{
text-align:center;
width:170px; 
	height: 30px; 
	background-color: #014262; 
	margin-left: 10px; 
	font-weight: bold; 
	color: #fff; 
	border-color: #95C9E3;
}
