html, body {
	height:100%;
	margin:0;
	color:#000;
	font-family:Arial,Verdana,Helvetica;
	font-size:12px;
}

a, a:active, a:visited {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

.wrapper {
	margin:0 auto;
	background-image:url('http://www.supportindustry.com/new_images/shadow.gif');
	width:956px;
	clear:both;
}
.middle {
	height:100%;
}

.wrapper td {
	vertical-align:top;
}

.header {
	width:936px;
	margin:0 auto 1px auto;
	padding-top:3px;
}

.footer {
	width:936px;
	margin:1px auto 0;
	background-color:#fff;
}

.topBar {
	background-color:#03255f;
	padding:0 2px;
	overflow:auto;
	line-height:15px;
	color:#fff;
	font-family:verdana;
	font-size:11px;
}

.topBar a, .topBar a:active, .topBar a:visited, .topBar a:link {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}

.topBarLeft {
	display:block;
	float:left;
}
.topBarRight {
	display:block;
	float:right;
}

.topBarCenter {
	display:block;
	text-align:center;
}

.headerSplash {
	display:block;
	background-image:url('http://www.supportindustry.com/new_images/header.gif');
	height:98px;
	margin-top:1px;
	width:936px;
}

.navBack {
	display:block;
	background-image:url('http://www.supportindustry.com/new_images/nav_back.gif');
	height:25px;
	margin-top:1px;
}

.navButtonHover {
	background-image:url('http://www.supportindustry.com/new_images/nav_hover.gif');
}
.navSpacer {
	padding:0px;
	height:25px;
	display:block;
	float:left;
	width:2px;
	background-image:url('http://www.supportindustry.com/new_images/nav_spacer.gif');
	cursor:pointer;
}


.contentContainer {
	width:936px;
	margin:0 auto;
	height:100%;
}

.leftColumn {
	width:200px;
	height:100%;
	min-height:100%;
	background-color:#03255f;
	float:left;
}

.sideNavList {
	display:block;
	list-style:none;
	font-family:verdana;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	padding:0;
	margin:15px 6px;
	float:left;
}


.sideNavList li a, .sideNavList li a:active, .sideNavList li a:visited {
	border-top:1px solid #fff;
	display:block;
	padding:5px 3px;
	color:#fff;
	text-decoration:none;
}

.sideNavList li a:hover {
	border-top:1px solid #000 !important;
	color:#000;
	background-color:#ffcc66;
	text-decoration:none;
}

.contentWrapper{
	margin: 15px auto;
	width:720px;
}

.contentBox {
	border:1px solid #03255f;
	background-color:#fff;
	background-repeat:repeat-x;
	background-image:url('http://www.supportindustry.com/new_images/content_back.gif');
	margin-bottom:12px;
	padding:15px;
	
}

.contentHeading {
	margin-top:-20px;
	display:block;
}

.leftContentContainer {
	float:left;
	width:422px;
}

.rightContentContainer {
	float:right;
	width:290px;
}

.leadingArticles a {
	display:block;
	margin:0px;
	padding:3px 2px;
}
.leadingArticles a:hover {
	background-color:#c2d1e8;
}

.featuredLink a, .webEvents a, .topHeadlines a{
	font-weight:bold;
	color:#127FB7;
}

.date {
	display:block;
	font-family:verdana;
	font-size:10px;
}