/* CSS reset */
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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
blockquote {
	margin: auto 30px;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end CSS reset */

#contentsContainer  {
width:800px;
margin: 18px;
float:left;
text-align:left;
}

/* begin left column sections */
#leftCol {
float:left;
width: 350px ;
margin: 0 36px 18px 0;

text-align:right;
}

#leftCol p {
margin: 18px 24px 0 0;
font: 15px Georgia, "Times New Roman", Times, serif;
width:250px;
float:right;
text-align:left;
}

#pdfSec  {
margin: 18px 0 18px 0;
width:263px;
float:right;
background-color: #EDF5FB;
border: solid 1px #93969A;
padding: 4px 10px 12px 12px;

}



#pdfSec img  {

display:inline;
float:right;
}

#pdfSec a {
text-decoration:none;
color:#215A8C;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
display:inline;
text-align:left;

float:left;

}

#pdfLogo {
float:left;
width:15px;

}

#pdfLink {
float:left;
width: 240px;

}

#sponLogo {

margin: 0 70px 0 0;

}

/* end left column sections */

/* begin right column sections */

#rightColumn {
float:left;
width: 380px ;


}

#rightColumn h2 {

font-family: Verdana;
font-weight: bold;
font-size: 14px;
color:#000000;
margin: 0 0 6px 0;

}

#rightColumn p {
font-family: Verdana; 
font-weight: normal; 
font-size: 10px; 
color:#333333;
margin: 0 0 18px 0;
}


#rightColumn h3 {
margin: 0 0 18px 0;
}


#rightColumn li {
color: #215A8C;
}


#rightColumn h3 a

{
font-family: Verdana; 
font-weight: bold; 
font-size: 16px; 
color: #215A8C;
margin: 0 0 18px 0;
line-height: 16px;
}

#rightColumn ul {
margin: 0 0 18px 0;
}


#rightColumn li {
font-family: Verdana; 
font-weight: normal; 
font-size: 14px; 
margin: 0 0 12px 0;
}


#rightColumn a {
text-decoration:none;
color:#215A8C;
}



/* end right column sections */
/*begin footer*/

#nywFooter  {
float:left;
width: 800px;
font-family: Verdana; 
font-weight: normal; 
font-size: 11px; 
border-top: 1px solid #00CCCC;
margin: 36px 0 0 0;

}

#nywFooter ul {

margin: 14px 0 18px 200px;

}

#nywFooter li {
display:inline;
}


#nywFooter a{
text-decoration:none;
color:#215A8C;
}


#icfooter {
float:left;
}






