#banner_evsp {
	width: 778px;
	height:105px;
	margin: 1px 0 7px 1px;
	background: url(../images/banner_evsp.gif) no-repeat top left;
	}		
	
	
	/* pdf links on EVSP pages
----------------------------------------------- */
ul.pdflist  {margin: 2em 0 0 3em; padding: 0 0 0 0;}
ul.pdflist li {margin: 3px 0 2em -3em; list-style-type: none;}
ul.pdflist a {padding: 10px 5px 15px 45px; background-image:  url(../images/pdficon.gif); background-repeat: no-repeat; background-position: left middle;}

.btext {font-weight: bold;}
.redtext {color: #F00;}

/* Step 2 CS TRANSITION page tables
----------------------------------------------- */
table.border {border: 1px solid #030; width:580px; margin-bottom:2em;}
table.border td {border-bottom: 1px solid #030; vertical-align: middle; padding: 6px;}
table.border td.bottom {border-bottom: 0}
table.border th {background-color: #ccc; padding: 8px; border-bottom: 1px solid #030; text-align: left;}
table.border td.sub , table.border td.subbottom {padding-left:30px;}
table.border td.subbottom {border-bottom: 0}

div.divlist {float:left; height:35px; width:596px; margin:0px 0px 10px 0px;}
div.divlist div.imageholder{float:left; width:32px; height:35px;}
div.divlist div.imageholder img {border:none;}
div.divlist div.linkholder {float:left; height:35px; width:535px; margin-left:14px;}
div.divlist div.linkpadding {padding-top:7px;}


 /*style to make red underlined anchor blue on hover*/
 
a.hoverblue:link {color:red; text-decoration:underline; font-weight:bold;}
a.hoverblue:visited {color:red; text-decoration:underline; font-weight:bold;}
a.hoverblue:hover {color:#3581BB; text-decoration:underline; font-weight:bold;}
a.hoverblue:active {color:red; text-decoration:underline; font-weight:bold;}