/* CSS Document */
/* start defining basic frame of web page*/
html, body{ 
		margin:0; 
		padding:0; 
		text-align:left; 
		/*background:#aaaaaa;*/		
		} 
body {
		margin:0px 0px 0px 0px;
	}	
#pageframe {
		margin:0 auto;
		padding:0;
		width:1024px;
		text-align: left;
		/*background:#FFFFFF;*/	
		margin-top:0px;
		margin-bottom:0px;
			}
#maincolumn {
		background:url(../assets/t_background.jpg);
		/*background:url(../assets/temp_background.jpg);*/
		background-repeat:no-repeat;
		position:relative;
		left:0;
		padding:0;
		margin:0;
		height:541px;
		padding-bottom:10px;
}

/* end defining basic frame of web page*/

/* start defining basic fonts, hyperlinks, bullets and images*/
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	color:#767676;
	line-height:18px;
	margin-bottom:20px;
}
p a:link,a:visited {
	color:#767676;
}
p a:hover{
	color:#333333;
}
img {
	border: 0px none;
}
.t_bullet{margin-bottom:5px;background:url(../assets/t_bullet.png);background-repeat:no-repeat;background-position:2px 7px;padding-left:13px;}
.t_last_bullet{margin-bottom:20px;background:url(../assets/t_bullet.png);background-repeat:no-repeat;background-position:2px 7px;padding-left:13px;}
.abovebullet{margin-bottom:5px;}
.italic{font-style:italic;font-size:12px;line-height:17px;text-indent:-4px;}
.smaller_p{font-size:12px;line-height:16px;}
.center_p{text-align:center;}

/* end defining basic fonts, hyperlinks, bullets and images*/

/*start defining common elements*/
#t_logo{position:absolute;width:191px;height:19px;left:160px;top:41px;}
#t_graphiclogo_link{position:absolute;width:65px;height:38px;left:73px;top:23px;}
#t_homelink{position:absolute;width:50px;left:934px;top:40px;}
#t_homelink p{font-size:10px;}
#t_homelink p a:link{text-decoration:none;}
#t_homelink p a:visited{text-decoration:none;}
#t_investing_bar{position:absolute;width:549px;height:64px;left:158px;top:83px;}
#t_title{position:absolute;width:46px;height:14px;left:176px;top:176px;}
#t_vertical_right_bar{position:absolute;width:2px;height:461px;left:736px;top:80px;background:url(../assets/t_vertical_right_bar_bckg.png);}
#t_right_block{position:absolute;width:201px;height:458px;left:765px;top:83px;background:#DAE0E9;}
#t_right_block_bckg{position:absolute;width:8px;height:458px;left:966px;top:83px;background:url(../assets/t_right_block_bckg.jpg);}
#t_footer{position:absolute;width:832px;height:34px;left:130px;top:738px;background:url(../assets/t_footer_bckg.jpg);background-repeat:no-repeat;}
#t_footer p{font-size:10px;margin-top:10px;text-align:center;line-height:14px;margin-right:100px;}
/*end defining common elements*/

