/* CSS Document */

/* BODY */

body {
	background-image: url(images/steelman_back.gif);
	background-repeat: repeat;
	margin: 0px;
}
h1 {
	font-size: 24px;
	margin-top: 12px;
	color: #000066;
	margin-bottom: 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: 4px;
	margin:0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #CCCCCC;
}
.leftnav_head {
	text-align: left;
	margin-bottom: 5px;
	padding-left: 5px;
}
.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;
}
#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/steelman_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;
}

/* INDEX PAGE */

p.first {
	margin-top: 5px;
	margin-bottom: 10px;
}
table#index1 {
	border-left: 1px solid #020235;
	border-top: 1px solid #020235;
	margin-bottom: 5px;
}
table#index1 td {
	border-right: 1px solid  #020235;
	border-bottom: 1px solid #020235;
	vertical-align: top;
}
td#text1 {
	padding: 5px 5px 0px 10px;
}
td#text1 p {
	margin-top: 5px;
	margin-bottom: 12px;
	line-height: 14px;
}
td#text1 a.index {
	text-decoration: none;
	color: #000066;
}
td#text1 a.index:hover {
	text-decoration: underline;
	color: #000066;
}
table#index2 {
	border: 1px solid #020235;
	background-color: #EFEFEF;
}
table#index2 td {
	padding: 5px;
}
table#index2 td strong{
	color: #000066;
}
#nopad td {
	padding: 0px 2px !important;
}