	html {
		text-align: center;
		background-color: #ffe8c6;
		font-family: Verdana, sans-serif;
		font-size: 12px;
	}
	body {
		margin: 0 0 10px 0;
		text-align: center;
	}
	#container {
		width: 960px;
		margin: 0px auto;
		background-color: #ffe8c6;
		/*border: 1px solid #006600;*/
	}
	#banner {
		width: 960px;
		height: 125px;
		background-image: url('../images/banner-new.png');
		background-repeat: no-repeat;
	}
	#nav {
		background-color: #006600;
		color: #fff;
		font-weight: bolder;
		text-align: left;
		font-size: 11px;
		padding-left: 20px;
	}
	#content-out {
		color: #000;
		text-align: left;
		font-size: 12px;
		border-left: 5px solid #006600;
		border-right: 5px solid #006600;
	}
	#content {
		color: #000;
		text-align: left;
		font-size: 12px;
		padding: 5px 20px;
	}
	.heading {
		font-size: 14px;
		font-weight: bolder;
		color: #006600;
	}
	.black_heading {
		font-size: 12px;
		font-weight: bolder;
		color: #000000;
	}
	.small_black_heading {
		font-size: 10px;
		font-weight: bolder;
		color: #000000;
	}
	.green_heading {
		font-size: 12px;
		font-weight: bolder;
		color: #006600;
	}
	#title-bar {
		background-color: #006600;
		padding-left: 21px;
	}
	.title {
		font-size: 14px;
		color: #fff;
		font-weight: bolder;
	}
	#footer {
		background-color: #006600;
		color: #fff;
		text-align: right;
		font-size: 10px;
		padding: 0px 10px 10px 0px;
	}
	a {
		text-decoration: none;
		color: #006600;
		font-weight: bold;
	}
	a:hover {
		text-decoration: underline;
	}
	.alink {
		font-size: 12px;
		color: #000000;
	}
	.adlink {
		font-size: 12px;
	}
	#adminbar {
		padding: 3px 15px;
		border: 1px solid #006600;
		background-color: #efd8b6;
		width: 960px;
	}
	.text {
		font-size: 12px;
	}
	.children {
		border-left: 5px solid #006600;
		border-right: 5px solid #006600;
	}
	.site-table {
		border: 1px solid #cfb896;
		font-size: 12px;
	}
	.site-table td {
		padding: 2px 5px;
		background-color: #efd8b6;
	}
	.input {
		background-color: #fff;
		font-family: Verdana, sans-serif;
		font-size: 12px;
	}
	.links,.newss {
		background-color: #fff6ea;
		border: 1px solid #060;
		padding: 5px;
	}
	.ticker {
		background-color: #006600;
		border: 2px solid #cfb896;
		text-align: center;
		font-size: 16px;
		color: #fff;
		font-weight: bolder;
		padding: 10px;
	}
	.news-div {
		width: 200px;
		/*background-color: #cfb896;*/
		padding: 10px;
		margin: 5px;
		text-align: center;
		float: right;
		/*border-right: 1px solid #060;*/
		/*border-bottom: 1px solid #060;*/
	}
	#login-details {
		font-size: 10px;
		font-weight: bold;
		float: right;
		padding-right: 10px;
		width: 300px;
	}
	.submit {
		color: #fff;
		background-color: #060;
	}
	.imagebox {
		border: 1px solid #060;
		padding: 5px;
		background-color: #fff6ea;
	}
	.imagebox .news {
		font-size: 10px;
	}
	.small_heading {
		font-size: 10px;
		font-weight: bold;
		color: #030;
	}
	.imagebox .heading {
		font-size: 12px;
	}
	.imagebox .text {
		font-size: 10px;
	}
	.news-space {
		margin: 0;
		padding: 0;
	}
	.block td {
		font-size: 12px;
		background-color: #060;
		color: #fff;
		font-weight: bolder;
		padding: 5px;
		margin: 5px;
		text-align: center;
	}
	.embed {
		margin: 5px;
		display: inline;
	}
	h4 {
		font-size: 12px;
	}
	.cart {
		border-left: 1px solid #ccc;
		border-right: 1px solid #999;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #999;
	}
	.terms-head {
		font-size: 14px;
		text-align: center;
		margin: 30px;
	}
	.terms li {
		margin: 10px;
	}
	.flash-head {
		font-size: 12px;
		text-align: center;
		margin: 20px;
	}
