/* ================================================================= */
/*																	 */
/* CSS Document														 */
/* Dennis Khau, dkhau@cusa.canon.com								 */
/* 2009-04-16														 */
/* ------------------------------------------------------------------*/
/* FOR USE ONLY BY CANON U.S.A., INC. GOVERNMENT MARKETING DIVISION. */
/* ALL OTHER USES ARE PROHIBITED.									 */
/*																	 */
/* ================================================================= */

body {
	background: url(../imgs/c_background_continuous.png) repeat-y #000000;
	color: #000000;
	margin: 0px 0px 0px 0px; /* Top, right, bottom, left-margin settings from the page's edge. */
}
img {
	border: none;
}
#logoImg {
	border: none;
	position: absolute;
	left: 58px;		
	top: 6px;		
}
#subLogoImg {
	border: none;
	position: absolute;
	left: 710px;
	top: 6px;		
}
#midEyeC {
	border: none;
	height: 252px;
	left: 72px;
	position: absolute;
	top: 145px;
	width: 864px;
}
#bodyContainer {
	background: url(../imgs/c_background.png) no-repeat;
	height: 768px;
	width: 1008px;
}
#bodyContainer_right {
	background: url(../imgs/c_background_right.png) repeat-x;
}
/* ----------------------
 * --- NAVIGATION TOP ---
 * ----------------------
 */
#navigationTop {
	display: inline;
	float: left;
	margin: 119px 0px 0px 150px; /* Top, right, bottom, left-padding settings of the class. */
}
	#navigationTop a,
	#navigationTop a:active,
	#navigationTop a:link,
	#navigationTop a:visited {
		color: #cccccc;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 0px 8px 0px 8px; /* Top, right, bottom, left-padding settings of the class. */
		text-decoration: none;
		text-transform: uppercase;
	}
	#navigationTop a:hover {
		color: #ffffff;
		font: 10px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-decoration: none;
		text-transform: uppercase;
	}
/* -----------------
 * --- BODY TEXT ---
 * -----------------
 */
#bodyText {
	float: left; 
	padding: 265px 0px 0px 72px; /* Top, right, bottom, left-padding settings of the class. */
	width: 862px;
}
	/* -------------------------
	 * --- LEFT OB BODY TEXT ---
	 * -------------------------
	 */
	.leftOfBodyText {
		color: #000000;
		display: inline;
		float: left;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin-left: 38px;
		max-width: 180px;
		padding: 5px 5px 5px 5px;
		width: 165px;
	}
	.leftOfBodyText strong {
		background-color: #999999;
		border-bottom: #000000 1px solid;
		border-top: #000000 1px solid;
		color: #000000;
		display: block;
		font: bold 16px Arial, Helvetica, sans-serif;
		line-height: 115%;
	}
	.leftOfBodyText tr,
	.leftOfBodyText td {
		font: 11px Geneva, Arial, Helvetica, sans-serif;
	}
	.leftOfBodyText a,
	.leftOfBodyText a:active,
	.leftOfBodyText a:link,
	.leftOfBodyText a:visited {
		color: #000000;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.leftOfBodyText a:hover {
		color: #000000;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.bodyText {
		float: left; 
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin-left: 25px;
		width: 585px;
	}
		.bodyText a,
		.bodyText a:active,
		.bodyText a:link,
		.bodyText a:visited {
			color: #000000;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: underline;
		}
		.bodyText a:hover {
			color: #ffffff;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		/* ------------------
		 * --- PAGE TITLE ---
		 * ------------------
		 */
		.bodyText .pageTitle {
			color: #CC0000;
			font: 24px Geneva, Arial, Helvetica, sans-serif;
			font-weight: bold;
			text-align: left;
		}
		/* -----------------
		 * --- COPYRIGHT ---
		 * -----------------
		 */
		.bodyText .copyright {
			color: #ffffff;
			display: inline;
			float: left;
			font: 11px Geneva, Arial, Helvetica, sans-serif;
			padding: 45px 5px 15px 0px; /* Top, right, bottom, left-padding settings of the class. */
			text-align: left;
			width: auto;
		}
		/* -----------------------
		 * --- SITE STATEMENTS ---
		 * -----------------------
		 */
		.bodyText .siteStatements {
			color: #000000;
			display: inline;
			float: right;
			font: 11px Geneva, Arial, Helvetica, sans-serif;
			padding: 45px 0px 15px 5px; /* Top, right, bottom, left-padding settings of the class. */
			text-align: right;
			width: auto;
		}
		.bodyText .siteStatements a,
		.bodyText .siteStatements a:active,
		.bodyText .siteStatements a:link,
		.bodyText .siteStatements a:visited {
			color: #000000;
			font: 11px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 8px;
			text-decoration: underline;
		}
		.bodyText .siteStatements a:hover {
			color: #ffffff;
			font: 11px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 8px;
			text-decoration: none;
		}
/* --------------------
 * --- SITE NOTICES ---
 * --------------------
 */
.siteNoticeA { /* Yellow Notification */
	background-color: #ffffcc;
	border-bottom: #ffff00 2px solid;
	border-top: #ffff00 2px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	text-align: center;
}
.siteNoticeB { /* Grey Notification */
	background-color: #eaeaea;
	border-bottom: #cccccc 2px solid;
	border-top: #cccccc 2px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px; /* Top, right, bottom, left-padding settings of the class. */
	text-align: center;
}
.siteNoticeC { /* Red Notification */
	background-color: #FFDFE0;
	border-bottom: #cc0000 2px solid;
	border-top: #cc0000 2px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px; /* Top, right, bottom, left-padding settings of the class. */
	text-align: center;
}