body {
    padding: 0px;
	margin: 0px;
	background-color: #F5F5FC;
}
#container{
	position: relative;
	margin: 10px auto;
	margin-top: 35px;
	width: 960px;
	height:100%;
	min-height: 720px;
	padding: 10px 20px 30px 20px;
	background-color: #FFF;
	border: #ccc 3px solid;
	letter-spacing: 1px;
}
	#container h1{
		background: #fff url(TIPRC_LOGO_1.png) no-repeat top left;
		margin: 0;
		height: 50px;
		padding-left: 130px;
		padding-top: 30px;
		padding-bottom: 20px;
		font-size: 24px;
		border-bottom: #ccc 1px solid;
		margin-bottom: 20px;
	}
	#container h3 {
		margin: 10px 0;
		font-size: 16px;
		font-weight: bold;
	}
	#container p{
		margin: 5px 20px 10px 15px;
		font-size: 14px;
		line-height: 175%;
		text-align: justify; 
		text-justify: newspaper;
	}
	#container a{
		color:#602600;
		text-decoration: none;
	}
	#container a:hover{
		color:#E30;
		text-decoration: underline;
	}
#navBar{
	margin-top: -10px;
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}
#sideMenu{
	position: relative;
	float: left;
	width:240px;
	height:100%;
	font-size: 12px;
	line-height: 20px;
	padding: 10px 10px 10px 0px;
	margin: 0;
}
	#sideMenu img {
		padding:2px;
		border:#eee 1px solid;
	}
	#sideMenu h3{
		margin: 5px 0;
		font-size: 13px;
	}
	#sideMenu ul{
		margin: 5px 0;
		padding: 0 5px 0 20px;
	}
	#sideMenu ul li{
		margin: 0;
		padding: 0;
	}
	#sideMenu ul li.selected{
		font-weight: bold;
	}
#mainContent{
	position: relative;
	margin-left: 260px;
	height: 100%;
	width: 660px;
}
	#mainContent div.summary p,#mainContent div.summary ol li,#mainContent div.summary ul li{
		letter-spacing: 1px;
		margin: 1em;
		font-size: 14px;
		line-height: 125%;
		text-align: justify;
	}
	#mainContent div.summary p{
		text-indent: 2em;
		line-height: 175%;
	}
	#mainContent div.summary h4{
		margin: 0 1em;
		font-size: 15px;
		font-weight: bold;
	}
	#mainContent div.summary table td,#mainContent div.summary table th{
		border: #666 1px solid;
		padding: 3px;
	}
	#mainContent div.summary table td{
		text-align: right;
	}
	#mainContent div.summary tfoot td{
		border: none;
	}
#headerBar{
	margin:0;
	background-color: #FFF5EC;
	font-size:12px;
	line-height: 20px;
	text-align:center;
	width:100%;
	border-bottom: #602600 1px solid;
	z-index: 99;
	position: fixed;
	left:0;
	top:0;
	height: 20px;
}
#headerBar a{
	text-align:center;
	color:#602600;
	background-color: #FFF5EC;
	padding-left:1em;
	padding-right:1em;
	line-height:1.5em;
	text-decoration: none;
}
#headerBar a:hover{
	color:#E30;
}
#headerBar span{color: #ccc;}
#information{
	margin:0;
	padding-bottom: 10px;
	font-size:12px;
	text-align:center;
	width:100%;
	clear: both; 
}
