body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: .9em;
}
p {
	margin: 10px 15px 10px 15px
	}
h1 { 
	background-color: #00234C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	color: #FFFFFF;
	margin-top: 0.5em;
	margin-right: 0em;
	margin-left: 0em;
	text-indent: 3px;
}
/* positions document title */
h1.pos_abs {
    background-color: #FFFFFF;
	font-size:26px;
	position:absolute;
	left:100px;
	top:35px
}
h2 {
	font-size: 1.20em;
	font-weight: bold;
	margin-right:15px;
	margin-left: 15px;
}
/* create bar for h2 separations */
.bar { 
	background-color: #00234C;
	color: #FFFFFF;
	text-indent: 3px;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	margin-right:15px;
	margin-left: 15px;
}
li {
}
.listnote {
	list-style-type: none;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.padtop {
	margin-top: .5em;
}

.listcaution {
	list-style-image: url('warning_caution.gif');
	list-style-type: circle;
	margin: 10px 25px 10px 25px;
}
.para {
	list-style-type: none;
	margin-bottom: .75em;
}
.paraspace {
	list-style-type: none;
	margin-top: .5em;
	margin-bottom: .5em;
}
/* positions HP logo */
p.welcome {
	position: absolute;
	left: 10px;
	top: 38px;
}
/* id for back to top link and divider */
.top {
	text-align: right;
	font-weight: bold;
	position: relative;
	bottom: -.35em;
}
.topbottom {
	text-align: right;
	font-weight: bold;
	background: #00234C;
	color: #FFFFFF;
	line-height: 25px;
}
/* defines links for top menu to prevent 
a visited link from changing color */
a.top:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #1A4C8F;
	font-size: .8em;
	}
a.top:visited {
    color: #1A4C8F;
	}
a.top:hover {
	text-decoration: underline;
	}
a.top:active {
    color: #1A4C8F;
	}
/* centers top nav table */
.centered-table {
	margin-left: auto;
	margin-right: auto;
	margin-top: 75px;
	padding-bottom: 10px;
	background-color: #E7E7E7;
}
/* creates dark grey bar for top nav table */
th.centered-table {
	background-color: #DCDCDC;
	padding-bottom: 3px;
}
/* adds leading to top of menu */
.menu-table {
	margin-top: 3px;
}
th {
	font-size: 0.9em;
	padding: 0px 5px 0px 5px;
	color: #003366;
}
td {
	font-size: 0.9em;
	padding: 0px 5px 0px 5px;
}
td img.decoration {
	display: block;
}
tr.decoration img {
	display: block;
}
/* define links for submenus to prevent 
a visited link from changing color */
a.menu {
	font-size: 80%;
	color: #003366;
	}
a.menu:visited {
    color: #003366;
	}
a.menu:hover {
	text-decoration: underline;
	}
a.menu:active {
    color: #003366;
	}
/* defines blue bar in header */
#banner {
	border-top-width: 25px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #00234C;
}
.small {font-size: x-small;}
a.bold {font-weight: bold;}
a.small {font-size: x-small;}
a.udrline {text-decoration: underline;}
a.udrlinebold {font-weight: bold; text-decoration: underline;}
a.udrlinesmall {text-decoration: underline; font-size: x-small;}

