* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
}
.base ul, .base ol {
	padding-left: 2em;
}
.base ol {
	margin-left: 4em;
}

body {
	background-color: #ffffff;
	padding: 1px;
}
a img {
	border: none;
}
#logo {
	margin:0px 0px 0px 10px
}
h1 {
	background-image: url(../img/shared/top_line.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	font-size: 100%;
	padding: 18px 0px 0px 10px;
	margin-bottom: 8px;
}

h1 a {
	color:#000000;
	text-decoration:none;
}

h1 a:hover {
	color:#000000;
	text-decoration:none;
}

h1 a:visited {
	color:#000000;
	text-decoration:none;
}

h1 a:active {
	color:#000000;
	text-decoration:none;
}

h1 .tagline {
	font-size: 80%;
	display: block;
	font-weight: normal;
	margin-bottom: 7px;
}

ul {
	list-style: none;
}


.head-navi {
	position: absolute;
	top: 18px;
	right: 16px;
}
.head-navi li,
.foot-navi li {
	display: inline;
	background-image: url(../img/shared/dir_blue.gif);
	background-position: 0% 50%;
	background-repeat: no-repeat;
	padding: 0px 6px 0px 14px;
	font-size: 80%;
}
.head-navi a,
.foot-navi a {
	color: #000000;
	text-decoration: none;
}
.foot-navi {
	background-image: url(../img/shared/footer_line.gif);
	background-repeat: 0% 0%;
	background-repeat: repeat-x;
	padding: 17px 0px 12px 12px;
	clear: both;
	margin-top: 15px;
}
.search {
	padding-right: 10px;
	position: absolute;
	top: 47px;
	right: 0px;
}
.search p {
	text-align: right;
	font-size: 50%;
}
.search label {
}
.search input#q {
	width: 15em;
	margin-right: 10px;
}
#label-w {
	margin-right: 60px;
}

.menu {
	height: 36px;
	_width: 100%;
	border: 1px solid #dadada;
	border-width: 0px 1px;
	border-right-color: #b5b5b5;
	background-image: url(../img/menu/menu_bg.gif);
	background-repeat: repeat-x;
	padding-left: 45px;
	white-space: nowrap;
	overflow: visible;
	font-size: 1px;
}

.menu li {
	display: inline;
	margin-left: -1px;
}
.menu a:hover,
.menu img:hover {
	background-image: url(../img/menu/menu_bg_hover.gif);
	background-repeat: repeat-x;
	background-position: 0% 0%;
}
address {
	font-style: normal;
	padding: 18px 6px 23px 16px;
	background-image: url(../img/shared/footer_border.gif);
	background-position: 0% 0%;
	background-repeat: repeat-x;
	font-size: 90%;
}

address A {
	color:#000000;
	text-decoration:none;
}

address A:hover {
	color:#000000;
	text-decoration:none;
}

address A:visited {
	color:#000000;
	text-decoration:none;
}

address A:active {
	color:#000000;
	text-decoration:none;
}

address .copyright {
	font-size: 90%;
	position: absolute;
	right: 6px;
	padding-top: 2px;
}

address .catchcopy {
	font-size: 70%;
	position: absolute;
	padding-top: 0.4em;
	padding-bottom: 10px;
	padding-left: 2px;
	color: #333333;
}

.base {
	padding: 0px 10px;
}
