/* Steel Bridge CSS */

body {
	background-color:#FFFFFF;
	margin-top:15px;
	background-attachment: scroll;
	background-image: url(images/sb_bluegrade.png);
	background-repeat: repeat-x;	
}

#head {
	margin: 0 auto;
	width:756px;
	height:141px;
	background-image:url(images/sb_header.jpg);
	background-repeat:no-repeat;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #636B84;
	border-right-color: #636b84;
	border-left-color: #636b84;	
}


#foot {
	background-color:#636b84;
	margin: 0 auto;
	width:756px;
	height:25px;
	border-right-color: #636b84;
	border-left-color: #636b84;
	border-bottom-color: #636b84;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
}

#subfoot {
	margin: 0 auto;
	width:756px;
	height:25px;
}

#main {
	margin: 0 auto;
	padding:0px;
	width:756px;
	background-image:url(images/col_sb.jpg);
	clear:both;
	overflow:hidden;
	border-right-color: #636b84;
	border-left-color: #636b84;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
}

#menu {
	float:left;
	width:252px;
	display: inline;
	padding-bottom: 4px;
	background-color:#FFFFFF;
	border:0px;
	margin:0px;
	padding-left:0px;
}

#con {
    width:455px;
	float:left;
	margin-left:30px;
	margin-top:10px;
}

#fe {
   float: right;
}


/*fonts______________________________*/

h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #636B84;
	margin: 0px;
	padding: 10px 0px 10px;
	font-weight: bold;
}


p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 10px;
}

.sm11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	margin: 0px;
	padding: 0px 0px 10px;
}


ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	margin-left: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px 0px 10px;
}

.subm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #636B84;
	margin-left: 20px;
	padding: 5px;
	line-height: 16px;
}

a:link {
	color: #636B84;
	text-decoration: none;
}

a:visited { 
	color: #666666;
	text-decoration: none;
}

a:hover { 
	color: #666666;
	text-decoration: none;
}

a:active { 
	color: #636B84;
	text-decoration: none;

}

a.b:link {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.b:visited { 
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

a.b:hover { 
	color: #636B84;
	text-decoration: none;
	font-weight: bold;
}

a.b:active { 
	color: #636B84;
	text-decoration: none;
	font-weight: bold;

}

.foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #636B84;
	margin: 0px;
	padding: 2px 0px 0px;

}



a.foot:link {
	color: #636B84;
	text-decoration: none;
}

a.foot:visited { 
	color: #636B84;
	text-decoration: none;
}

a.foot:hover { 
	color: #555555;
	text-decoration: none;
}

a.foot:active { 
	color: #636B84;
	text-decoration: none;

}

/*objects___________________________*/

.minh {
	height:475px;
    float:right;
    width:1px;
}

#brk{
	height:1px;
	width:400px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #636B84;
}

