body,html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 90%;
	color: #333333;
	background-color: #FFFFFF;
}

#container {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
}
.spacer {
	height: 25px;
	clear: both;
}
#content_main {
	float: left;
	width: 900px;
	background-image: url(../_images/main_background_wide_orange.jpg);
	background-repeat: no-repeat;
	height: 500px;
}
#content_subLeft {
	float: left;
	width: 220px;
	margin-top: 20px;
}

#content_subRight {
	float: right;
	width: 650px;
	overflow-y: auto;
	height: 400px;
	margin-top: 100px;
	margin-right: 7px;	
}
#content_subRight h1 {
	font-size: 150%;
	margin-left: 20px;
	color: #342C75;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content_subRight h2 {
	font-size: 120%;
	color: #342C75;
	margin-left: 10px;
}

#content_subRight p {
	margin-right: 20px;
	margin-left: 20px;
}

#content_subRight ul { margin-right: 20px; }
#content_subRight  .logo {
	border: 1px solid #333333;
	float: right;
	margin-left: 30px;
	margin-bottom: 30px;
	margin-right: 30px;
	padding: 5px;
}




#menu   {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 85%;
}
#menu   ul   {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#menu      ul   li a    {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #57508B;
	font-weight: bold;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #333333;
	display: block;
	width: 155px;
	line-height: 1.5em;
	padding: 5px;
	margin-left: 25px;
	margin-bottom: 10px;
}
#menu ul li a:hover {
	background-image: url(../_images/button_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A86A0F;
}
#menu   ul   li a.selected  {
	background-image: url(../_images/button_hover.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #A86A0F;
}

#doYouKnow_img { margin-left: 35px; 
}


#doug_bio {
	text-align: left;
	margin-top: 10px;
	margin-right: 50px;
	margin-left: 50px;
	line-height: 1em;
}
#doug_bio img {
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	border: 1px solid #333333;
}
#growthDiagram {
	margin-bottom: 20px;
	height: 250px;
	width: 605px;
	display: block;
	margin-left: 10px;
	background-image: url(../_images/flowchart.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.growthPhase {
	width: 18%;
	float: left;
	font-size: 80%;
	border: 1px solid #333333;
	background-color: #333333;
	margin-bottom: 10px;
	display: block;
	margin-left: 1%;
}
.growthPhase .number {
	display: block;
	float: left;
	width: 20%;
	font-size: 3em;
	color: #FFFFFF;
	text-align: center;
}

.growthPhase    .title {
	display: block;
	background-color: #333333;
	color: #FFFFFF;
	padding: 5px;
	float: right;
	width: 70%;
}
.growthPhase  .description {
	padding: 5px;
	display: block;
	clear: both;
	background-color: #CCCCCC;
}

#footer {
	text-align: center;
	float: left;
	width: 900px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #121C5F;
	margin: 0px;
	font-size: 80%;
	letter-spacing: .1em;
	color: #CCCCCC;

}
#footer    a  { color: #6699FF; }
