/* CSS Document */

body{
	background-color:#E5E5E8;
	color:#3a3a3a;
	font:76% Verdana,Tahoma,Arial,sans-serif;
	margin:0 auto;
	padding:0;
}
#wrapper{
	background:#ECF1F5;
	color:#303030;
	margin:0 auto;
	padding:0;
	width:925px;
}
#header{
	background:url(images/trp-top-block6.jpg) no-repeat top left #ECF1F5;
	color:#505050;
	height:162px;
	margin:0 0 0 0;
	padding:0;
	position:relative;
}
#header h1{
	font-size:2.8em;
	font-weight:400;
	letter-spacing:-2px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}
#top-text{
	font-size:0.9em;
	font-weight:400;
	letter-spacing:-1px;
	line-height:1.2em;
	text-align:center;
	position: absolute;
	top: 94px;
	right: 87px;
	left: 87px;
	width:750px;
	height:53px;
	padding:5px 10px;
}
#top-text p{
	
}
#top-text h1{
	Font-size:1.8em;
	font-weight:bold;
	text-align:center;
	text-decoration:underline;
}
#buttonright a{
	position: absolute;
	top: 24px;
	right: 40px;
	width:100px;
	height:40px;
	cursor:hand;
	cursor:pointer;
	left: 818px;
}
#buttonleft a{
	position: absolute;
	top: 24px;
	left: 13px;
	width:106px;
	height:40px;
	cursor:hand;
	cursor:pointer;
	right: 818px;
}
#trp-logo a{
	position: absolute;
	top: 14px;
	left: 139px;
	width:645px;
	height:65px;
	cursor:hand;
	cursor:pointer;
}
#content{
	height:500px;
	background:url(images/content-bar4.jpg) repeat-y #FFFFFF;
	border-right: solid 1px #FF0000;
	border-left: solid 1px #FF0000;
	border-bottom: double 3px #FF0000;
}
#footer{
	background-color:#EEFBFA;
	border-right: 1px solid #FF0000;
	border-left: 1px solid #FF0000;
	border-bottom: 1px solid #FF0000;
	clear:both; color:#303030;
	font-size:0.9em;
	margin:0 auto;
	padding:10px 0;
	text-align:center;
	width:923px;
	height:25px;
}
#footer a:{
	color:#000066;
}
#footer a:hover{
	background-color:#496C92;
	color:#F2FFFE;
}
#qTip {
 	padding: 3px;
 	border: 1px solid #999;
 	border-right-width: 2px;
 	border-bottom-width: 2px;
	 display: none;
	 background: #222222;
	 color: #FFF;
	 font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	 text-align: left;
 	position: absolute;
 	z-index: 2001;
}

