body {
/*	background-image: url(../images/slash_background.png); */
	margin: 0 0 0 0;
}

/* Footer Navigation */
.footer_text, .footer_text a, .footer_text a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ddbc3b;
	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: #03476C;
	background-color: #FFFFFF;
}

/* End of Footer Navigation */

/* Page Style */
.page_title {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #af8105;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #9b630a;
}

/* Main Content Style */
#page_content, #page_content table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5em;
	color: #666666;
	letter-spacing: 0.1em;
}

#page_content a{
	font-size: 13px;
	line-height: 1.5em;
	color: #cc9f27;
	letter-spacing: 0.1em;
}

#page_content a:hover{
	color: #fbb908;
	line-height: 1.5em;
}

#page_content .heading{
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5em;
	color: #a28644;
	letter-spacing: 0.1em;
	border-bottom:dashed #9b630a 1px;
}

#page_content .headingIndex{
	font-size: 14px;
	font-weight:bold;
	color: #a28644;
	letter-spacing: 0.1em;
	padding: 1px 0 0 5px;
	border:dashed #9b630a 1px;
}

#page_content .divider{
	margin-bottom: 30px;
	border-bottom:solid #01BAF3 1px;
}

#page_content .caption {
	font-size: 12px;
	color: #999999;
	line-height: normal;
	letter-spacing: 0.1em;
}

#page_content .caption a{
	font-size: 12px;
	color: #01BAF3;
	line-height: normal;
	letter-spacing: 0.1em;
}

#page_content .caption a:hover{
	font-size: 12px;
	color: #0000FF;
	line-height: normal;
	letter-spacing: 0.1em;
}

#page_content .gallery {
	margin-right: 4px;
	font-size: 10px;
	color: #0000FF;
}

#page_content .grow {
	margin: 0px auto 0px;
}

/* End of Left Column Style */
