body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

body.sub {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 20px;
	padding-top: 0;
	background: #000000 url(/images/p4_sub_bg.jpg) repeat-x top;
	color: #FFFFFF;
}

td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a {
	color: #FF0000;
	text-decoration: underline;
}

a:hover {
	color: #666666;
	text-decoration: none;
}

#main_header {
	height: 100px;
	margin: 0 0 0 180px;
	width: 100%;
	background: url(/images/p4_header_logo.jpg) no-repeat bottom left;
}

#sub_header {
	height: 200px;
	margin: 0;
	width: 746px;
	background: url(/images/p4_header.jpg) no-repeat bottom left;
	margin-bottom: 3px;
	cursor: pointer;
}

#sub_div {
	width: 746px;
	margin: 0;
	height: 27px;
	background: url(/images/div_repeat_x.jpg) repeat-x;
}

	#sub_div_left {
		width: 746px;
		height: 27px;
		background: url(/images/div_lh.jpg) no-repeat left;
	}
	
	#sub_div_right {
		width: 746px;
		height: 27px;
		background: url(/images/div_rh.jpg) no-repeat right;
	}

#main_home {
	position: relative;
	background: #000000 url(/images/bg_repeat_x.jpg) repeat-x;
	height: 382px;
}

#sub_main {
	width: 746px;
	position: relative;
	text-align: right; /* fixes bug in safari where the main content block was being centered instead of off to the right */
}

#lh_col {
	position: absolute;
	border-right: 0px solid #000000;
	height: 423px;
	width: 166px;
	left: -2px;
	top: 11px;
	background: url(/images/rh_corner.jpg) no-repeat top right;
}

	#lh_col_content {
		padding: 0px;
	}
	
	#lh_menu {
		padding-top: 0px;
		text-align: right;
	}

#lh_sub_col {
	position: absolute;
	width: 190px;
	top: 0;
	left: 0;
	margin-top: 3px;
	background: url(/images/bg_repeat_x.jpg) repeat-x;
	height: 600px;
	text-align: left;
}

	#lh_sub_col_top_left {
		width: 190px;
		background: url(/images/lh_corner.jpg) no-repeat top left;
	}
	
	#lh_sub_col_top_right {
		width: 190px;
		background: url(/images/rh_corner.jpg) no-repeat top right;
	}

#main_sub_body {
	width: 553px;
	height: auto; /* can't use 100% because of MAC IE bug */
	margin: 0 0 0 193px;
	border-top: 3px solid #000000;
	background: #D7DBDF url(/images/bg_main_repeat_x.jpg) repeat-x;
}

	#main_sub_body_top_left {
		width: 553px;
		background: url(/images/main_lh_top.jpg) no-repeat top left;
	}
	
	#main_sub_body_top_right {
		width: 553px;
		background: url(/images/main_rh_top.jpg) no-repeat top right;
	}
	
	#main_sub_body_bottom_left {
		width: 553px;
		height: auto;
		background: url(/images/main_lh_bot.jpg) no-repeat bottom left;
	}
	
	#main_sub_body_bottom_right {
		width: 553px;
		height: auto;
		background: url(/images/main_rh_bot.jpg) no-repeat bottom right;
	}
	
	#main_sub_body_content {
		padding: 10px;
		color: #000000;
		line-height: 1.5em;
		text-align: left;
		padding-bottom: 25%;
	}

#rh_col {
	position: absolute;
	border-left: 2px solid #000000;
	height: 194px;
	width: 200px;
	left: 740px;
	top: 1px;
	background: url(/images/lh_corner.jpg) no-repeat top left;
}

	#rh_col_content {
		padding: 10px;
	}

#main_home_body {
	margin: 0 0 0 180px;
}

#main_footer {
	margin: 0 0 0 180px;
	width: 563px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
}

#sub_footer {
	margin: 0;
	width: 746px;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: center;
	font-size: 10px;
}

	#sub_footer a, #main_footer a, #rh_col_content a {
		color: #CCCCCC;
		text-decoration: none;
	}
	
	#sub_footer a:hover, #main_footer a:hover, #rh_col_content a:hover {
		color: #FFFFFF;
		text-decoration: underline;
	}

#subscribe_box_red {
	background: url(/images/p4_subscribe.jpg) no-repeat; 
	width: 174px; 
	height: 84px;
	padding-top: 45px;
	padding-left: 10px;
}

#subscribe_box {
	background: url(/images/p4_subscribe_2.jpg) no-repeat; 
	width: 174px; 
	height: 84px;
	padding-top: 45px;
	padding-left: 10px;
	margin-left: 6px;
}

hr {
	margin: 10px;
	border: 0;
	height: 1px;
	border-bottom: 1px dotted #FFFFFF;
}

.header {
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	color: #516382;
}

.highlight {
	background-color: #FFFFCC;
}

img.photo {
	margin-left: 5px;
	margin-right: 5px;
	border: 2px solid #000000;
}

.report_table {
	border-collapse: collapse;
	padding: 4px;
	margin: 0;
}

td.h {
	border: 1px solid #DCE0E7;
	background-color: #8F9EB6;
	font-weight: bold;
	padding: 4px;
	margin: 4px;
}
td.h a {
	text-decoration: none;
}
td.h a:hover {
	text-decoration: underline;
}
td.subh {
	
	background-color: #D8DEB4;
	/*color: #000000;*/
	padding: 4px;
	margin: 4px;
	font-weight: bold;
	font-size: 10px;
}
td.data {
	border: 1px solid #DCE0E7;
	padding: 4px;
	margin: 4px;
	background-color: #B8BBCB;
}
.warning {
	color: #FF0000;
}

