body
{
	background: #517159;
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size: 11pt;
}

#wrapper
{
	text-align: left;
	width: 975px;
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background: #CEDAD1;
	overflow: hidden;
}

#banner
{
	background: white;
	width: 100%;
	height: 130px;
	color: white;
	padding: 0px;
}

#tab_bar
{
	background: #83A78D;
	width: 100%;
	color: white;
	font-size: 11pt;
	position: relative;
}

#left_navbar
{
	background: #CEDAD1;
	float: left;
	width: 250px;
	color: black;
	position: relative;
}

#content
{
	background: white;
	float: left;
	width: 725px;
	position: relative;
}

.title
{
	font-size: 15pt;
	color: rgb(81, 113, 89);
}

.head
{
	font-size: 13pt;
	font-weight: bold;
}

.subhead
{
	font-size: 12pt;
}

.note
{
	font-size: 9pt;
	color: gray;
}

.line
{
	border-bottom: 1px solid rgb(200, 200, 200);
	margin-bottom: 3px;
}

.justify
{
	text-align: justify;
}

.left_image
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.right_image
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.clear
{
	clear: both;
}

.center
{
	text-align: center;
}

.centered_table
{
	margin-left: auto;
	margin-right: auto;
}

.arrow_link
{
	background: url(/img/arrow_rt.png) no-repeat left 3px;
	padding-left: 15px;
}

.left_category
{
	font-weight: bold;
	padding-bottom: 5px;
}

.left_link
{
	padding: 3px;
	padding-left: 15px;	
	border-top: 1px solid  #83A78D;
	cursor: pointer;
}
.left_link_h
{
	padding: 3px;
	padding-left: 15px;	
	background: #B1C5B6;
	border-top: 1px solid  #83A78D;
	cursor: pointer;
}
.left_link_down
{
	padding: 3px;
	padding-left: 15px;	
	background: #608068;
	color: white;
	border-top: 1px solid  #83A78D;
	cursor: pointer;
}


.tab
{
	border-right: 1px solid black;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	
	color: white;
	font-size: 10pt;
}


.sep
{
	font-size: 10px;
	height: 10px;
	overflow: hidden;
}


.tab a:link, .tab a:active, .tab a:visited
{
	text-decoration: none;
	color: white !important;
}

.tab a:hover
{
	text-decoration: underline;
	color: white;
}

