@charset 'utf-8';
@import url(normal.css);

/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; }

	#identity { background: transparent url(../_images/bg-identity.gif) 0 0 no-repeat; height: 74px; width: 165px; float: left; margin: 10px 0 0 120px; }
		#identity h1 { text-indent: -9999px; height: 74px; width: 165px; background: transparent url(../_images/logo-iotc-usa.gif) 0 0 no-repeat; }
	
	#mainContent { width: 415px; margin: 10px 0 0 120px; clear: left; float: left; }
		#mainContent p { color: #6d623c; font-size: 12px; line-height: 17px; margin: 10px 0 0 0; }
		#mainContent a { text-decoration: none; color: #760023; }
		#mainContent a:hover { text-decoration: underline; }
		
	#footer { clear: left; float: left; background: transparent url(../_images/bg-line-pixel.gif) 0 52px repeat-x; width: 100%; }
		#footer p { float: left; padding: 0 0 0 30px; margin: 45px 0 0 120px; width: 100px; height: 15px; background: #fff url(../_images/icon-us-flag.gif) 0 0 no-repeat; color: #86784a; font-size: 11px; }
		
	
		