body
{
	background-image: url(images/background-long.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0 auto;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 800px;
	background-color: #FFFFFF;
}

/* white background layers */
#apDiv1,#apDiv2,#apDiv3
{
	background-color: white;
}

/* dark background layers */
#apDiv9
{
	background-color: #0D1427;
}

/* content div */
#apDiv15
{
	background-color: white;
	background-image: url(images/background-content-2.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

/* footer div */
#apDiv22
{
	background-image: url(images/background-footer.gif);
	text-align: center;
	font-size: 11px;
}

div.navlight,div.navdark
{
	position: absolute;
	left: 11px;
	width: 172px;
	height: 18px;
	z-index: 999;
	color: white;
	font-size: 10px;
	margin: 0 auto;
	padding-left: 10px;
	padding-top: 7px;
	vertical-align: middle;
}

div.navlight a, div.navdark a
{
	color: white;
	text-decoration: none;
}

div.navlight
{
	background-color: #4A417C;
}

div.navdark
{
	background-color: #161962;
}

.whitebold
{
	color: white;
	font-weight: bold;
}

.whitenormal,.whitenormal a
{
	color: white;
	text-decoration: none;
}