/* CSS Document */
/* Reset Start */
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, 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,
caption, tfoot, thead,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Reset End */

/* General Rules here */
BODY,
HTML{
	font-family:Helvetica, Arial, sans-serif;
	font-size: .95em;
	line-height:1.5em;
}

P{ padding: 10px 0 10px 0;  }
H1{
    font-size: 1.8em;
    }
H2{
	 font-size: 1.5em;
	 }
H3{
	 font-size: 1em;
	 font-weight: bolder;
	 }
H4{
	 font-weight: bolder;
	 font-size: .95em;
	 }
H5{
	 font-size: .83em;
	 font-weight: bolder;
	 font-size: 12px;
	 }
H6{
	 font-size: .75em;
	 font-weight: bolder;
	 font-size: 11px;
	 }
h1,h2,h3,h4,h5,h6{
	line-height:120%;
	margin:0;
	padding:10px 0;
}
A{ color:#051f74; text-decoration:underline; }
A:hover{}
STRONG{ font-weight: bold; }
EM{ font-style: italic; }

HR{ border: none; border-bottom: 1px solid #333; }

OL{ margin:0 20px; padding:10px 0; line-height:150%; }
OL LI{
	list-style: decimal outside;
	margin: 0; padding: 0;
	}

UL{ margin: 1.12em 0 0 40px; }
UL LI{
	list-style: disc outside;
	margin: 0; padding: 0;
	line-height:150%;
	padding-bottom:10px;
	}

PRE{ font-family: monospace; white-space: pre; }
BLOCKQUOTE{ margin: 1.12em 40px 1.12em 40px; }



/* End of General Rules */

#wrapper{
	width:960px;
	margin:0 auto;
}
#top_header{
	height:30px;
	padding-top:5px;
}
#searchform{
	float:right;
	width:230px;
}
#searchform form{
	float:right;
}
.topmarquee{
	float:left;
	width:720px;
	font-weight:bold;
	line-height:150%;
}
#header{
	height:156px;
	background:url(images/vpda_header.jpg) no-repeat center top;
	position:relative;
	font-size:12px;
}
#topscroll{
	height:200px;
	overflow:hidden;
	margin:5px 0;
}
#scroller{
	float:left;
	width:755px;
	background:#fff;
	height:200px;
}
#scroller2{
	width:205px;
	height:261px;
}
#recentprices{
	background:#fffad7 url(images/prices_bg.png) repeat-x left bottom;
	height:200px;
	float:right;
	width:200px;
	color:#000;
	font-size:.9em;
}
#recentprices p{
	padding:5px 0;
}
.contentmarquee{
	font-weight:bold;
	color:#900;
}
#leftcol{
	width:225px;
	float:left;
	background:#266fdc url(images/leftcolbg.png) repeat-x left top;
}
.leftmenu{
	margin:0;
	padding:0;
	margin-bottom:20px;
	font-size:.9em;
}
.leftmenu li{
	list-style:none;
	
	padding:0;
	margin:0;
}
.leftmenu li a{
	color:#fff;
	text-decoration:none;
	background:url(images/arrow2.gif) no-repeat left 10px;
	display:inline-block;
	margin:0;
	padding:7px 0 7px 15px;
}
#middle_right_col{
	width:730px;
	float:right;
	background:#f5f5f5;
	text-align: justify;
	overflow:hidden;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	display:block;
}
.padder{
	padding:10px;
}
#middle_right_col1{
	width:735px;
	float:right;
	background:#f5f5f5;
	text-align: justify;
	overflow:hidden;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	display:block;
}
.padder{
	padding:10px;
}
#middlecol{
	width:530px;
	float:left;
	background:#f5f5f5;
	text-align: justify;
	overflow:hidden;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	display:block;
}
.padder{
	padding:10px;
}
#rightcol{
	width:200px;
	float:right;
	background:#f5f5f5;
	overflow:hidden;
}
.scrollpane{
        overflow:auto;
        height:200px;
        width:195px;
}
.clear{
	clear:both;
	height:0;
	line-height:0;
	display:block;
}
.padder{
	padding:5px;
}
#footer{
	margin:5px 0;
	background:#e8e8f1;
	font-size:11px;
}
.footermenu{
	margin:0;
	padding:0;
	display:block;
	text-align:center;
	color:#051f74;
}
.footermenu li{
	list-style:none;
	display:inline;
	padding:0 10px;
	border-right:1px solid;
}
.footermenu li a{
	text-decoration:none;
}
.copyrt{
	float:left;
}
.topmenu{
	margin:0;
	padding:0;
	display:block;
	text-align:right;
	overflow:hidden;
	padding:0 10px 0 0;
	_padding-top:20px;
	font-weight:bold;
}
.topmenu li{
	list-style:none;
	display:inline;
	margin:0;
	padding:0;
	_margin: 0 10px;
}
.topmenu li a,.access li a{
	display:inline-block;
	padding:10px;
	_padding:0;
	line-height:20px;
	color:#fff;
	text-decoration:none;
	background:url(images/arrow1.gif) no-repeat left 14px;
	_background-position:left 5px;
	padding-left:15px;
}
.access{
	margin:0;
	padding:0;
	display:block;
	position:absolute;
	width:100%;
	text-align:right;
	bottom:0;
	font-weight:bold;
	background:url(images/navbg.png) no-repeat right bottom;
}
.access li{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
.access li a{
	background:none;
	padding:3px 9px;
	border-right:1px solid #6a6cba;
}
li.last, li.last a{
	border:none;
}
.fphead{
	font-size:1.4em;
	padding:0;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #C4750B;
	color:#006;
}
.fpsubhead{
	color:#006;
	font-size:1.5em;
	padding:0;
	
}
.slides_container {
			width:755px;
			display:none;
}
.slides_container .slide {
			width:755px;
			height:200px;
			display:block;
}
#scroller2 .slides_container {
			width:205px;
			display:none;
}
#scroller2 .slides_container .slide {
			width:205px;
			height:261px;
			display:block;
}
.page-title{
	padding:0;
}
.checklist{
	margin-left:0;
}
.checklist li{
	margin:0;
	padding:5px 0 10px 45px;
	background:url(images/checkmark.gif) no-repeat 10px 5px;
	list-style:none;
}
.desig_title{ 
	font-size:18px;
	color:#f30;
	font-weight:normal;
	padding-bottom:0;
}
#exec_mem p{
	padding-top:0;
	color:#006;
}
<!--
.pr img{
width:30%;
height:30%;
}
-->
.letters img{
width:30%;
height:30%;
}

