/* CSS Document */

#frame {
	width:800px;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding:0px;
	text-align:left;
	background-image: url(../environment/images/environment_bg.gif);
	background-repeat: repeat-y;
}

#leftNavSection {
	width:188px;
	padding:0px;
	float:left;
}

.inline {
	display:inline;
} 

ul.yourChoicesList {
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.yourChoiceTitle {
	color: #5b7b4a;
	font-weight: bold;
}

.yourChoiceOption {
	margin-bottom: 15px;
}

h1
{
	font-size: 14pt;
	font-weight: bold;
	color: #5b7b4a;
}

h2
{
	font-size: 12pt;
	font-weight: bold;
}
