/* This stylesheet contains ONLY MODIFICATIONS AND ADDITIONS made for home page to other pages' styles */

/* page container */
#container {
	position: relative;
	left: 0px;
	top: 0px;
	width: 752px;
	margin: 0;
	padding: 246px 0 0 22px;
	text-align:left;
	z-index: 5;
	}

/* image bar */
	#imagebar {
		position: absolute;
		left: 22px;
		top: 86px;
		width: 730px;
		height: 146px;
		background-color: #F7F7F7;
		overflow: hidden;
	}


	#summary, #summary_title {color: #ffffff;}
	#summary_title {position: absolute; left: 372px; top: 31px; font-size: 18px; font-weight:bold; font-style:italic; color: #ffffff;}


/* left column */

	 #leftcolumn {
			width: 355px;
			float: left;
			margin: 0;
			padding: 0;
			text-align:justify;
		}
	
	* html #leftcolumn {
		width: 371px;
		w\idth: 355px;
	}

/* right column */
	
	#rightcolumn {
		width: 355px;
		margin: 0 0 0 372px;
		text-align:justify;
	}
	
	html>body #rightcolumn {margin-left: 375px;}
	
	#rightcolumn img {
		float: left;
		border:0;
		margin: 5px 20px 5px 0;
	}

/* full page width separator line */
	.fullpageseparator {
		clear: both;
		width: 728px;
		height: 1px;
		margin: 4px 0 12px 0;
		padding: 0;

		background-color:#FFFFFF;
		border-left: 1px solid #D9D9D9;
		border-top: 1px solid #D0D0D0;
		border-right: 1px solid #EEEEEE;
		border-bottom: 1px solid #F5F5F5;
		overflow: hidden; 
	}
		
		* html .fullpageseparator {
			height: 3px;
			he\ight: 1px;
			width: 730px;
			w\idth: 728px;
		}
		
/* full page width info box */
	#infoboxh {
		width: 703px;
		}
	
		* html #infoboxh {
			width: 723px;
			w\idth: 703px;
		}

	/* columns inside info box */
		#ibleftcolumn {
			width: 338px;
			float: left;
			margin: 0;
			padding: 0;
			text-align:justify;
		}
		
		#ibrightcolumn {
			width: 343px;
			margin: 0 0 0 356px;
			text-align:justify;
		}
		
		html>body #ibrightcolumn {margin-left: 351px;}
	
	/* link inside columns */
	
	#leftcolumn a, #rightcolumn a {
		display: block;
		float: left;
		padding: 0 0 0 15px;
		font-weight: bold;
		background-image: url(../images/iblinkbullet0.gif);
		background-repeat: no-repeat;
		background-position: 0px 2px;
		}
		
	#leftcolumn a:hover, #rightcolumn a:hover {background-image: url(../images/iblinkbullet1.gif);color: #1414cc;}
		