/* CSS Document */

body,td,th {
	color: #000000;
}
body {
	background-color: #ffffff;
	margin-top: 0px;
	background-attachment: scroll;
	background-image: url("bg.jpg"/*tpa=http://localhost/images/bg.jpg*/);
	background-repeat: repeat-x;
	background-position: left top;
}
a:link {
	color: #000033;
}
a:visited {
	color: #000033;
}
a:hover {
	color: #0099FF;
}
a:active {
	color: #000033;
}

/* DIV's */

.layout {
	width: 766px;
	border: 1px solid #999999;
	padding-bottom: 10px;
}
.header {
	height: 339px;
	width: 766px;
	background-attachment: scroll;
	background-image: url("header.jpg"/*tpa=http://localhost/images/header.jpg*/);
	background-repeat: no-repeat;
}
.menu {
	height: 24px;
	width: 540px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	position: relative;
	top: 30px;
	float: right;
}
.content {
	width: 766px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
}
.content-area {
	width: 730px;
	overflow: visible;
	top: 10px;
	position: relative;
	text-align: left;
	font-family: Tahoma;
	font-size: 10pt;
}
.footer {
	height: 82px;
	width: 766px;
	background-attachment: scroll;
	background-image: url("footer.jpg"/*tpa=http://localhost/images/footer.jpg*/);
	background-repeat: no-repeat;
	position: relative;
	top: 10px;
	background-color: #fcfcfc;
}
.footer-include {
	width: 766px;
	position: relative;
	top: 30px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