.nletters img{

}
#mentortable td{
padding:10px 0;
border-collapse:collapse;
border-bottom:1px solid #ccc;
}

.nmenu{
	margin:0;
	padding:0;
	margin-bottom:20px;
	font-size:.9em;
}
.nmenu li{
	list-style:none;
	
	padding:0;
	margin:0;
}
.nmenu li a{
	color:#00f;
	text-decoration:none;
	background:url(images/arrow2.gif) no-repeat left 10px;
	display:inline-block;
	margin:0;
	padding:7px 0 7px 15px;
}
.nmenu LI IMG {
	MARGIN-TOP: 0px; FLOAT: left; MARGIN-LEFT: 5px; MARGIN-RIGHT: 5px
}
.npadder{
	padding:1px;
	}
	.hpcl,.bpcl,.iocl{
	padding:.6em 0;
	}
	.hpcl{
	background:url(images/hp_icon.png) no-repeat right 50%;
		_background:url(images/hp_icon.gif) no-repeat right 50%;
	}
	.iocl{
	background:url(images/iocl_icon.png) no-repeat right 50%;
		_background:url(images/iocl_icon.gif) no-repeat right 50%;
	}
	.bpcl{
	background:url(images/bpcl_icon.png) no-repeat right 50%;
		_background:url(images/bpcl_icon.gif) no-repeat right 50%;
	}
	#priceticker{
	height:100%;
	}
	#priceticker ul, #priceticker ul li{
	margin:0;
	padding:0;
	list-style:none;
	}
	#priceticker p{
	font-size:1.2em;
	font-weight:bold;
	}
	#priceticker ul{
	width:100%;
	}