@charset "UTF-8";
body {
	background-color: #333333;
}
#footer a {
	color: #FF6600;
	text-decoration: none;
}
#maincontainer {
	height: 600px;
	width: 955px;
	background-color: #FFFFFF;
}
#navbar {
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
#navbar a {
	text-decoration: none;
	color: #000033;
	font-weight: normal;
	font-size: x-small;
}
#navbar a:hover {
	text-decoration: none;
	font-size: x-small;
	color: #FF6600;
	font-weight: bold;
}
#header {
	height: 100px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#tablecontainer {
	text-align: center;
	margin-top: 5px;
	height: 300px;
}
#nylon {
	width: 450px;
	float: left;
	margin-left: 20px;
	background-color: #FFFFFF;
	height: 300px;
}
#insideTable {
	overflow: scroll;
	height: 330px;
	width: 444px;
	border: medium solid #000033;
}
#toughtex {
	width: 450px;
	float: right;
	background-color: #FFFFFF;
	margin-right: 20px;
}
#view {
}
.smalltxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #003399;
}
.smalltxtbold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #003399;
	font-weight: bold;
	line-height: 20px;
}
#tableHeader {
	height: 50px;
	width: 450px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-image: url(images/tableHeader_bg.jpg);
}
#footer {
	height: 80px;
	width: 915px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-image: url(images/footer_bg.jpg);
	text-align: center;
	}
.footertxt {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	color: #FFFFFF;
}
.spacer {
	position: relative;
	top: 10px;
}
