	img{
		border: 0px;
	}
	
	body
	{
		background-color: white;		
		font-family: verdana,arial;
		font-size: 10px;
		color: #333333;
	}
	
	A:link, A:visited
	{
		color: #333333;
		font-weight: bold;
		text-decoration: none;
	}
	
	A.selected:link, A.selected:active, A:hover, A:active
	{
		color: #BED73C;
	}
	
	
	#canvas
	{
		margin: 0 auto;
		width: 740px;
		
	}
	
	.logo
	{
		width: 240px;
		float: left;
		height: 50px;
	}
	


	.topmenu
	{
		width: 740px;
		float: left;
	}

	.topmenu table,tr
	{
		width: 100%;
		height: 45px;
	}
	
	

	a.selected, .highlight
	{
		color: #BED73C;
	}
	
	.contentimage
	{
		width: 740px;
		height: 240px;
		float: left;
		margin-bottom: 10px;
	
	}
	
	.submenu
	{
		float: left;
		
		height: 218px;
		width: 233px;
		padding-top: 2px;
		padding-left: 7px;
	}
	
	.submenu .item, .submenu .linkitem
	{
		float: left;
		margin-bottom: 15px;
		clear: both;
	}
	
	.content
	{
		line-height: 14px;
		float: left;
		width: 500px;
		height: 230px;
		min-height: 230px;
		
		padding-bottom: 12px;
		clear: right;

	}

	
	.footer-left
	{
		color: #BED73C;
		
		height: 20px;
		width: 230px;
		padding-right: 10px;
		float: left;
		text-align: right;

	}
	
	.footer-right
	{

		height: 20px;
		width: 500px;
		float: left;
	}
