/* print and screen styles for the fact sheets */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #242A64;
margin: 0px;
padding: 20px 20px 20px 30px;
text-align: center;
}

a,a:visited { color: #16195C }

#contentWrapper {
width: 630px;
margin: 0px auto 0px auto;
text-align: left;
}

#footer { clear: both; }



#topRightLogo {
float: right;
margin: 0px 0px 0px 40px;
}

h1 {
font-size: 26px;
color: #C02141;
font-weight: normal;
margin: 12px 0px 25px 10px;
}

h1 span {color: #242A64;}

div.detailBox {
clear: both;
padding: 1px 10px 1px 10px;
background-color: #D5E6F0;
font-weight: bold;
margin: 20px 10px 0px 10px;
text-align: justify;
}

#sectionLogo {
float: right;
display: block;
margin: -15px 0px 0px 50px;
}


#leftColumn {
width: 49%;
float: left;
margin: 0px 0 15px 0;
text-align: justify;

}

#rightColumn {
width: 49%;
 float: right; 
margin: 0px 0 15px 0;
text-align: justify;

}

h2  {
font-weight: bold;
font-size: 16px;
margin: 10px 10px -10px 10px;
}
h2.red  { /*color: #C02141;*/ }

#rightColumn h2 {  margin: 10px 10px -10px 25px;}


h3  {
font-weight: bold;
color: #C02141;
font-size: 13px;
margin: 10px 10px -10px 10px;
}

#rightColumn h3 {  margin: 10px 10px -10px 25px;}

 p {
margin: 10px 10px 15px 10px;
line-height: 14px;
text-align: justify;
}

 p.contactNote  {
font-weight: bold;
color: #C02141;
font-size: 12px;
text-align: left;
}

div.inset h3 { padding-left: 30px; color: #242A64;}
div.inset p { padding-left: 50px;  }

#leftColumn  p {
margin: 10px 25px 15px 10px;
line-height: 14px;
}

#rightColumn p {
margin: 10px 10px 15px 25px;
line-height: 14px;
}

table.presentation {
border: solid 2px #242A64;
border-collapse: collapse;
margin: 10px 10px 15px 10px;
}

table.presentation th {
text-align: left;
font-weight: normal;
padding: 5px 10px 6px 5px;
border: solid 1px #242A64;
}

table.presentation td {
text-align: left;
font-weight: normal;
padding: 3px 5px 3px 5px;
border: solid 1px #242A64;
}

table.presentation  caption {
display: none;
}

div.center {
text-align: left;
}

#rightColumn div.center {
margin: 10px 10px 15px 25px;
}

#rightColumn  ul {
margin: 10px 0px 0px 30px
}

li {
margin: 0px 0px 10px 10px
}

span.floater {
display: block;
height: 70px;
float: right;
width: 16px;

}

span.padder {

}

a.button, a.button:visited {
color: #006699;
padding: 6px 7px 0px 0px; 
text-align: right;
text-decoration: none;
font-family: arial, helvetica, sans serif;
font-size: 11px;
font-weight: bold;
background-color: #FFCC66;
/*background-color: #93C5DE;*/

background-image: url(../graphics/transparent-button3.gif);
display: block;



width: 70px;
height: 28px;

width: 63px;
height: 19px;

}

a.button:hover { 
background-color: #FFBA42;
color: #155874;
}

#printButtons1 { position: absolute; left: 8px; top: 8px; }
#printButtons2 { float: left; margin-left: -12px;}
a.closeButton { border-left: solid 1px #16195C; font-weight: bold; padding-left: 8px;}

a.printButton { font-weight: bold;  padding-right: 6px;}




@media print 
{

body {
padding: 5px 5px 5px 10px;
font-size: 10pt;
}

td {font-size: 10pt; }

h1 { font-size: 22pt; margin: 16px 0px 10px 10px; }


#contentWrapper {
width: auto;
margin: 0px;
}

div.detailBox {
padding: 1px 10px 1px 10px;
background-color: #D5E6F0;
margin: 5px 3px 0px 3px;
}

h2  {
font-size: 14pt;
}

h3  {
font-size: 12pt;
}

p { line-height: 13pt !important; }

 p.contactNote  {
font-size: 11pt;
}

#rightColumn  ul {
margin: 10px 0px 0px 35px;
}

#footer, #printButtons1, #printButtons2 { display: none; }
}

