@charset "utf-8";
/* CSS Document */

#contentLeftContactUs {
	float: left;
	clear: none;
	position: relative;
	width: 400px; 			
	text-align: left;
	padding: 20px 35px 20px 10px;
	margin:0;
}

	
/* Right Content Area */

#contentRightContactUs {
	float: right;
	clear: none;
	position: relative;
	width: 300px; 			
	text-align: left;
	padding: 20px 100px 20px 0;
	margin:0;
}

#contentRightContactUs #csci {
	background-color:#d5dbd9;
	float:right;
	clear:none;
	width: 160px;
	padding:10px;
	margin:0; 
	}
	
#contentRightContactUs #csci a:link, #contentRightContactUs #csci a:visited {
	text-decoration:none;
	color:#333333;
	}
	
#contentRightContactUs #csci a:hover {
	color:#333333;
	text-decoration:underline;
	}
	
#contentRightContactUs #csci p {
	float:left;
	clear:none;
	font-style:italic;
	font-weight:bold;
	padding:5px;
	text-align:center;
	color:#333333;
	margin:0;
	}

#contentRightContactUs #csci img {
	float:left;
	clear:none;
	padding:10px 0 0 15px;
	margin:0;
	}
	
#contentRightContactUs #general-manager-info {
	float:right;
	clear:none;
	padding:20px 0 115px;
	margin:0;
	}
	
#contentLeftContactUs a:link, #contentLeftContactUs a:visited {
	text-decoration: underline;
	color: #341f79;
}
#contentLeftContactUs a:hover {
	text-decoration: none;
}

#contentRightContactUs a:link, #contentRightContactUs a:visited {
	color: #341f79;
	text-decoration: underline;
}
#contentRightContactUs a:hover {
	text-decoration: none;
}

