/* ================================================================= */
/*																	 */
/* CSS Document														 */
/* Dennis Khau, dkhau@cusa.canon.com								 */
/* 2009-05-28														 */
/* ------------------------------------------------------------------*/
/* 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: 144px;
	left: 37px;
	position: absolute;
	top: 108px;
	width: 934px;
}
#bodyContainer {
	background: url(../imgs/c_background.png) no-repeat;
	height: 720px;
	width: 1008px;
}
#bodyContainer_right {
	background: url(../imgs/c_background_right.png) repeat-x;
}
/* ----------------------
 * --- NAVIGATION TOP ---
 * ----------------------
 */
#navigationTop {
	color: #ffffff;
	float: left;
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	padding: 80px 0px 0px 40px; /* Top, right, bottom, left-padding settings of the class. */
}
	#navigationTop a,
	#navigationTop a:active,
	#navigationTop a:link,
	#navigationTop a:visited {
		color: #ffffff;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		padding: 0px 10px 0px 10px; /* Top, right, bottom, left-padding settings of the class. */
		text-decoration: none;
	}
	#navigationTop a:hover {
		color: #000000;
		font: bold 16px Verdana, Arial, Helvetica, sans-serif;
		/*padding: 20px 10px 7px 10px; /* Top, right, bottom, left-padding settings of the class. */
		text-decoration: none;
	}

#bodyText {
	float: left; 
	padding: 165px 0px 0px 36px; /* Top, right, bottom, left-padding settings of the class. */
	width: 100%;
}
	.column1 {
		color: #000000;
		float: left;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin-right: 10px;
		max-width: 165px;
		padding-left: 10px;
		width: 165px;
	}
	.column1 .strong {
		font: bold 16px Georgia, "Times New Roman", Times, serif;
	}
	.column1 a,
	.column1 a:active,
	.column1 a:link,
	.column1 a:visited {
		color: #000000;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.column1 a:hover {
		color: #000000;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.column3 {
		color: #000000;
		float: left;
		font: 12px Arial, Helvetica, sans-serif;
		margin-left: 10px;
		max-width: 175px;
		width: 175px;
	}
	.column3 .strong {
		font: bold 16px Georgia, "Times New Roman", Times, serif;
	}
	.column3 a,
	.column3 a:active,
	.column3 a:link,
	.column3 a:visited {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: underline;
	}
	.column3 a:hover {
		color: #000000;
		font: 12px Arial, Helvetica, sans-serif;
		text-decoration: none;
	}
	.bodyText {
		float: left; 
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		margin-left: 5px;
		width: 560px;
	}
		.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: #cc0000;
			font: 12px Verdana, Arial, Helvetica, sans-serif;
			text-decoration: none;
		}
		/* ------------------
		 * --- PAGE TITLE ---
		 * ------------------
		 */
		.bodyText .pageTitle {
		color: #CC0000;
		font: bold 24px Geneva, Arial, Helvetica, sans-serif;
		}
		/* -----------------
		 * --- COPYRIGHT ---
		 * -----------------
		 */
		.bodyText tr,
		.bodyText td {
			font: 12px Geneva, Arial, Helvetica, sans-serif;
		}
		.bodyText .copyright {
			color: #CC0000;
			float: left;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			padding: 25px 10px 15px 0px; /* Top, right, bottom, left-padding settings of the class. */
			}
		/* -----------------------
		 * --- SITE STATEMENTS ---
		 * -----------------------
		 */
		.bodyText .siteStatements {
			color: #000000;
			float: right;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			padding: 25px 0px 15px 10px; /* Top, right, bottom, left-padding settings of the class. */
			}
		.bodyText .siteStatements a,
		.bodyText .siteStatements a:active,
		.bodyText .siteStatements a:link,
		.bodyText .siteStatements a:visited {
			color: #000000;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 3px;
			text-decoration: underline;
		}
		.bodyText .siteStatements a:hover {
			color: #000000;
			font: 10px Geneva, Arial, Helvetica, sans-serif;
			margin-right: 3px;
			text-decoration: none;
		}
/* --------------------
 * --- SITE NOTICES ---
 * --------------------
 */
.siteNoticeA { /* Yellow Notification */
	background-color: #ffffcc;
	border-bottom: #ffff00 1px solid;
	border-top: #ffff00 1px solid;
	color: #000000;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 10px 5px 10px 5px;
	text-align: justified;
}
.siteNoticeB { /* Grey Notification */
	background-color: #eaeaea;
	border-bottom: #cccccc 1px solid;
	border-top: #cccccc 1px 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: justified;
}
.siteNoticeC { /* Red Notification */
	background-color: #FFDFE0;
	border-bottom: #cc0000 1px solid;
	border-top: #cc0000 1px 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: justified;
}