@charset "UTF-8";
/* CSS Document */
<style type="text/css"> 
 
		page {
			background-image: url(Graphics/beige014.jpg);
		}
	
		body  {
			margin: 0;
			padding: 0;
			text-align: center;
			color: #333300;
			font-family: Tahoma, Geneva, sans-serif;
			background-image: url(Graphics/beige014.jpg);
		}

		.twoColElsLt #container {
			width: 60em;
			margin: 0 auto;
			text-align: left;
	background-image: url(Graphics/beige014.jpg);
		} 

		.twoColElsLt #sidebar1 {
			float: left;
			width: 12em;
			padding: 15px 0;
			background-image: url(Graphics/beige014.jpg);
		}
		
		.twoColElsLt #sidebar1 h3, .twoColElsLt #sidebar1 p {
			margin-left: 10px;
			margin-right: 10px;
			text-align: center;
			font-size: medium;
		}

		.twoColElsLt #mainContent {
			margin: 0 1.5em 0 13em;
			text-align: center;
		} 

		.fltrt {
			float: right;
			margin-left: 8px;
		}
		.fltlft { 
			float: left;
			margin-right: 8px;
		}
		.clearfloat { 
			clear:both;
   		 	height:0;
    		font-size: 1px;
    		line-height: 0px;
		}
		
		a:link {
			color: #333300;
		}

</style>
