body {
	font: 12px verdana,helvetica, sans-serif;
	color: #333;
	margin: 0px;
	line-height: 1.4em;
}

h1, h2 {
	font-size: 1.3em;
	font-weight: bold;
}

#header {
	width: 960px;
	height: 164px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat;
	position: relative;
}

#headerNav {
	position: absolute;
	bottom: 0px;
}

#headerNav a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 5px 15px 7px 20px;
	background: url(images/headerLinkBullit.jpg) no-repeat 10px;
}

#headerNav a:hover {
	color: #ffff00;
}

#content {
	background: url(images/contentTopBG.jpg) repeat-x;
	width: 960px;
	margin: 0px auto;	
	height: 400px;
	overflow: show;	
}

body>#content {
	height: auto;
	min-height: 400px;
}

.block {
	display: block;
}

#sideMenuTD {
	background: url(images/sideMenuRepeatingBG.jpg) repeat-y;
	width: 192px;
	display: block;
}

#sideMenu {
	background: url(images/sideMenuTop.jpg) no-repeat 0px 0px;
	height: 400px;
	overflow: show;		
	padding: 0px 10px;
	color: #fff;
}

#sideMenu a {
	color: #fff;
}

td>#sideMenu {
	height: auto;
	min-height: 400px;
}

#sideMenu ul {
	margin: 0px 15px;	
}
div#sideMenu ul {
	margin: 0px;	
	padding: 0px 15px;
}


#smHeaderText {
	margin: 0px 0px 5px 0px;
	display: block;
}

.hr {
	margin: 20px 0px;
	height: 1px;
	background: url(images/hr.gif) repeat-x;
}

#footer {
	width: 960px;
	margin: 10px auto;
	text-align: center;
	color: #666;
	font-weight: bold;
	background: #D8D8D8; 
}

#footer a {
	color: #666;	
	margin: 0px 10px;
}

#contentTD {
	margin: 40px 0px 10px 20px;
}

ul {
	margin: 0px 15px;
	padding: 0px;
}