body {
	font: 12px arial, helvetica, sans-serif;
	text-align: center; /* for IE */
	margin: 0px;
	padding: 0px;
	background-color: #ddd;
	color: #000;
	background-image: url(/share/img/layout/background.jpg);
	background-position: 0 0;
	background-repeat: repeat-x;
}

.commonfont {
	font: 12px arial, helvetica, sans-serif;
}

#container {
	margin: 0 auto;   /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 720px;
}

#head {
	height: 65px;
}

#logo {
	float: left;
	width: 200px;
	height: 65px;/* logo: 50px */
}

#helpmenu {
	float: left;
	width: 520px;
	height: 65px;
	/*text-align: right;*/
}

#helpmenu ul {
	float: right;
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px;
}

#helpmenu li {
	float: right;
	margin: 0px;
	padding: 0px;
	/* what mac IE sees: */
	/*\*//*/
	text-align: center;
	width: 70px;
	/**/
}

#helpmenu li a {
	display: block;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

#helpmenu li a:hover {
	background-color: transparent;
	color: #559;
}

#helpmenu li a.first {

}

#helpmenu li a.next {
	background-image: url(/share/img/layout/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#helpmenu li a.last {
	padding-right: 2px;
}

#mainmenu {
	width: 100%;
	background-color: #999;
	color: #000;
	border-top: 1px solid #575a5d;
	border-bottom: 1px solid #25272a;
	background-image: url(/share/img/layout/pipe.jpg);
	background-repeat: repeat-x;
}

#mainmenu ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#mainmenu li {
	float: left;
	margin: 0px;
	padding: 0px;
	/* what mac IE sees: */
	/*\*//*/
	text-align: center;
	width: 80px;
	margin-right: 12px;
	/**/
}

#mainmenu li a {
	display: block;
	color: #000075;
	background-color: transparent;
	white-space: nowrap;
	text-decoration: none;
	padding: 10px 12px 10px 13px;
}

#mainmenu li a:hover {
	color: #559;
	background-color: transparent;
}

#mainmenu li a.first {

}

#mainmenu li a.next {
	background-image: url(/share/img/layout/line.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

#action {
	width: 720px;
	height: 322px;
	margin-top: 15px;
	background-image: url(/share/img/layout/action2.png);
	background-repeat: no-repeat;
}

#action2 {
	width: 720px;
	height: 200px;
	margin-top: 15px;
	background-image: url(/share/img/layout/action2.png);
	background-repeat: no-repeat;
}

#content {
	padding-top: 15px;
}

#content .noview {
	display: none;
}

#content .clear {
	clear:both;
	height: 5px;
	overflow:hidden
}

#footnote {
	margin-top: 15px;
	width: 720px;
}

h1 {
	font-size: 18px;
	margin: 0px 0px 8px 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
}

h3 {
	font-size: 12px;
	margin: 0px;
}

h4 {
	font-size: 12px;
	margin: 0px;
}

h5, h6 {
	font-size: 10px;
	margin: 0px;
}
