body {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#73849c;
}

#content {
	width:800px;
	background-color:#DFEDE4;
	margin: 0 auto;
	height: 600px;
	}
	
#banner {
	width:800px;
	float:left;
	height:220px;
	background-image:url(images/yc_banner2.jpg);
	}
	
#banner_blank {
	width:800px;
	float:left;
	height:220px;
	background-color:#73849c;
	}

#navbar_links {
	margin: 20px;
	border-right:thin dashed #73849c;
	width: 130px;
	float:left;
}
	
#in_text {
	margin-top:20px;
	margin-right:20px;
	float: left;
	width:600px;
	}

a:link {
	color: #4f672f;
	text-decoration: none;
}

a:visited {
	color: #73849c;
	text-decoration: none;
}

a:hover {
	color: #99af34;
	text-decoration: none;
}
a:active {
	color: #99af34;
	text-decoration: none;
}

.HeadingText {
	color:#4f672f;
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.subHeading {
	color:#4f672f;
	font-weight:bold;
	size:16px;
	}