body {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	background: #babeb3 url('/App_Themes/GTDS/bkg-grad.gif') top left repeat-x; /*#dadfd2;*/
	color: #5d6650;
}

body.Gecko2,
body.Gecko3 {
	overflow:-moz-scrollbars-vertical;
}

h1 {
	color: #7aab36;
}

h2, h3, h4 {
	color: #648c2c;
}

ul {
	list-style: none;	
}

li {
	background: url('/App_Themes/GTDS/bullet.gif') top left no-repeat;	
	padding-left: 15px;
}

blockquote {
	color: #6b755c;
}

#wrapper {
	width: 800px;
	margin: 20px auto;
}

#header {
	height: 115px;
}

#banner {
	width: 170px;
	height: 219px;
	float: right;
	margin: 0 72px 0 0;
	height: 219px;
	background: url('/App_Themes/GTDS/banner.png') top left no-repeat;
	color: #fff;
	display: inline;
}

	#banner h3 {
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		font-style: italic;
		padding: 0px;
		margin: 13px 0;
		text-align: center;
	}
	
	#banner ul {
		font-size: 11px;
		margin: 0 15px 0 25px;
		padding: 0;
	}
	
	#banner li {
		line-height: 14px;
		background-image: url('/App_Themes/GTDS/banner-check.gif');
	}
	
#body {
	background-color: #f3f8ea;
}

	#body #content {
		background-color: #fff;
		width: 619px;
		float: right;
		border: 1px dotted #dce1d4;
		border-top: none;
		border-right: none;		
	}
	
	#body #content #copy {
		width: 317px;
		float: left;
		margin: 30px;
		display: inline;
	}

#menu {
	width: 118px;
	float: left;
	padding: 30px;
	background-color: #f3f8ea;
}

	#menu ul {
		list-style: none;
		list-style-image: none;
		margin: 0;
	}

	#menu ul li {
		margin: 0;
		padding: 0;
		background: transparent;
	}

	#menu li a {
		text-decoration: none;
		font-weight: bold;
		line-height: 14px;
		margin-bottom: 15px;
		display: block;
		padding: 10px;
		background: #f0f6e9;
		border: 1px solid #b6d190;
		border-bottom-width: 2px;
		color: #728952;
	}
	
	#menu li a:hover {
		background-color: #f0f6e9;
		border-color: #7aab36;
		color: #486520;
	}
	
	#menu li a.CMSListMenuLinkHighlighted {
		background-color: #c5daa7;
		color: #486520;
		border-color: #7aab36;
	}

#extra {
	width: 242px;
	float: right;
	clear: right;
	margin-top: 30px;
}

#footer {
	clear: both;
	background-color: #f3f8ea;
	padding: 10px;
	text-align: right;
	font-size: 10px;
}

	#footer p {
		margin: 0px;
	}
	
	#footer #tag {
		display: none;
	}
	
#print-header {
	display: none;
}