html, body, form  {
	color:black;
	font-family: Verdana;
	margin: 0;
	padding: 0;
	font-size: 11px;
	background: #232323;
}

img {
	border: 0;
}

a {
	text-decoration: underline;
	color: #003650;
}

a:hover {
	text-decoration: none;
}

#logo {
	margin: 100px auto;
	height: 190px;
	width: 630px;
}

.left { float:left }
.right { float:right }
.clear { clear:both }
.ibreak { width: 5px !important; display: inline-block; }
.bbreak { width: 1px !important; display: inline-block; }


#copy {
	text-align: center;
	margin-top:50px;
	color: #ec7223;
}

#dock2 {
	width: 100%;
	position: relative;
	left: 0px;
}
.dock-container2 {
	position: absolute;
	height: 50px;
	padding-left: 20px;
}
a.dock-item2 {
	display: block; 
	font: bold 12px Arial, Helvetica, sans-serif;
	width: 182px; 
	color: #000; 
	bottom: 0px; 
	position: absolute;
	text-align: center;
	text-decoration: none;
}
.dock-item2 span {
	display: none;
	color: #ec7223;
	padding-left: 20px;
}
.dock-item2 img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
