	* {
		margin: 0; padding: 0;
	}


	

	.clear {
		clear: both; 
	}
	
	
	body {
		font: 80% verdana, arial, helvetica, sans-serif;
		margin:0px 0px; padding:0px;
		text-align:center;
		background-image: url(/images/topbg.jpg);
		background-repeat: repeat-x;
	}
	
	
	#container {
		margin:0px auto;
		width: 1024px;
		height: auto;
		text-align:left;
	}
	
	#bounser {
		height: 28px; 
		width: 13px; 
		float: left; 

	}
	
	#topmenu {
		float:left;
		width: 970px;
		height: 22px;
		background-image: url(/images/menubg.jpg);
		background-repeat: repeat-x;
		border:1px solid #909090;
		color: white;
		font-weight: bold;
		padding-top: 6px;
		padding-left: 25px;
	}
	
	#leftcontainer {
		width: 100%;
		height: auto;
		float: left;
		padding-left: 30px;
		padding-top: 20px;
		
	
	}
	
	#linkscontainer {
		width: 193px;
		height: auto;
		float: left;
		padding-top: 20px;
		
	}
	
	#menulink {
		color: white;
		text-decoration: none;
	}
	
	#cattitle {
		color: #0070a8; 
		font-size: 16px; 
		text-decoration: none;
	}
	
	#subcattitle {
		color: #4c4c4c; 
		
	}
	

	.links A:link {text-decoration: none; color: #963637;}
	.links A:visited {text-decoration: none; color: #963637;}
	.links A:active {text-decoration: none; color: #963637;}
	.links A:hover { color: green; text-decoration:underline;}
	
	
	a:link, a:visited{ 
	background:transparent; 
	text-decoration:none; 
	}

	a:hover{ 
	background:transparent; 
	text-decoration:underline; 
	} 
	
	#typfont {
		padding-right: 80px; 
		font-size: 14px; 
		line-height: 20px;
		color: #505050;
	}
	
	#listhead {
		
		font-size: 12pt; 
		color: #0070a8;
	}
	
	#sdlink {
		font-weight: bold;
		padding-right: 30px;
		margin-left: 40px;
		color: #0070a8;
		float:right;
	}
	