body {
/*	background-image: url(../images/slash_background.png); */
	margin: 8px 0 0 0;
	background-image: url(../images/slash_background.png);
}

#wrap
{
    margin:0 auto;
    width:720px;
}

/* Horizontal Navigation CSS */

#navcontainer
{
	margin: 3px 0;
	padding: 0;
	width: 750px;
	height: 43px;
	list-style-type: none;
	background-image: url(../images/header_background.gif);
	/* border: 1px solid #bbb; */
}

#navcontainer ul
{
	list-style: none;
	margin: 0;
	padding: 0 0 0 15px;
	border: none;
}

#navlist li
{
	float: left;
	margin: 2px;
	padding: 5px 5px 5px 0;
	width: auto;
	display: block;
}

#navlist li a, #navlist li a:link
{
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFF;
	text-decoration: none;
	padding: 3px 5px 3px 5px;
	display: block;
}

#navlist li a:hover
{
	color: #53870c;
	cursor: pointer;
	background: #FFF;
	border-bottom: 3px solid #53870c;
}

#navlist li a#current, #navlist li a#current:link
{
	color: #53870c;
	cursor: default;
	font-weight: bold;
	border-bottom: 3px solid #1d760b;
}

#navlist li a#current:hover
{
	border-bottom: 3px solid #1d760b;
	background: #FFF;
}

/* End of Horizontal Navigation CSS */



/* Footer Navigation */
.footer_text, .footer_text a, .footer_text a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCC;
	text-align: center;
}
.footer_nav, .footer_nav a, .footer_nav a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	padding: 3px 4px 2px 4px;
}
.footer_nav a:hover {
	color: #53870c;
	background-color: #FFFFFF;
}

/* End of Footer Navigation */

/* Page Style */
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15.5px;
	font-weight: bold;
	color: #53870c;
	text-align: left;
	margin: 0 0 20px 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #53870c;
}

/* Main Content Style */
#page_content {
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	letter-spacing: 0.2em;
}

#page_content a{
	font-size: 13px;
	line-height: 1.5em;
	color: #79b030;
	letter-spacing: 0.2em;
}

#page_content a:hover{
	color: #0000FF;
	line-height: 1.5em;
}

#page_content .heading{
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5em;
	color: #53870c;
	letter-spacing: 0.1em;
	border-bottom:dashed #D2D2D2 1px;
}

#page_content .headingIndex{
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5em;
	color: #53870c;
	letter-spacing: 0.1em;
	padding: 8px 0 0 5px;
	border:dashed #C8C8C8 1px;
}

#page_content .divider{
	margin-bottom: 30px;
	border-bottom:solid #79b030 1px;
}

#page_content .caption {
	font-size: 12px;
	color: #999999;
	line-height: normal;
	letter-spacing: 0.1em;
}

#page_content .caption a{
	font-size: 12px;
	color: #79b030;
	line-height: normal;
	letter-spacing: 0.1em;
}

#page_content .caption a:hover{
	font-size: 12px;
	color: #0000FF;
	line-height: normal;
	letter-spacing: 0.1em;
}

/* End of Left Column Style */
