/****************************************************************/
/*                       Main Content                           */
/****************************************************************/
#main_partition {
	background: url(../template/misc/bg.gif) repeat-y;
}
#left_partition {
	width: 13px;
/*	padding: 0px 17px 17px 17px;*/
	float: left;
	background: #000000;
	height: 350px;
}
#right_partition {
	width: 700px;
	margin: 0px 15px 15px 15px;
	float: right;
}
#right_content {
	width: 300px;
	margin: 0px 15px 15px 15px;
	float: left;
}

#page_header {
	width: 106px;
	float: left;
	margin-bottom: 12px;
}
#page_sub_header {
	width: 171px;
	float: left;
	margin-bottom: 12px;
}
#menu_text {
	width: 106px;
}
a.menu_text, span.menu_text {
	display: block;
	text-decoration: none;
	color: #0A6B01;
	font-weight: bold;
}
a.menu_text_selected {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
}
a:hover.menu_text, span.menu_text {
	color: #FFFFFF;
}
#menu_text .submenu {
	padding-left: 7px;
	margin-bottom: 7px;
}
#menu_text .submenu a {
	color: #FFFFFF;
	list-style-type: none;
	text-decoration: none;
	padding-left: 10px;
	background-image: url(../template/misc/menu_carat.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	line-height: normal;
}
#menu_text .submenu a:hover {
	color: #666666;
}
#menu_text .carat {
	color: #0A6B01;
	margin-right: 3px;
	font-weight: bold;
}
#description {
	width: 171px;
	float: left;
}
#description1 {
	width: 300px;
	float: left;
}
#images1 {
	width: 200px;
	float: right;
	margin: 15px 15px 15px 15px;
}
.desc_menu{
	color: #0A6B01;
	font-weight: bold;
	list-style-type: none;
	padding-left: 10px;
	background-image: url(../template/misc/menu_carat_alt.gif);
	background-repeat: no-repeat;
	background-position: left top;
	text-decoration: none;
	text-align: left;
	line-height: normal;
}
.desc_menu a{
	color: #0A6B01;
	text-decoration: none;
}
.desc_menu a:hover{
	color: #666666;
}
.sub_head_text {
	font-size: 13px;
	font-weight: bold;
}
