*{
	margin: 0;
	padding: 0;
}

.super{
	font-style: italic;
	font-size: 80%;
}
/*#ruler{
	margin: 0;
	padding: 0;
	height: 1px;
	width: 966px;
	background-color: #FF1020;
}*/
#page_container{
/*    margin: 0px auto;
	padding: 15px; */
	margin: 10px 0px 0px 10px;
	width: 966px; /* width: 966px; */
}
#page_header{
	background-color: #7CB37C;
}
/* Horizontal Menu Definitions */
#page_menu_horizontal{
	margin-top: 0;
	height: 57px;
	background: url("/images/menu_horizontal_bg.jpg") no-repeat top left;
}
#page_menu_horizontal ul{
	margin: 0;
	padding: 0;
	display: inline;
}
#menu_horizontal_content{
	/*height: 23px;*/ /* actual height is this value plus padding-top */
/*	padding-top: 35px;*/
	padding-left: 200px; 
	padding-top: 35px;
	font-family: arial;
	font-size: 12px;
	text-align: left;
}
#menu_horizontal_content ul{
	padding-right: 60px;
}

#page_menu_horizontal ul li{
	display: inline;
}
#page_menu_horizontal ul li a{
	color: #993600;
	text-decoration: none;
}
#page_menu_horizontal ul li a:hover{
	color: #993600;
	text-decoration: underline overline;
}
.h_menu_item_first:after{
	letter-spacing: 5px;
}
.h_menu_item:before{
	letter-spacing: 3px;
}
.h_menu_item:after{
	letter-spacing: 5px;
}

/* Vertical Menu Definitions */
#page_menu_vertical{
	float: left;
	width: 175px;
	height: 500px;
}
#menu_vertical_header{
	height: 86px; /* actual height is this value plus padding-top */
	background-image: url("/images/menu_vertical_header.jpg");
	text-align: right;
/*	padding-right: 10px;
	padding-top: 16px; */
}
#menu_vertical_header_text{
	display: block;
	padding: 10px 5px 0 0;
	font-family: arial;
	font-size: 35px;
	line-height: 28px;
	color: #993600;
}
#menu_vertical_content{
	height: 400px;
	padding-left: 10px;
	background-image: url("/images/menu_vertical_bg.jpg");
}

/*
	sets style for the menu items shown in the left side nav menu
*/
#v_menu_sectionname{
    font-family: arial;
	font-size: 20px;
	line-height: 18px;
	padding-bottom: 10px;
}

#v_menu_sectionname a{
	text-decoration: none;
	color: #ae6133;
	font-size: 12px;
	font-weight: bold;
}

#v_menu_sectionname a:hover{
	text-decoration: underline overline;
	color: #000000;
}

#v_menu_sectiondescription{
	font-family: arial;
	font-size: 11px;
	line-height: 13px;
	color: #000;
	padding-bottom: 20px;
}

/*
#page_menu_vertical ul li a{
	color: #993600;
	font-family: arial;
	text-decoration: none;
}
#page_menu_vertical ul li a:hover{
	color: #993600;
	text-decoration: underline overline;
}
#menu_vertical_content ul{
	display: inline;
}
#menu_vertical_content ul li{
	list-style-type: none;
}*/
#menu_vertical_footer{
	height: 11px;
	background-image: url("/images/menu_vertical_footer.jpg");
}
#page_body{
	width: 770px; /* width: 770px; */
	float: left;
}
#page_outline_left{
	float: left;
	width: 8px;
	height: 500px;
	background-image: url("/images/outline_left_bg.jpg");
}
#ol_left_top{
	height: 191px;
	background-image: url("/images/outline_left_top.jpg");
}
#page_outline_right{
	float: right;
	width: 8px;
	height: 500px;
	background-image: url("/images/outline_right_bg.jpg");
}
#ol_right_top{
	height: 191px;
	background-image: url("/images/outline_right_top.jpg");
}
#page_outline_bottom{
	position: relative;
	_top: -20px;
	width: 966px;
	height: 13px;
	background-image: url("/images/outline_bottom.jpg");
	background-repeat: no-repeat;
}
#page_content{
}

/* Body Boxes */
#body_column1{
	float: left;
}
#body_column2{
	float: left;
}
#body_column3{
	float: right;
}

/*
.index_body_box{
/*	margin-top: 4px;
	margin-left: 4px; */
	/*width: 250px; /* width: 250px; */
/*	height: 244px; */
	/*background-color: #ffe6b3;
}
.index_body_box_header{
	height: 10px;
	background-image: url("/images/body_box_header.jpg");
	background-repeat: no-repeat;
}
.index_body_box_content{
	height: 200px;
}
.index_body_box_footer{
	height: 10px;
	background-image: url("/images/body_box_footer.jpg");
	background-repeat: no-repeat;
}*/


.index_body_box{
	margin: 4px 0 0 4px;
	width: 250px;
	height: 245px;
	background-color: #ffe6b3;
}

.index_body_box a img{
	border: 0;
}

.index_body_box_header{
	display: block !important;
	height: 10px;
	background: url("/images/body_box_header.jpg") no-repeat top left;
}

.index_body_box_content{
	display: block !important;
	padding-left: 5px;
	padding-right: 5px;
	height: 225px;
	_height: 207px;
	overflow: hidden;
}

.index_body_box_footer{
	display: block !important;
	height: 10px;
	background: url("/images/body_box_footer.jpg") no-repeat bottom left;
}



/* ABOUT PAGE MAIN BOX */
.about_body_box {
	margin: 6px 0px 0px 6px;
	width: 769px;
	height: 490px;
	background-color: #ffe6b3;
}
.about_body_box_header {
	display: block !important;
	height: 10px;
	background: url("/images/about_box_header.jpg") no-repeat top left;
}

.about_body_box_span {
	display: block !important;
	height: 470px;
	_height: 457px;
	overflow: hidden;
}
.about_body_box_title {
	display: block !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 22px;
	line-height: 22px;
	overflow: auto;
}
.about_body_box_content {
	display: block !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	font-family: arial;
	font-size: 10px;
	line-height: 13px;
	overflow: auto;
}
.about_body_box_footer {
	display: block !important;
	height: 10px;
	background: url("/images/about_box_footer.jpg") no-repeat bottom left;
}
/* END ABOUT PAGE MAIN BOX*/




#about_box{
	font-family: arial;
	text-align: left;
	width: 256px;
	margin-top:4px;
	height: 455px;
	background-color: #ffe6b3;
}
#about_box_header{
	height: 10px;
	background-image: url("/images/body_box_header_256w.jpg");
	background-repeat: no-repeat;
}
#about_box_content{
/*	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px; */
	padding: 0px 10px 0px 10px;
	font-size: 11px;
	line-height: 20px;
	height: 390px;
	_height: 380px;
}
#about_box_content_link{
	text-align: right;
	font-weight: bold;
	font-size: 16px;
}
#about_box_content_link a{
	color: #993600;
	text-decoration: none;
}
#about_box_content_link a:hover{
	text-decoration: underline overline;
}
#about_box_footer{
	height: 95px;/* actual height is this value plus padding-top */
/*	padding-top: 10px; */
	text-align: center;
	background-image: url("/images/box_footer_256w_green.jpg");
	background-repeat: no-repeat;
}

#about_box_footer a{
	font-size: 22px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}
#spacer_div{
	clear: both;
	height: 0;
}
