/* 
 * CombinedFleet.com cascading stylesheet
 * @author	C. Peter Chen
 *
 */

img {
	border: 0;
}



/* Main menu */

.menuBlock {
	width: 850px;
	margin: 5 5 5 5px;
	padding: 5 5 5 5px;
	border: thin solid #a0a0a0;
	text-align: left;
}

.menuBlockLeft {
	float: left;
	width: 130px;
}

.menuBlockRight {
	float: left;
	width: 710px;
}

.menuBlockHeaderLink {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #0000ff;
}

.menuBlockHeaderLink:hover {
	text-decoration: underline;
}

.menuBlockSubtext {
	font-size: 12px;
	width: 700px;
	border-bottom: thin solid #c0c0c0;
	margin-top: 5px;
	margin-bottom: 15px;
}

.menuBlockSubtextSub1 {
	float: left;
	width: 300px;
	
}

.menuBlockSubtextSub2 {
	float: left;
}