/* CSS Document */
body {
	background-color: #999999;
	background-image: url(../images/bg-cord-stripe.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #333333;
}
#everything {
	width: 840px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}
#logo {
	position: absolute;
	left: 35px;
	top: 5px;
}
#links {
	position: absolute;
	top: 290px;
}
#links a {
	text-decoration: none;
	display: block;
	width: 200px;
	padding-left: 50px;
	padding-right: 5px;
}
#links a:hover {
	background-image: url(../images/lnk-active-bar.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#box {
	background-repeat: repeat-y;
	width: 840px;
	position: relative;
	background-image:url(../images/box-repeater-main.png);
}

#box-top {
	background-repeat: no-repeat;
	width: 840px;
	height: 35px;
	position: relative;
	bottom: 35px;
    background-image:url(../images/box-top-cap.png);
}

#box-bot {
	background-repeat: no-repeat;
	position: relative;
	height: 40px;
	width: 840px;
	top: 40px;
    background-image:url(../images/box-bottom-cap.png);
}

#txtbox {
	background-image: url(../images/txt-repeater.png);
	background-repeat: repeat-y;
	width: 510px;
	position: relative;
	left: 285px;
	height: 100%;
}
#txtbox-top {
	background-image: url(../images/txt-top-cap.png);
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	width: 510px;
	bottom: 30px;
}
#txtbox-bot {
	background-image: url(../images/txt-bottom-cap.png);
	background-repeat: no-repeat;
	position: relative;
	height: 30px;
	width: 510px;
	top: 30px;
}
#txtbox p {
	width: 470px;
	padding-left: 20px;
	text-align: justify;
	position: relative;
	bottom: 30px;
}
#txtbox ul {
	position: relative;
	bottom: 30px;
	list-style-type: circle;
	display: block;
	left: 20px;
}
#txtbox p.title {
	background-image: url(../images/line-break-grad.png);
	background-repeat: no-repeat;
	font-size: x-large;
	background-position: 20px bottom;
	padding-bottom: 5px;
}
#txtbox p.smallprint {
	font-size: small;
}
#txtbox p a {
	color: #993300;
	font-weight: bold;
	text-decoration: none;
}
#txtbox p a:hover {
	color: #FFFFFF;
	font-weight: bold;
	background-color: #993300;
}
#txtbox p a.popbox {
	color: #333333;
	font-weight: normal;
	text-decoration: none;
}
#txtbox p a.popbox:hover {
	color: #FFFFFF;
	background-color: #993300;
}
#txtbox p a.popbox span {
	display: none;
}

#txtbox p a.popbox:hover span {
	position: absolute;
	bottom: 65px;
	left: 275px;
	display: block;
	border: medium solid #993300;
	background-color: #000000;
	font-size: large;
	color: #999999;
	padding: 5px;
}

#footer {
	position: relative;
	top: 30px;
	width: 760px;
	left: 40px;
}
#copyright {
}
#footer a {
	position: relative;
	left: 250px;
}
#none {
	display: none;
}