@charset "utf-8";
/* CSS Document */
body {
	background-color: #E8E8E8;
}
body,td,th {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
a:active {
	color: #333333;
}
img {
	border:0;
}
.bold {
	font-weight:bold;
}
.header {
	width:900px;
	height:85px;
	background-image:url('/images/header.gif');
	background-repeat:no-repeat;
	margin-left:auto;
	margin-right:auto;
	padding-right:1px;
}
.navigation {
	position:relative;
	top:65px;
	left:610px;
}
.container {
	width:900px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url('/images/body_background.gif');
	background-repeat:no-repeat;
	border-left:1px #000 solid;
	overflow:hidden;
}
.spacer {
	float:left;
	width:498px;
	height:350px;
}
.content {
	min-height:350px;
	margin-right: 1px;
	position:relative;
	text-align:center;
	border-right:1px #000 solid;
	padding-right:5px;
}
.footer {
	background-color:#e8e8e8;
	width:898px;
	height:30px;
	float:left;
	text-align:center;
	border:1px #000 solid;
	border-left:none;
	padding:5px 0px;
}
.contactBox {
	padding-top:10px;
	padding-bottom:5px;
}

.unid {
    border-right: 1px solid #000000;
		margin-right:1px;
		width:899px;
}

.content table img {
	max-width: 120px;
}