/* begin navbar style */
body {
	background-color: white;
	color: #000;
	margin: 0;
	padding:0;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
	width: 700px;
}

h1, h2, h3, label, a {
	margin: 0;
	padding:0;
}

body, label, a {
	font-size: 10pt;
}

#masthead, #mainmenu, .mainmenu, #submenus, #prodtabs, #powernumbers, #related_products, #related_features, .spacer, #banks_fact_widget, #footer, #makemenu, ul#appmenu {
	display:none;
}

div#overview, div#parts, div#proof, div#comps {
	display: block;
}

#content {
	text-align: center;
	padding-top: 15px;
    float:none !important;
}

h1 {
	font-size: 24pt;
	font-weight: bold;
	padding-bottom: 10px;
}

h2 {
	font-size: 18pt;
	font-weight: bold;
}

h3 {
	font-size: 14pt;
	font-weight: bold;
}

h4 {
	font-size: 12pt;
	font-weight: bold;
}

p {
	margin: 0;
	text-align: justify;
}

table {
	width: 100%;
}

th {
	font-weight: bold;
}

table, tr, th, td {
	background-color : transparent;
	padding: 3px;
	border: 1px solid #000;
	border-collapse: collapse;
}

label, label a {
	font-weight: bold;
	padding-right: 5px;
}

label {
	width:110px;
	text-align:right;
}

input, button {
	height: 20px;
	text-transform: capitalize;
}

button {
	margin: 0 3px 0 3px;
}

ul {
	list-style: disc;
}