/* global */
	body {margin:0px; background:url(/vimages/pagebg.gif) repeat-x #FFFFFF;}
	.cnt {text-align:center}
	.break {clear:both}
	img {border:0px}
	td, div {font-family:helvetica, arial}
	
	#pholder {width:770px; border-bottom:8px solid white; /* background: url(/vimages/holder_bg.gif) repeat-y; */ margin:0 auto}
		#banner {width:770px; height:141px; background: url(/vimages/banner.jpg) no-repeat}
		#lcol {float:left; font-size:12px; background: url(/vimages/lcol_bg.gif) repeat-y; width:207px; vertical-align:top}
			#lcolheader {background: url(/vimages/lcol_header.gif) no-repeat; font-size:10px; text-align:center; padding:20px 0px 0px 0px; color:#EEEEEE; width:207px; height:19px}
			#lcoltext {padding:0px 0px 0px 13px;}
				#lcoltext a, #lcoltext a:link, #lcoltext a:active, #lcoltext a:visited {display:block; width:177px; padding:4px; color:black; text-align:center; border-bottom:1px solid #CCCCCC; height:16px; text-decoration:none; background:#FFFFFF} 
				#lcoltext a:hover {display:block; width:177px; padding:4px; color:white; text-align:center; border-bottom:1px solid black; height:16px; text-decoration:none; background:#2E82C0}

			#lcolfooter {background: url(/vimages/lcol_footer.gif) no-repeat; width:207px; height:18px}
		#content {float:right; font-size:12px; background: url(/vimages/content_bg.gif) repeat-y; width:563px; vertical-align:top}
			#contentheader {position:relative; text-align:center; font-size:16px; letter-spacing:0px; font-weight:bold; color:white; background: url(/vimages/content_header.gif) no-repeat; width:563px; height:39px; padding-top:16px}
			#contentext {padding:0px 24px 14px 22px; vertical-align:top}
			#contentfooter {background: url(/vimages/content_footer.gif) no-repeat;  width:563px; height:15px}
			
			#footernav {width:770; padding-top:8px; padding-right:30px; height:14px; text-align:right; color:#000000; margin:0 auto; font-size:10px}
			#footernav a, #footernav a:link, #footernav a:active, #footernav a:visited {color:black; text-decoration:none;} 
				#footernav a:hover {color:#CCCCCC; text-decoration:underline;}
			
		#footer {width:100%; padding-top:8px; border-top:1px solid #2C82C3; height:24px; background:#D9EAF8; text-align:center; color:#2C82C4; margin:0 auto; font-size:11px}
			#footer a, #footer a:link, #footer a:active, #footer a:visited {color:white; text-decoration:none;} 
				#footer a:hover {color:#CCCCCC; text-decoration:underline;}
				
/* put in Ul tag */

#pdfbullets li {
list-style-image : url(/vimages/pdf_icon.gif);
}

/* put in individual li */

#pdfbullets {
list-style-image : url(/vimages/pdf_icon.gif);
}

.pdfbullets {
list-style-image : url(/vimages/pdf_icon.gif);
}

/* put in Ul tag */

#iebullets {
list-style-image : url(/vimages/explorer_icon.gif);
}

/* put in individual li */

#iebullets li {
list-style-image : url(/vimages/explorer_icon.gif);
}