	html, body {
		background-color: #fff;
		color: #000;
		font-family: arial;
		font-size: 12px;
	}

	p {
		font-family: arial;
		font-size: 12px;
		margin:0;
	}
	
	h1 {
		font-size: 16px;
		font-weight:bold;
		margin-bottom:5px;
		color:#753f11;	
	}
	
	h1.top {
		font-size: 14px;
		font-weight:bold;
		margin-bottom:0px;
	}	
	
	h2 {
		font-size: 12px;
		font-weight:bold;
		margin-bottom:0px;
	}
	
	a {
		color: #1f8ab6;
		text-decoration: none;
	}

	a:visited {
		color: #1f8ab6;
		text-decoration: none;
	}

	a:active {
		color: #1f8ab6;
		text-decoration: none;
	}

	a:hover {
		color: #f2bf25;
		text-decoration: none;
	}
	
	a.selected {
		color: #f2bf25;
		text-decoration: none;
	}


	#wrapper {
		width: 980px;
		height: 450px;
		margin-top: 1%;
	}

	.col3 a {
		color: #5b4a2c;
		text-decoration: none;
	}
	
	.col3 a:visited {
		color: #FFB6C1;
		text-decoration: none;
	}
	
	.col3 a:active {
		color: #FFB6C1;
		text-decoration: none;
	}
	
	.col3 a:hover {
		color: #FFB6C1;
		text-decoration: none;
	}			
	
	.col3 a.selected {
		color: #FFB6C1;
		text-decoration: none;
	}	
	
	.toptext {
		float:left;
		margin-left:13px;
		padding-top:20px;
		text-align:left;
		width:360px;
	}
	
	.toplefttext {
		float:left;
		margin-left:85px;
		padding-top:20px;
		text-align:left;
	}	

	.bottomtext {
		margin-top:5px;
	}

	.bottomtext a.current {
		color: #5b4a2c;
	}

	.col1 {
		float:left;
		width:280px;
	}

	.col1 img {
		padding-top:157px;
	}

	.col2 {
		width: 250px;
		float:left;
	}	
	
	.col2full {
		width: 690px;
		height: 500px;
		float:left;
		background: #ffffff;
	}

	.col3 {
		width: 320px;
		height:500px;
		float:left;
		background: #ffffff;
		text-align:left;
		padding-left:20px;
	}	
	
	.homeImg {
		float:left;
		padding-top:9px;
	}
	
	.hdr {
		margin-top:40px;
		margin-bottom:20px;
	}
	
	.hdrFull {
		float:left;
		margin-bottom:20px;
		margin-top:40px;
		margin-left:12px;
	}
	
	.content {
		width: 290px;
		height: 350px;
		overflow: auto;
		padding: 5px
	}		
	
	.download {
		float:left;
		margin-top:20px;
	}		
	
	.download img {	
		float:left;
		margin-right:5px;
		margin-top:2px;
		padding-left:5px;
	}	
	
	.scrollbox {
		height:230px;
		margin-left:20px;
		overflow:auto;
		padding:5px;
		text-align:left;
		width:550px;
		margin-bottom:20px;	
	}
	
	.scrollboxFull {
		width: 660px; 
		height: 370px; 
		overflow: auto; 
		padding: 5px;
		text-align:left;
	}
	
	
	#footer {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 20px;
		height: 2500px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		color:#837967;
	}
	
	.edges {
		border-left:3px solid #753f11;
		border-right:3px solid #753f11;
		border-top:0 none;
		display:block;
		height:474px;
		margin-top:-4px;
		padding:0;
		width:972px;
		text-align:left;
	}
	
	.item {
		width:150px;
		float:left;
		font-weight:bold;
	}

	.desc {
		float:left;
		margin-bottom:10px;
		width:370px;
	}	
