/*	Sterling Commerce Home Page CSS 
	Version 1.2
	Updated: 08.04.05 11:27AM C
*/
BODY {
	background-color: #FFF;
	background-image:  url("/images/layout/body_bg.jpg");
	background-repeat: repeat-x;
	margin-top: 5px;
}
.bgContainer {
	background-color: #DFDFE0;
	background-image:  url("/images/layout/content_bg.jpg");
	background-repeat: repeat-x;
}
.content {
	background-color: #dfdfe0;
	background-image:  url("/images/layout/content_bg.jpg");
	background-repeat: repeat-x;
}
/* News Ticker */
#TICKER {
	font-family:Arial; 
	font-size:11px; 
	color:#444444;	
}
#TICKER A:link{
	font-size: 11px;
	color: #000000;
	text-decoration: none;
}
#TICKER A:hover{
	text-decoration: underline;
}
#TICKER A:visited{
	text-decoration: none;
}
#TICKER A:active{
	text-decoration: none;
}
/*Drop Down and Main Menu Skin */
.contentWhite {
	font-size: 11px;
	color: #FFFFFF;
	text-align: center;
}
.contentBlack {
	font-size: 11px;
	color: #000000;
	text-align: center;
}
#subHolder {
	padding-left: 11px;
	margin-top: 7px;
	font-size: 11px;
}

#subHolder a {
	color: #446392;
	margin-left: 0px;
	font-size: 11px;
	text-decoration: underline;
}
#subHolder a:link, #subHolder a:visited, #subHolder a:active{
	text-decoration:underline;
}
#subHolder a:hover{
	text-decoration:none;
}
#subHolder p{
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	width: 220px;
}
#subHolder p.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
}
#subHolder .grayDivider {
	margin: 8px 0px;
}
#subHolder p.location {
	color: #000000;
	margin: 0px;
}
#events {
	text-align: left;
	margin-right: 10px;
}
#events h1 {
	background-image:  url("/images/home/headingBlue.gif");
	width: 215px;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration: none;
	padding: 3px 0px 0px 8px;
	margin-bottom:6px;}
#events p {
	padding-bottom: 0px;
}
#news {
	text-align: left;
	padding-right: 10px;
}
#news h1 {
	background-image:  url("/images/home/headingBlue.gif");
	width: 215px;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration: none;
	padding: 3px 0px 0px 8px;
	margin-bottom:6px;}
#news p {
	padding-bottom: 0px;
}
#customers {
	text-align: left;
	margin-right: 10px;
}
#customers h1 {
	background-image:  url("/images/home/headingBlue.gif");
	width: 215px;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration: none;
	padding: 3px 0px 0px 10px;
	margin-bottom:6px;}
#customers p {
	padding-bottom: 10px;
}
#topics {
	text-align: left;
}
#topics h1 {
	background-image:  url("/images/home/headingBlue.gif");
	width: 215px;
	font-size: 12px;
	background-repeat: no-repeat;
	height: 22px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
	color: #FFF;
	text-decoration: none;
	padding: 3px 0px 0px 10px;
	margin-bottom:6px;}
#topics p {
	padding-bottom: 10px;
}
.column {
	background-image:  url("/images/home/contentColumnDivider.gif");
	background-repeat: repeat-y;
	width: 20px;
}
.column2 {
	background-image:  url("/images/home/contentColumnDivider2.gif");
	background-repeat: repeat-x;
	background-position: bottom;
}
script {
	margin: 0px;}