body {
	margin: 0px auto;
	padding: 0px;
	background-color: #E6E6E6;
	background-image: url(images/bg_bar.gif);
	background-repeat: repeat-x;
	background-position: 0px 110px;
}

td.barright {
	background-image: url(images/shadow_right.gif);
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}
td.barleft {
	background-image: url(images/shadow_left.gif);
	background-repeat: repeat-y;
	background-color: #E6E6E6;
}
#maintable {
	background-color: #FFFFFF;
	height: 100%;

}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
a, a:visited {
	color: #0067B5;
	text-decoration:underline;
	font-weight: bold;
}
a:hover, a:visited:hover {
	color: #FF8200;
	text-decoration:underline;
}
a:active {
	color: #FF8200;
	text-decoration:underline;
}
.padtop {
	margin:110px 0px 0px 0px;
}

.borderlinetop {
	border-top: 1px solid #E4E4E4;
}
.borderlinebottom {
	border-bottom: 1px solid #E4E4E4;
}
table.shadowed {
	width:760px;
	height:4px;
	background-image: url(images/header_ds.gif);
	background-repeat: repeat-x;
	background-position: top;
}
.beigeline {
	background-image: url(images/beige.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
#fastentech {
	padding: 0px 30px 0px 0px;
	text-align:right;
}

#logo, #copyright {
	padding: 0px 0px 0px 30px;
	font-size: 9px;
}
.headline {
	float: left;
	width: 100%;
	border-bottom: 2px solid #0067B5;
	padding: 0px 0px 4px 0px;
	margin: 0px 0px 8px 0px;
}
.callout {
	font-size: 13px;
	font-weight: bold;
	color: #0067B5;
	text-align: center;
}
.mission {
	font-size: 11px;
	font-weight: bold;
	color: #0067B5;
	text-align: center;
}
.blue {
	color: #0067B5;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-weight: bold;
}
form {
	padding: 0px;
	margin:0px;
}
li {
	font-size: 10px;
}


img.border {
	border:1px solid #333333;
}
img.right {
	float: right;
	border:1px solid #333333;
	display: inline;
	margin: 0px 0px 10px 10px;
}
img.left {
	float: left;
	border: 1px solid #333333;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}
img.leftnoborder {
	float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}


/* HEADER NAV STYLES */

#headernav {
	text-align: right;
	background-image: url(images/header_tipout.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0px 30px 0px 0px;
}
#headernav .bullet {
	margin: 0px 5px 0px 20px;
}
#headernav a, #headernav a:visited {
	font-weight: normal;
	color: #000000;
	text-decoration:none;
}
#headernav a:hover {
	text-decoration:underline;
}



/* MININAV STYLES */

#mininav {
	width: 100%;
	text-align: left;
	line-height: 21px;
	padding-left: 10px;
	border-left: 1px solid #CCCCCC;
}
img.bullet {
	margin: 0px 10px 0px 0px;
}




/* TABLE STYLES */

#itemtable table {
	border: 2px solid #999999;
}
#itemtable table tr td table{
	border: 0px;
}
#itemtable table tr td table tr td{
	font-size: 10px;
}
#itemtable table tr td table tr td{
	border: 0px;
	line-height: 12px;
}
#itemtable td {
	text-align: left;
	vertical-align: top;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#itemtable td.question {
	background-color:#EEEEEE;
	background-image: url(images/boxgradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-right: 1px solid #999999;
	text-align: right;
	padding-top: 8px;
}
#itemtable td.header {
	background-color: #666666;
	background-image: url(images/boxgradientdark.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom:0px;
	border-right:1px solid #777777;
	padding:5px;
}
#itemtable td.subheader {
	background-color:#EEEEEE;
	background-image: url(images/boxgradient.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 2px solid #999999;
	border-top: 1px solid #999999;
	color: #0067B5;
	font-weight: bold;
}
#itemtable td.item {
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	background-color:#F9F9F9;
	font-weight: bold;
}
#itemtable input.textbox, #messageform select.textbox {
	background-color: #EEEEEE;
	height: 18px;
	width: 180px;
	border: 1px solid #000000;
}
#itemtable textarea {
	background-color: #EEEEEE;
	height: 100px;
	width: 230px;
	border: 1px solid #000000;
}
#itemtable textarea.larger {
	background-color: #CCCCCC;
	height: 100px;
	width: 300px;
	border: 1px solid #000000;
}
