
.headerDiv
{
	width: 100%;
}

.footerDiv
{
	width: 100%;
}

.leftMenuDiv
{
	position:absolute;
	top:142px;
	width:200px;
}

.contentDiv
{
	padding-left:207px;
	padding-top:3px;
}


body {
  background-color: #FCEFD2;
}

table.header {
	border-width: 1px 1px 1px 1px;
	border-spacing: 5px;
	border-style: outset outset outset outset;
	border-color: #000000;
	border-collapse: separate;
	background-color: #BDCFD7;
}
table.header th {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
}
table.header td {
	border-width: 1px 1px 1px 1px;
	padding: 1px 1px 1px 1px;
	border-style: none none none none;
	border-color: gray gray gray gray;
}





td.center{
	text-align: center;
}


h2{
	color:	red;
	font-family: Arial;
}

h3{
	color:	blue;
	font-family: Arial;
}

h4{
	color:	black;
	font-family: Arial;
}

hr.red{
	color: #f00;
	background-color: #f00;
	height: 5px;
}


hr.dkBlue{
	color:Navy;
	background-color: Navy;
	height: 1px;
}
