@import url("whitespace-reset.css");

body {
	background: #FFF;
	font-family: Times, "Times New Roman", Sans-Serif;
	font-size: 14px; }

h2 {
	font-family: Georgia;
	font-size: 30px;
	font-weight: normal;
	color: #00853F; }

h3 {
	color: #00853F; }

a {
	color: #00853F; }
	
table#boardtable tr td {
	padding-bottom:15px;
}

#sitewrapper {
	width: 740px;
	padding: 0 20px;
	/* background: transparent url("../images/bg_page.png") no-repeat 0 0; */
	margin: 0 auto;
	/* background: #FFF url("../images/bg_main_print.gif") repeat-y 0 0;*/ }
	#sitewrapper #header {
		background: transparent url("../images/bg_header.gif") repeat-x 0 0;
		float: left;
		width: 700px;
		height: 214px; }
		#sitewrapper #header img#logo {
			float: left;
			width: 252px;
			height: 214px; }
			#sitewrapper #header #rightcolheader {
				float: left;
				width: 446px;
				height: 214px;
				position: relative;
				z-index: 1000; }
				#sitewrapper #header #rightcolheader img {
					float: right;
					width: 142px;
					padding: 0 30px 0 0; }
				#sitewrapper #header #rightcolheader ul#nav {
					display:none; }
	#sitewrapper #main {float:left;
		position:relative;}
		#sitewrapper #main #sidebar {
			display:none;  }
		#sitewrapper #main #content {
			float: left;
			position:relative;
			width:670px;
			font-size:16px;
			line-height:20px; }
			#sitewrapper #main #content h2 {
				font-family:Verdana,Arial,sans-serif;
				font-weight:bold;
				color:#333;
				margin: 0 0 15px 21px; }
			#sitewrapper #main #content h1 {
				font-family:Georgia,Times,serif;
				font-size:190%;
				color: #00853F;
				margin: 0 0 15px 21px; }
			#sitewrapper #main #content img {
				margin: 0 0 0 21px; }
			#sitewrapper #main #content table {
				margin: 0 0 5px 21px; }
			#sitewrapper #main #content p {
				width:670px;
				margin: 0 0 15px 21px; }
			#sitewrapper #main #content ul {
				float: left;
				display:block;
				position:relative;
				margin: 5px 0 15px 26px;
				padding:0 0 0 10px;
				list-style:disc; }
				#sitewrapper #main #content ul li {
					margin: 0 0 5px 15px;
					padding-left:3px;
					list-style:disc; }
			#sitewrapper #main #content ol {
				float: left;
				display:block;
				position:relative;
				margin: 5px 0 15px 26px;
				padding:0 0 0 10px;
				list-style:decimal; }
				#sitewrapper #main #content ol li {
					margin: 0 0 5px 15px;
					padding-left:3px;
					list-style:decimal; }
			#sitewrapper #main #content p#intro {
				width: 565px;
				margin: 10px 0 60px 12px;
				font-size: 18px; }
				#sitewrapper #main #content h2.successstories {
					margin: 5px 0 5px 12px;
					border-bottom: 1px solid #00853F; }
				
			#sitewrapper #main #content .successstoriescontent {
				margin: 40px 0 0 10px; }
				#sitewrapper #main #content .successstoriescontent img {
					float: left;
					margin: 0 10px 0 0; }
				#sitewrapper #main #content .successstoriescontent p {}

	#footer {
		clear: both;
		width:670px;
		float: left;
		position:relative;
		bottom: 0;
		margin-top:30px;
		font-weight:bold; }
