/* page layout elements */

body {
	width:  8.5in;
	height:  11in;
	font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:  11px;
}
div#content-container {
	text-align:  justify;
	padding:  59px 10px 10px 10px;
	margin: 0;
}
div#logo {
	position:  absolute;
	top:  0;
	left:  10px;
	width:  575px;
	height:  49px;
	overflow:  hidden;
}
div#menu-panel {
	display:  none;
}
div.col-item {
	float:  left;
	width:  140px;
	padding:  5px;
	margin: 0;
	text-align:  left;
}
div.col-value {
	float: left;
	padding: 5px;
	margin: 0;
}
div.program-detail {
	margin:  5px;
	border:  1px solid #000000;
	padding: 5px;
}
th {
	font-size:  110%;
	color:  #FFFFFF;
	background-color:  #000000;
	font-weight:  bold;
	border-bottom:  1px solid #DDDDDD;
}
tr.bg0 {
	background-color:  #FFFFFF;
	color:  inherit;
}
tr.bg1 {
	background-color:  #F0F0F0;
	color:  inherit;
	border-right:  1px solid #DDDDDD;
}
tr.bg0 td, tr.bg1 td {
	border-bottom:  1px solid #DDDDDD;
}
.left-border {
	border-left:  1px solid #DDDDDD;
}
.right-border {
	border-right:  1px solid #DDDDDD;
}/* font elements */
a {
	color:  #000000;
	background-color:  inherit;
	text-decoration:  underline;
	font-weight:  bold;
}
h1 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size:  163.6%;
	font-weight:  bold;
	color:  #000000;
	background-color:  inherit;
}
h2 {
	margin: 0 0 1em 0;
	padding: 0;
	font-size:  130%;
	font-weight:  bold;
	color:  #000000;
	background-color:  inherit;
}
h3 {
	margin:  1em 0 0 0;
	padding: 0;
	font-size:  110%;
	color:  #000000;
	font-weight:  bold;
}
.screen-only {
	display:  none;
}
/* form elements */
input {
	font-family:  Tahoma, Arial, Helvetica, sans-serif;
}
input.button-contractor {
	background-color:  #FFFFFF;
	color:  #000000;
	border:  1px solid #000000;
	text-decoration:  underline;
	font-weight:  bold;
	text-align:  center;
	padding:  1px 3px;
}
input.button-contractor-current {
	color:  #FFFFFF;
	background-color:  #000000;
	border:  1px solid #000000;
	text-decoration:  underline;
	font-weight:  bold;
	text-align:  center;
	padding:  1px 3px;
}
input.button-contractor:hover, input.button-contractor-current:hover {
	color:  #FFFFFF;
	background-color:  #000000;
	border:  1px solid #000000;
	text-decoration: none;
}
.screen-only {
	display:  none;
}