body
	{

		font: 85% arial, hevetica, sans-serif;
		text-align: left;
		color: #222222;
		background-color: #FFF8DC;
	}
	
	
	
	
	#over_all_container
	{
		margin: 0;
		padding: 0;
		align: left;
		width: 100%;
		height: 100%;
	}	
	
	
	
	#top_header
	{
		
		width: 100%;
		height: 89px;
		background-color: #000066;
		color: #FFF8DC;
		border-bottom: 3px solid;
		border-bottom-color: #ffcc33;
	}
	
	
	
	#primary_nav
	{

		width: 100%;
		height: 34px;
		text-align: left;
		background-color: #c0c0c0;
	}	
	
	#primary_nav  a
	{
		text-decoration: none;
		color: #050505;
	}
	
	
	#left_nav
	{
	
		float: left;
		width: 144px;
		height: 700px;
		text-align: left;
		background-color: #000066;
		color: #FFF8DC;
	}	
	

	#contentbox
	{
		
		margin: 0;
		padding-left: 8px;
	
		font: 85% arial, hevetica, sans-serif;
		width: 681px;
		text-align: left;
		color: #3;
		background-color: #FFF;
	}
	
		h1
	{	
		font: 170% arial, hevetica, sans-serif;
		font-weight: bold;
	}
	
	h2
	{	
		font: 130% arial, hevetica, sans-serif;
		font-weight: bold;
	}
		
		
	h3
	{	
		font: 100% arial, hevetica, sans-serif;
	}
	
	h4
	{	
		font: 5% arial, hevetica, sans-serif;
	}
	
	
	.teaser {
		padding:0 0 0 11px;
		margin:10px;
		background:url("pics/tsr-l.gif") top left no-repeat;
	}
	
	.teaser h1 {
		background:url("pics/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	
	.teaser h2 {
		background:url("pics/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;	
	}
	
	.teaser h3 {
		background:url("pics/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	
	.teaser h4 {
		background:url("pics/tsr-r.gif") top right no-repeat;
		margin:0;
		padding:8px 0 0.5em 0;
	}
	
	.teaser p {
		margin:0 0 0 -11px;
		padding:0 11px 0.5em;
		border:1px solid #d8d8d8;
		border-width:0 1px;
		background:#fff;
	}
	.teaser div {
		margin:0 0 0 -11px;
		padding-left:11px;
		background:url("pics/tsr-l.gif") bottom left no-repeat;
	}
	.teaser a.more {
		display:block;
		text-align:right;
		padding:0 10px 10px 0;
		background:url("pics/tsr-r.gif") bottom right no-repeat;
	}
	
	
	a:link { color: #1000A0; }
	a:visited { color: #000066; }
	
	a:hover, a:active
	{
		color: #000066;
		background-color: #ffcc33;
	}
	
	
	#footer	
	{
		clear: both;
		height: 20px;
		width: 100%;
		text-align: left;
		background-color: #c0c0c0;
		border-top: 3px solid;
		border-top-color: #ffcc33;
		font-size: 80%;
	}
	
		#footer	a
		{
		
		background-color:#c0c0c0;
		color: #000066;
		text-align: right;
		
	}
	
	#footer	a:hover, a:active
	{
		color: #000066;
		background-color: #fc3;
	