body {
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-color: #EEEEEE;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #515151;
}
.bottom_link {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #26231C;
	text-decoration: none;
	line-height: 18px;
}

.main_table_border {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #B9B9B9;
	border-bottom-color: #B9B9B9;
	border-left-color: #B9B9B9;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1E1E1E;
}
.image_border {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.logo_border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.right_column {
	border: 1px solid #FFFFFF;
}
.right_column_link {
	color: #000000;
	text-decoration: none;
}
.black_bold_content {
	font-weight: bolder;
	color: #000000;
}

.right_column_img_pad {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 8px;
}
.top_border {
	background-color: #EEEEEE;
	border-top-width: 3px;
	border-bottom-width: 12px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #1E1E1E;
	border-bottom-color: #D9D9D9;
}

.more {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #CE7507;
	text-decoration: none;
}






.top_image {
	padding-top: 1px;
	padding-right: 1px;
	border-bottom-width: 13px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.right_coulumn_border {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #D7D7D7;
}

.left_column {
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	background-color: #F3F3F3;
}
.heading {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}


.news_content {
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	line-height: 17px;
}

.center_content {
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.bottom_link:hover {

	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: #D1000B;
	text-decoration: underline;
	line-height: 18px;
}
.hr_bg {
	width: 95%;
	color: #E1E1E1;
}
/* Root = Vertical, Secondary = Vertical */
ul#navmenu,
ul#navmenu li,
ul#navmenu ul {
	margin: 0;
	border: 0 none;
	width: 192px; /*For KHTML*/
	list-style-type: none;
	
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

ul#navmenu li {
  display: block !important; /*For GOOD browsers*/
  display: inline; /*For IE*/
  position: relative;
}




/* Root Menu */
ul#navmenu a {
	border-bottom-color: #ECD58C;
	display: block;
	color: #1E1E1E;
	text-decoration: none; /*For IE*/
	background-color: #E7CA6F;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 15px;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
}

/* Root Menu Hover Persistence */
ul#navmenu a:hover,
ul#navmenu li:hover a,
ul#navmenu li.iehover a {
	color: #D34B21;
	background-color: #EFDCA3;
}


/* 2nd Menu */
ul#navmenu li:hover li a,
ul#navmenu li.iehover li a {
	color: #E5E5E5;
	background-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #939393;
	border-bottom-color: #939393;
}

/* 2nd Menu Hover Persistence */
ul#navmenu li:hover li a:hover,
ul#navmenu li:hover li:hover a,
ul#navmenu li.iehover li a:hover,
ul#navmenu li.iehover li.iehover a {
	color: #CCCCCC;
	background-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #939393;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #939393;
}


ul#navmenu ul,
ul#navmenu ul ul,
ul#navmenu ul ul ul {
  display: none;
  position: absolute;
  top: 0;
  left: 192px;
}

/* Do Not Move - Must Come Before display:block for Gecko */
ul#navmenu li:hover ul ul,
ul#navmenu li:hover ul ul ul,
ul#navmenu li.iehover ul ul,
ul#navmenu li.iehover ul ul ul {
  display: none;
}

ul#navmenu li:hover ul,
ul#navmenu ul li:hover ul,
ul#navmenu ul ul li:hover ul,
ul#navmenu li.iehover ul,
ul#navmenu ul li.iehover ul,
ul#navmenu ul ul li.iehover ul {
  display: block;
}
.right_column_link:hover {

	color: #A13518;
	text-decoration: underline;
}
.more:hover {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.sub_center_content {
	padding-top: 15px;
	padding-right: 21px;
	padding-bottom: 15px;
	padding-left: 15px;
	line-height: 16px;
}
