body {
	margin: 0;
	background-color: #f1f1f1;
	font-family: sans-serif;
	color: #333333;
	font-size: 90%;
	background-image: url(/img/TP_logo_bk.png);
	background-repeat: repeat-x;
	background-position: top;
}
#wrapper {
	width: 1020px;
	margin: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#top {
	height: 100px;
	margin: 0;
}
#content {
	margin-top: 25px;
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 350px;	
}
#home_left {
	width: 325px;
	height: 550px;
	margin-top: 15px;
	margin-left: 10px;
	clear: both;
	float: left;
}
#left_nav_audio {
	width: 325px;
	height: 550px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(/img/left_audio.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
#left_nav_web {
	width: 325px;
	height: 550px;
	margin-top: 15px;
	margin-left: 10px;
	background-image: url(/img/left_web.png);
	background-repeat: no-repeat;
	clear: both;
	float: left;
}
/************* NAV styles ****************/
#nav {
	width: 945px;
	height: 50px;
	background-image: url(/img/navBK.gif);
	background-repeat: no-repeat;
	top: 10px;
	padding-left: 75px;
	margin-top: 8px;
	margin-bottom: 0;
	margin-left: 0;
}
#nav li {
	display: inline;
	padding-right: 15px;
}
#nav ul {
	padding-top: 15px;
}
#nav a {
	color: #082850;
	font-weight: bold;
}
#nav a:hover {
	color: #F08421;
	text-decoration: none;
}
#leftnav {
	width: 145px;
	float: right;
	margin-top: 175px;
}
#leftnav li {
	list-style-type: none;
	padding: 5px;
}
#leftnav a {
	color: #082850;	
}
#leftnav a:hover {
	color: #F08421;	
	text-decoration: none;
}
#leftnav_web {
	width: 145px;
	float: right;
	margin-top: 25px;
}
#leftnav_web li {
	list-style-type: none;
	padding: 5px;
}
#leftnav_web a {
	color: #082850;	
}
#leftnav_web a:hover {
	color: #F08421;	
	text-decoration: none;
}
/************* H tags styles ****************/
h1{
	font-size: 110%;
	color: #334d55;
	padding: 0px;
	margin-top: 12px;
}

h2{
	 font-size: 110%;
	 color: #213C57;
	 margin: 0px;
	 padding: 0px;
}

h3{
	 font-size: 110%;
	 color: #213C57;
	 margin: 0px;
	 padding: 0px;
}

h4{
	font-size: 110%;
	font-weight: bold;
	color: #213C57;
	margin: 12px 0px 0px;
}

h5{
	 font-size: 110%;
	 color: #213C57;
	 margin: 0px;
	 padding: 0px;
}
/************* Footer styles ****************/
#footer {
	width: 1020px;
	height: 100px;
	font-size: 90%;
	background-image: url(/img/TP_logo_bk.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 15px;
	background-position: bottom;
	color: #FFFFFF;
	text-align: center;
}

#footer ul{
	text-align: center;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 6px;
	padding-bottom: 0px;
	padding-left: 10px;
	color: #FFFFFF;
}

#footer li{
	display: inline;
	padding-right: 4px;
}

#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

#footer a:hover {
	color: #FF9900; 
	text-decoration: none;  
}

/************* Knowledge Base styles ****************/
#topbar {
	margin-top: 15px;
	float: right;
	padding-right: 25px;
}
#kbcontent {
	padding-left: 45px;
	padding-right: 45px;
}
#base {
	margin-top: 35px;
}
.border {
	padding-top: 8px;
	border-bottom-width: 1pt;
	border-bottom-style: solid;
	border-bottom-color: #000066;
}
#cat_links {
	padding-top: 25px;
}
#rightSide {
	float: right;
	clear: left;
	width: 250px;
	padding: 8px;
	margin-top: 10px;
}
#questions {
	width: 600px;
}