/* CSS Selectors for http://builder.tppinternet.com */

#topblock {
		background-image:url('headtile.jpg');		
		background-repeat: repeat-x;
		height: 25px;
		width: 100%;
}

#toprightimg {
	float: right;
	margin-top: -33px;
	margin-right: 8px;
}

/* TABBED NAVIGATION */

#tab_nav 	{
		height: 21px;
		margin: 0;
		margin-top: 8px;
		padding-left: 0px;
}

#tab_nav li {
		margin: 0; 
		padding: 0;
 		display: inline;
 		list-style-type: none;
}
	
#tab_nav a:link, #tab_nav a:visited {
		float: left;
		font-size: 12px;
		line-height: 14px;
		font-weight: bold;
		margin-right: 2px;
		text-align:center;
		padding: 4px 0px 3px 0px;
		width:150px;
		text-decoration: none;
		background-color:#cad0db;
		background-image:url('tab_low2.gif');
		color: #333;
}

#tab_nav a:link.tab_active, #tab_nav a:visited.tab_active {
		background-color:#F2F0F7; 
		padding: 5px 0px 2px 0px;
		background-image:url('tab_high.gif');
		color: #000;
}

#tab_nav a:hover { 
	  background: #f4e8c7;
		background-image:url('tab_hover2.gif'); 
		color:#000;
}

.tpp {		
		color : Black;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 12px;
}
#toptext { 	
		display: inline; 
		font-size: 14px; 
		font-weight: bold; 
		float: right; 
		margin-right: 10px; 
		margin-top: 20px; 
		letter-spacing: 2px; 
		color: #FF9900; 
}
#header { 
		height: 95px; 
		width: 780px; 
		margin: 0; 
}