* {
	margin: 0;
	padding: 0;
}
body {	
	background-color: #ffffff;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
}
a {
	color: #8c959b;
}
a:hover {
	color: #8c959b;
}
img {
	border: none;
}
#main {
	width: 748px;
	height: 554px;
	text-align: center;
	margin: auto;
	margin-top: 2em;
	background-repeat: no-repeat;
}
#nav {
	padding-left: 3px;
	width: 187px;
	height: 100%;
	float:left;
	color: #282843;
}
#contents {
	width: 543px;
	height: 422px;
	position: relative;
	left: -5px;
	float: right;
	background-color: #000000;
	background-repeat: no-repeat;
	overflow: auto;
	text-align: left;
	padding: 7px;
}
#contentsA{
	padding-left: 7px;
	width: 500px;
}
.clearfloat {
	clear: both;
}
.top {background: url(images/menu-border.gif) 0 0 repeat-x; width: 748px}
.bottom {background: url(images/menu-border.gif) 0 100% repeat-x}
.left {background: url(images/menu-border.gif) 0 0 repeat-y}
.right {background: url(images/menu-border.gif) 100% 0 repeat-y}
.bottomleft {background: url(images/menu_21.gif) 0 100% no-repeat}
.bottomright {background: url(images/menu_22.gif) 100% 100% no-repeat}
.topleft {background: url(images/menu_01.gif) 0 0 no-repeat}
.topright {background: url(images/menu_03.gif) 100% 0 no-repeat; height: 531px;}
h3 {
	font-size: 1.5em;
	text-decoration: underline;
	margin-bottom: 8px;
}
p {
	margin-bottom: 8px;
}
#contents a {
	text-decoration: none;
	font-weight: bold;
}
#contents a:hover {
	background-color: #8c959b;
	color: #fff;
}
.data {
	margin: 2px;
	padding: 3px;
}
.data ul {
	margin-left: 18px;
	padding-bottom: 8px;
}
.dataimage {
	float: left;
}
.datatable {
	float: right;
	padding: 10px;
}
.datasummary {
	background-color: #000000;
	text-align: center;
	font-size: .7em;
	font-weight: normal;
}
.datatablehead {
	background-color: #65659a;
	color: #ffffff;
}
.datasummary tr {
	padding: 2px;
	background-color: #ffffff;
}
.databenefits {
	clear: both;
}
.underline {
	text-decoration: underline;
	font-weight: bold;
}
.clickhide {
	display: none;
}
ul {
	margin-top: 1em;
}
li {
	margin: .25em 0 .25em 2em;
}
#contents {
	background-image: url(images/menu_08.jpg);
	background-repeat: no-repeat;
}