body {
	margin:0; 
	padding:0;
	border:0;
	font-family:verdana, arial, helvetica, sans-serif;
	font-size:10pt;
	color:#000066;
	background:#fff;
}
#tophome {
	margin:0;
	padding:0;
	border:0;
	width:780px;
	height:112px;
	/*ADD FROM MDS*/
	
}
#wrapperhome {
	display:block;
	width:780px;
	margin:0;
	/*ADD FROM MDS*/
	padding:0;
}
img {
	border:0;
	margin:0;
	padding:0;
}
#column1 {/*Nav*/
	margin:-1px 0 0 0;
	padding:0;
	font-family:arial;
	font-stretch:ultra-condensed;
	width:162px;
	float:left;
	display:block;
}
.toplevel {
	font-size:9pt;
	line-height:19px;/*test restore per mds 2-20*/
	/*background:#fff;*/
	background:#c4d6e2;/*new background to dress up home menu*/
	margin:0 0 1px 0;
	text-indent:8px;
}
#column1 a {
	display:block;
	font-weight:bold;
	color:#111; 
	text-decoration:none;
}
#column1 .adobe a:hover {
	background:none;
	text-decoration:none;
}

/*these add ul markup to menu, replacing p and previous ul*/
#main {/*Creates a div to contain the main menu ul.*/
	margin:0;
	padding:0;
}
#main ul{
	margin:0;
	padding:0;
	display:block;
	list-style-type:none;
}
#main ul li {
	/*display:inline;/*Eliminates excess spacing between menu items. Either do this or add letterspace before </a>. li in #sub ok as is. HOWEVER li must be block to include the margin of classes (current, etc.) in the link for hover, so removed inline (to inherit block a for column1 above and added space before each </a> in all li. */
	vertical-align:top;
}
#main ul li a {
	display:block;
	width:158px;
	font-weight:bold;
	color:#111; 
	text-decoration:none;
}
#main ul li a:hover {
	/*background:#b2eee3;*/
	background:#90b5d2;
	margin:0 0 1px 0;
	/*width:158px; test remove per mds 2-20*/
}
#sub {/*Creates a div to contain the submenu ul. Div is indented, instead of the ul. */
	margin:20px 0 0 20px;
	padding-left:0;
	width:100px;/*reduces the width of the "thisone" background*/
}
#sub ul{
	margin:0;
	padding:0;
	font-size:8pt;
	font-variant:small-caps; 
	list-style:none;
}
#sub ul li   {
	font-variant: small-caps; 
	background: url("images/menubullet.gif") no-repeat; 
	margin: 0.2em 0 0 0.4em; 
	padding: 0.2em 0 0 0.8em; 
	vertical-align: top 
}
#sub ul li a {
	display:block;
	/*color:#111;*/ 
	text-decoration:none;
	width:100%;/*test add to match mds 2-20*/
}
#sub ul li a:hover {
	background:#90b5d2;
}
#sub ul li a.thisone {/*This replaces column1 ul li a.thisone*/
	/*color:#218503;*/
	background:#57C2A5;
	color:#111;
}
/*end new styles for menu ul*/

/*End Nav*/
/*column2 for home*/

#column2home {
	width:617px;
	float:right;
	/*background-color:#9999ff;*/
}

a:link { text-decoration: underline; color: #037C5B;}
a:visited { text-decoration: underline; color: #000066;}
a:hover { text-decoration: none; color: #03735b;}

#toprowhome {
	display:block;
	float:right;
	width:100%;
	height:auto;
	vertical-align:top;
	margin:0 0 3px 0;
	padding:0;
	border:0;
}
#toprowhome img {
	display:inline;
	margin:0;
	padding:0;
}
#toprowhome .imglast {
	margin-right:0;
}
#bottomrowhome {
	/*display:block;
	width:100%;*/
	height:auto;
	/*vertical-align:top;*/
	margin-top:4px;
	/*padding:0;*/
	/*margin-left:8px;*/ 
	/*background-color:#ffff66;*/
}
#subcolumn1 {
	float: left;
	display:inline;/*so subcolumn1 and newshome are side by side*/
	width:443px;
	margin:0;
	padding:0;
	vertical-align:top;
}
h1  { color: #000066; font-size: 10pt; font-family: trebuchet, verdana, sans-serif; font-weight: bold; line-height: 22px; background-image: url("images/h1.gif"); background-repeat: no-repeat; text-indent: 5px; margin: 0 }
h1 .first {
	margin-top:0;
}
.home {
	margin:0;
	padding:3px 0 10px 5px;
	/*background-color:#66ff66;*/
}

/*p.home {
	margin:0 0 .4em 14px;
}*/
/*News Home*/
#newshome { /*This was subcolumn2*/
	float:right;
	display:inline;
	width:163px;
	vertical-align:top;
}
.title  { 
	background-image: url("images/hp-news.gif"); 
	background-repeat: no-repeat; 
	text-align: center; 
	margin: 0; 
	padding-top: 2px; 
	width: 163px; 
	height: 21px; 
	vertical-align: top 
}
#news {
	height:auto;
	margin-top:-7px;/*brings div border up to meet title*/
	border:solid #87adc4;
	border-width:0 2px 2px 2px;
	width: 163px; /*ie5win fudge begins */
	voice-family:"\"}\"";
	voice-family:inherit;
	width:163px;*/
}
html>body #news {
	width:159px; /* ie5win fudge ends  This width plus side borders above = width above */
}
.date {
	font-size:7pt;
	font-style:italic;
	font-weight:bold;
	margin:5px 5px 0px 5px;
}
.datefirst {
	font-size:7pt;
	font-style:italic;
	font-weight:bold;
	margin:5px 5px 0px 5px;
	padding-top:4px;/*this adds space above the first date in the block to compensate for the negative margin-top of news.*/
}
.blurb {
	font-size:7pt;
	margin:0px 5px 5px 5px;
}
#ISV {
	clear:both;
	/*display:inline;*/
	text-align:center;
	width:162px;
	margin-left:auto;
	margin-right:auto;
	background-color:yellow;
}
/*End news home*/
/*Footerhome*/
#footerhome {
	clear:both;	
	width:780px;
	height:16px;
	border:0;
	margin:0;
	padding:0;
	background-color:#87ADC4;
}
.foot {
	color:#fff;
	text-align:right;
	font-size:8pt; 
	vertical-align: middle;
	margin:2px 2px 0 0;
	border:0;
}
/*End footer home*/

/*News Home???*/
/*#news {
	width:162px;
	xxx/*margin-top:-2px;
	xxxpadding:2px;
	xxxbgcolor:white;*/  
	/*border-color:#86ADC3;
	border-width:0 2px 2px 2px;
	border-style:solid;
}
.newshome {padding:14px 0 0 0;} 
/*End News Home*/
/*End column2 for home*/

