body {
	margin: 0px;
	padding: 0px;
	background: #CCCCCC url(/images/background.jpg) repeat-x fixed;
	font: 12px Arial, Helvetica, sans-serif;
}
.container {
	background: #FFFFFF url(/images/tapco-watermark.jpg) no-repeat fixed center center;
	margin: 0px;
	padding: 10px 20px;
	width: 718px;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	text-align: left;
	border-top-style: none;
	border-bottom: 1px solid #333333;
}
.footer {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	text-align: center;
	margin-top: 10px;
	background: #003399;
	padding: 5px;
	clear: both;
}

.column {
	float: right;
	width: 222px;
	border-left: 1px solid #CCCCCC;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
}
h2 {
	font: 16px Arial, Helvetica, sans-serif;
	color: #3737C1;
}
.align-right {
	float: right;
	padding-left: 5px;
}
.donanswer {
	border: thin dashed #FF9900;
}


.column li {
	list-style: url(/images/checkbox.gif);
	padding-bottom: 8px;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
}
#logo {
	float: left;
	display: block;
	margin-bottom: 5px;
}



.header {
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#nav-container {
	display: block;
	width: 547px;
	float: right;
}

#nav-container li {
	list-style: none;
	display: inline;
}
#nav-container a {
	color: #000000;
	font: 14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background: url(/images/button-off.gif) no-repeat;
	display: block;
	height: 20px;
	width: 150px;
	text-align: center;
	padding: 2px 0px 7px;
	margin: 0px 0px 0px 7px;
	float: right;
}
#nav-container ul {
	margin: 0px;
	padding: 0px;
}

#nav-container a:hover {
	color: #FFFFFF;
	background: url(/images/button-hover.gif) no-repeat;
}
.menu-horz {
	clear: both;
}