body {
	background-color: #000000;
	margin: 0px;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#site_header {
	background-image: url(/images/site_header_bg.png);
	background-position: 50% 0%;
	background-position: top;
	background-repeat: no-repeat;
}

	#header {
		width: 1075px;
		margin-left: auto;
		margin-right: auto;
		height: 266px;
	}

#header_menu {
	width: 1075px;
	margin-left: auto;
	margin-right: auto;
	text-align: right;
	color: #a41229;
	height: 20px;
	padding: 4px 60px 0px 0px;
}
	
	#header_menu a:link,
	#header_menu a:active,
	#header_menu a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	
	#header_menu a:hover {
		color: #c9001a;
	}
	
	#header_menu a.header_menu_selected {
		color: #e9193a;
	}
	
#site_header_menu_bottom {
	background-image: url(/images/site_header_menu_bottom_bg.png);
	background-position: 50% 0%;
	background-position: top;
	background-repeat: no-repeat;
}

	#header_menu_bottom {
		width: 1075px;
		margin-left: auto;
		margin-right: auto;
		height: 20px;
	}
	
#site_main {
	background-image: url(/images/site_main_bg.png);
	background-position: 50% 0%;
	background-position: top;
	background-repeat: repeat-y;
}

	#main {
		width: 1075px;
		margin-left: auto;
		margin-right: auto;
		min-height: 364px;
	}
	
	* html #main {
		height: 364px;
	}
	
		#navigation_side_bar {
			float: left;
			width: 62px;
		}
	
		#navigation {
			width: 217px;
			float: left;
		}
		
			#navigation ul {
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
			
			.menu_1 a:link,
			.menu_1 a:active,
			.menu_1 a:visited {
				display: block;
				background-image: url(/images/menu_1_bg.gif);
				background-repeat: repeat-y;
				color: #ffffff;
				text-decoration: none;
				padding: 10px 10px 0px 15px;
			}
			
			.menu_1 a:hover {
				color: #e9193a;
			}
			
			.menu_1_selected a:link,
			.menu_1_selected a:active,
			.menu_1_selected a:visited,
			.menu_1_selected a:hover {
				display: block;
				background-image: url(/images/menu_1_bg.gif);
				background-repeat: repeat-y;
				color: #e9193a;
				text-decoration: none;
				padding: 10px 10px 0px 15px;
			}
			
				.menu_2 a:link,
				.menu_2 a:active,
				.menu_2 a:visited {
					display: block;
					background-image: url(/images/menu_2_bg.gif);
					background-repeat: repeat-y;
					color: #ffffff;
					text-decoration: none;
					padding: 3px 10px 0px 22px;
					font-size: 11px;
				}
				
				.menu_2 a:hover {
					color: #e9193a;
				}
				
				.menu_2_selected a:link,
				.menu_2_selected a:active,
				.menu_2_selected a:visited,
				.menu_2_selected a:hover {
					display: block;
					background-image: url(/images/menu_2_bg.gif);
					background-repeat: repeat-y;
					color: #e9193a;
					text-decoration: none;
					padding: 3px 10px 0px 22px;
					font-size: 11px;
				}
		
		#content {
			width: 766px;
			float: right;
			padding: 7px 20px 20px 0px;
		}
	
#site_footer {
	background-image: url(/images/site_footer_bg.png);
	background-position: 50% 0%;
	background-position: top;
	background-repeat: no-repeat;
	clear: both;
}

	#footer {
		width: 1075px;
		margin-left: auto;
		margin-right: auto;
		height: 164px;
		font-size: 11px;
		padding-top: 20px;
	}
	
		#distributed_by {
			float: left;
			clear: left;
		}
		
		#logos {
			padding-top: 7px;
			float: left;
			clear: left;
		}
		
		#address {
			float: right;
			clear: right;
			text-align: right;
			line-height: 16px;
		}
		
		#copyright {
			float: right;
			clear: right;
			text-align: right;
			line-height: 16px;
		}

#print_logo {
	display: none;
}

.hide {}

#content_box_1 {
	float: left;
	width: 323px;
	height: 202px;
}

#content_box_2 {
	float: left;
	width: 174px;
	padding: 2px 0px 0px 130px;
	height: 202px;
	background-image: url(/images/cb2.jpg);
	background-repeat: no-repeat;
	margin-left: 13px;
}

	#content_box_2 div {
		padding-top: 0px;
	}
	
	#content_box_2 select {
		width: 167px;
	}
	
#bottom_content_boxes {
	margin-top: 23px;
	background-image: url(/images/cb_bottom.jpg);
	background-repeat: no-repeat;
	height: 114px;
}

	#bottom_content_boxes h2 {
		color: #ffffff;
	}

	#content_box_3 {
		float: left;
		width: 260px;
		padding: 10px 10px 0px 65px;
	}
	
	#content_box_4 {
		float: left;
		width: 240px;
		padding: 10px 10px 0px 65px;
	}
