/* CSS Document */

#column2 {
    float: left;
	width:584px;
	height:66px;
	margin:15px 5px 0 5px;
	background-color:#272973;
	border-color:#66CCFF;
	border: 2px;
	border-style:ridge;
	padding: 0 0 0 10px;
}

#column2head {
	padding:4px 0 4px 0;
	text-align:center;
	font-weight: bold;
	font-family:"Times New Roman", Times, serif;
	color:#FFFFFF;
	font-size: 1.4em;
	text-decoration:underline;
}

#companyslide {
    float: left;
	width:594px;
	height:346px;
	margin:15px 5px 0 5px;
	background-color:#272973;
	border-color:#66CCFF;
	border: 2px;
	border-style:ridge;
}

#column4 {
	float:left;
	width:594px;
	height:auto;
	margin:15px 5px 15px 165px;
	background-color:#272973;
	border-color:#66CCFF;
	border: 2px;
	border-style:ridge;
}

