﻿.body {
  margin: 0px;
  font-size: 10px;
  font-family: Verdana;
}
.div_fullwidth {
	margin: auto;
	width: 930px;
	height: 85px;
}
.div_bg_topleft {
	width: 5px;
	display: block;
	float: left;
	height: 100%;
	background-image: url('../images/background/galv_top_left.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.div_bg_topmid {
	background-image: url('../images/background/galv_top_repeat.png');
	float: left;
	display: block;
	height: 100%;
	width: 920px;
	background-repeat: repeat-x;
}
.div_bg_topright {
	display: block;
	float: left;
	background-image: url('../images/background/galv_top_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
	height: 100%;
}
.div_logos_left {
	display: block;
	float: left;
	height: 75px;
	padding-top: 12px;
	padding-right: 24px;
	padding-left: 12px;
}
.div_logos_right {
	display: block;
	float: right;
	height: 75px;
	padding-top: 12px;
	padding-right: 12px;
}
.div_bg_btmleft {
	width: 5px;
	display: block;
	float: left;
	height: 100%;
	background-image: url('../images/background/galv_btm_left.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.div_bg_btmmid {
	background-image: url('../images/background/galv_btm_repeat.png');
	float: left;
	display: block;
	height: 100%;
	width: 920px;
	background-repeat: repeat-x;
	color: #47758D;
}
.div_bg_btmright {
	display: block;
	float: left;
	background-image: url('../images/background/galv_btm_right.png');
	background-repeat: no-repeat;
	background-position: left top;
	width: 5px;
	height: 100%;
}
.div_menu_text {
	display: block;
	float: left;
	height: 30px;
	margin-top: 6px;
}
.div_menu_text a {
	padding: 6px 12px 6px 12px;
	font-size: 1.2em;
	color: #E04020;
	font-weight: bold;
	text-decoration: none;
	line-height: 2.4em;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.div_menu_text a:hover {
  color: #FFFFFF;
	text-decoration: none;
	background-color: #E04020;
}
.div_menu_spacer {
	display: block;
	float: left;
	height: 30px;
	width: 10px;
	margin-top: 6px;
}
.div_menu_splitter {
	border-width: 1px;
	display: block;
	float: left;
	height: 24px;
	width: 0px;
	margin-top: 8px;
	border-left-style: dotted;
}
.div_menu_icon {
	display: block;
	float: right;
	margin-top: 2px;
	margin-right: 12px;
	margin-bottom: 2px;
	text-align: right;
}
.div_menu_icon p {
	margin: 0px;
}
.div_menu_icon a {
	color: #8D7247;
	text-decoration: none;
}
.image_icon {
	margin: 3px 0px 0px 6px;
	border-width: 0px;
	width: 12px;
	height: 12px;
}
.image_plain {
	border-width: 0px;
}


