/* Home Page Formatting */
body.home {
	background-color: #000000;
}
body.home #header {
	height: 200px;
	background-image: url(../images/home/hdr_tr_home.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
body.home #banner_1 {
	height: 45px;
	background-image: url(../images/home/hdr_tl_home.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: right;
}
body.home #banner_2 {
	background-image: url(../images/home/bnr_home.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	height: 155px;
	padding: 0px;
}
body.home #content {
}
body.home #footer {
	text-align: center;
	clear: both;
	background-image: url(../images/home/cnr_br_home.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body.home #footer_l {
	background-image: url(../images/home/cnr_bl_home.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 40px;
}
body.home #footer_l a {
	color: #999999;
	text-align: right;
	margin-top: 20px;
	margin-right: 20px;
	font-size: 10px;
}
/* Wrapper */
body.home #wrapper {
	background-color: #FFFFFF;
}
body.home #date {
	color: #0066FF;
}
body.home h1 {
	color:#000000;
	background-color: #FFFFFF;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
/* Copyright*/
body.home #copyright {
	margin-right: 20px;
	margin-left: 20px;
	text-align: center;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FF6633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}
body.home #copyright a {
	margin: 0px;
	padding: 0px;
}