/* CSS Document */

/* BODY */

body {
	background-image: url(images/steelmancc_back.gif);
	background-repeat: repeat;
	margin: 0px;
}
h2 {
	font-size: 16px;
	margin-top: 12px;
	color: #000066;
}
h3 {
	font-size: 14px;
	color: #000066;
}
h4 {
	font-size: 12px;
	color: #000066;
}

/* LEFT NAVIGATION */

#leftnav {
	padding: 5px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
}
.leftnav_header {
	text-align: left;
	margin-bottom: 5px;
	padding-left: 2px;
}
.leftnav_lev1 {
	padding: 3px 20px 1px 7px;
	text-align: left;
	font-weight: bold;
    FONT-SIZE: 10px;
	color: #333366;
}
#leftnav a {
	color: #273AC0;
	text-decoration: underline;
}
#leftnav a:hover {
	color: #273AC0;
	text-decoration: none;
}
.company {
	margin-top: 20px;
	font-size: 10px;
}

/* CONTENT */

#shell {
	padding-top: 5px;
	padding-bottom: 3px;
}
#content {
	background-color: #FFFFFF;
	padding: 10px;
	border-right: 1px solid #CCCCCC;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
}
#content a {
	color: #273AC0;
	text-decoration: underline;
}
#content a:hover {
	color: #FFAF00;
	text-decoration: none;
}
#content strong, #content b {
	color: #273AC0;
	font-size: 12px;
}
#content img.topleft {
	padding-right: 10px;
	padding-bottom: 15px;
}
#right {
	float: right;
	width: 160px;
	font-size: 10px;
	text-align: center;
}
.table-images td {
	vertical-align: top;
	padding: 10px 5px;
}
.border-bottom {
	/*border-bottom: 1px dotted #666666;*/
}
.click {
	font-size: 10px;
	text-align: center;
}

/* FOOTER */

#footer {
	height: 25px;
	background-image: url(images/steelmancc_r4_c1.gif);
	background-repeat: repeat-x;
	text-align: right;
	vertical-align: bottom;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}
#footer a:hover {
	color: #273AC0;
	text-decoration: underline;
}
