.main-content
{
	float: left;
	width: 65%;
}

.navbar
{
	float: left;
	margin-left: 15px;
}

.navlist
{
    border-top: 2px solid #4E9E00;
    border-bottom: 2px solid #4E9E00;
	list-style: none;
	font-size: 10pt;
	padding-left: 15px;
}

.navitem
{
	margin-top: 10px;
	margin-bottom: 10px;
}

.navheader
{
	width: 100%;
}

.navheader td
{
    vertical-align: top;	
}

.nav-category
{
    font-weight: bold;
    color: #4E9E00;
    font-size: 10pt;
}

.selected
{
	font-weight: bold;
	color: #4E9E00;
}

p
{
	margin-bottom: 1em !important;
}

.nav-separator
{
  height: 1px;
  background: #fff url(../images/bg_dashGreen.gif) center;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.separator
{
  height: 1px;
  background-color: #999;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.section
{
    margin-top: 1em;
    margin-bottom: 1em;
}

.section-title
{
	font-size: 14pt;
    color: #4E9E00 !important;
    font-weight: bold;
}

.section-title a
{
    font-size: 14pt;
    color: #4E9E00 !important;
    font-weight: bold;
    text-decoration: none;
}

.section-subtitle
{
	font-weight: bold;
	
}

.example-image
{
	float: right;
}