.news {
	background-color: #d81f85;
	color: white;
}
/******************Main Top*******************/
#maintop {
	margin:0 auto;
	margin-top: 8px;
	width: 930px;
	height: 260px
}
/******************News Scroller*******************/
#news {
	margin:0 auto;
	padding-left: 16px;
	padding-right: 20px;
	width: 893px;
	text-align:left;
	background-color: White;
	background: url(../images/maintop_back.gif) left top;
	border-bottom: 1px solid #4a1986;
}
/******************Left Column*******************/
#leftcol {
	width: 420x;
	float: left; 
	margin-left:0px;
}
/******************Right Column*******************/
#rightcol {
	width: 470px;
	float: right;
	margin-left:10px;
}
/******************Sectors*******************/
#leftcol #sectors {
	background-color: White;
	background: url(../images/maintop_violet_back.gif) left top;
	height: 220px;
	width: 420px;
	padding: 15px;
	border-bottom: 1px #4a1986 solid;	
}
#leftcol #sectors h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	/* any IE */
	margin: expression('10px 0px 0px 0px');
	padding: 2px;
}
#leftcol #sectors h2.tangerine {
	color: #ffa030;
	background-color: white;
}
#leftcol #sectors h2.violet {
	color: #64389a;
	background-color: white;
}
#leftcol #sectors ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 8px 0px;
}
#leftcol #sectors ul {
	/* any IE */
	padding: expression('0px 0px 4px 0px');
}
#leftcol #sectors li {
	font-size: 16px;
	list-style-type: none;
	padding-left: 32px;
	padding-top: 10px;
	height: 21px;
	border-bottom: 1px #cccccc solid;	
}
#leftcol #sectors li.tangerine {
	background: url(../images/sector_tangerine_back.gif) left top;
}
#leftcol #sectors li.violet {
	background: url(../images/sector_violet_back.gif) left top;
}
#leftcol #sectors a {
	font-weight: normal;
}
#leftcol #sectors li a:link,
#leftcol #sectors li a:visited {
	color:black;
	font-weight: normal;
	text-decoration:none;    
}
#leftcol #sectors ul li a:hover {
	text-decoration: underline;
}
/******************Banners*******************/
#rightcol #banner1 {
	font-size: 12px;
	background-color: White;
	background: url(../images/maintop_violet_back.gif) left top;
	color: black;
	line-height: 1.4em;
	height: 220px;
	width: 440px;
	border-bottom: 1px #4a1986 solid;
	padding: 15px;
}
#rightcol #banner1 h2 {
	color: #64389a;
	background-color: white;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	/* any IE */
	margin: expression('0px 0px 8px 0px');
	padding: 2px;
}
#rightcol #banner1 ul,
#rightcol #banner2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 8px 0px 0px 20px;
}
#rightcol #banner1 li,
#rightcol #banner2 li {
	font-size: 13px;
	line-height:15px;
	margin-top: -2px;
	padding-bottom: 11px;
}
#rightcol #banner1 li.tangerine,
#rightcol #banner2 li.tangerine {
	list-style-image: url(../images/tangerine_arrow.gif);
}
#rightcol #banner1 li.violet,
#rightcol #banner2 li.violet {
	list-style-image: url(../images/violet_arrow.gif);
}
#rightcol #banner1 a,
#rightcol #banner2 a {
	font-weight: normal;
}
#rightcol #banner1 li a:link,
#rightcol #banner1 li a:visited,
#rightcol #banner2 li a:link,
#rightcol #banner2 li a:visited {
	color:black;
	font-weight: normal;
	text-decoration:none;    
}
#rightcol #banner1 ul li a:hover,
#rightcol #banner2 ul li a:hover {
	text-decoration: underline;
}
#rightcol #banner2 {
	font-size: 12px;
	background-color: White;
	background: url(../images/maintop_tangerine_back.gif) left top;
	color: black;
	line-height: 1.4em;
	height: 100px;
	width: 440px;
	margin-top: 10px;
	border-bottom: 1px #4a1986 solid; 
	padding: 15px;
}
#rightcol #banner2 h2 {
	color: #ffa030;
	background-color: white;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 8px 0px;
	/* any IE */
	margin: expression('0px 0px 8px 0px');
	padding: 2px;
}
#rightcol img {
	border: 0px;
}
/******************Main Copy*******************/
#homecopy {
	margin:0 auto;
	padding: 20px;
	width: 890px;
	text-align:left;
	background-color: White;
	background: url(../images/maintop_pink_back.gif) left top;
	border-bottom: 1px solid #4a1986;
}
#homecopy h1{
	font-size: 18px;
	color: #d81f85;
	/* any IE */
	margin-bottom: expression('-10px');
}