body {
	margin: 0px;
}

td {
	vertical-align:top;
}

#container {
	width: 720px;
	margin-right: auto;
	margin-left: auto;
	margin-top:10px;
	z-index: 100;
	border: 1px solid #000000;
	}
#search-text {
	font-size: 1px;
	color: #FFFFFF;
	height: 10px;
	width: 720px;
	margin-right: auto;
	margin-left: auto;
}


#footer {
	width: 100%;
	background-color: #000000;

}

.footer-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight: normal;
	text-align:justify;
}
#content {
	height: 674px;
	background-attachment: scroll;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	width: 100%;
}

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

a:hover {
	text-decoration:none;
}

.border {
	background-image: url(images/border-asterick.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 14px;
	margin:10px 12px;
}

#print-only {
	display:none;
}

