body {
	background-color: #000033;
	color: #FFFFFF;
	background-image: url(images/layout/bg.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}
.header {
	position: absolute;
	z-index: 5;
	left: 0px;
	top: 0px;
	margin: 0px;
	width: 780px;
	height: 175px;
}
.nav {
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 115px;
	margin: 0px;
	height: 20px;
}

.sidebar {
	position: absolute;
	z-index: 10;
	left: 605px;
	top: 145px;
	width: 170px;
	margin: 0px;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;
}

.content {
	position: absolute;
	z-index: 20;
	left: 5px;
	top: 145px;
	width: 585px;
/*	background-color: #FFFFFF; */
	color: #000000;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #D10767;
	text-align: right;
}
h2 {
	font-size: 18px;
}
table {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}