body {
  margin: 0px;
}

/* Legend: Top Right Bottom Left */

p {
  color: black;
  font-size: 12pt;
  font-weight: normal;
  line-height: 1.5em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 10px;
  margin: 0;
  border: 0;
  height: auto;
}


div {
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

#contentLeftMenu{
    background: #000000;
    height: 100%;
 	  /* padding:50px 0px -10px 0px; */
    color: #FFFFFF;
    text-align: center;
}

#homeContent {
  text-align: left;
  font-weight: normal;
  font-size: 12pt;
  padding:10px;
  margin: 5px;
  background-color: #ffffff;
}

#pageTitle {
  border-bottom: 2px;
  text-align: center;
  font-weight: normal;
  font-size: 16pt;
  padding:5px 0px 10px 0px;
  background-color: #ffffff;
}


#PageMessage{
  width: auto;
  text-align: left;
  font-weight: normal;
  font-size: 12px;
  padding:10px;
  background-color: rgb(255, 255, 255);
}
/* Styles for Navigation */
#sidebar {
	width: 140px;
	background-color: #cb8;
	margin: 0;
	padding: 0;
  min-height: 500px;
}

#sidebar ul {
	list-style-type: none;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}

#footer {
	font-size: 8pt;
	font-weight: normal;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 1%;
	background-color: #cdf;
}

#footer p {
	font-size: 8pt;
}

#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}

table {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  border-collapse: collapse;
  background-color: #ffffff;
}

.pageButtons {
  width: 100%;
}

.tableOuter {
  width: 100%;
  font-size: 12pt;
  border-collapse: collapse;
  background-color: #ffffff;
  padding: 20px;
  border: 1px;
}

.tableMsg {
  width: 400px;
}

.tableData {
  width: 550px;
}

.tableQuestion {
  width: 500px;
}

td {
	font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12pt;
  font-weight: normal;
}

.prompt {
  font-weight: bold;
}

.headerArea   {
  background-color: #cdf;
	font-size: 20pt;
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
	margin: 6px;
	padding: 6px;
}
.headerSub {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: bold;
	color: #990000;
}

.headerSeparator {
  font-size: 4pt;
  background-color: #000000;
}

.menuLeft {
  width: 140px;
  vertical-align: top;
	padding: 0px;
  margin: 0px;
  background-color: #cb8;
}

.msgClass  {
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	color: #336699;
}

.arrayMsgs   {
	font-size: 12pt;
	color: red;
	text-align: left;
  padding: 0px;
}

.arrayMsgsLeft   {
	font-size: 12pt;
	color: red;
	text-align: left;
  padding-left: 8px;
}

.dataArea {
  width: 100%;
  vertical-align: top;
  background-color: #ffffff;
}

.footerArea   {
	font-size: 8pt;
	border: 0;
	text-align: center;
	background-color: #bde;
}
.Even {
	font-size: 10pt;
	font-weight: normal;
	text-align: Left;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

.Odd  {
	font-size: 10pt;
	font-weight: normal;
	text-align: Left;
	background-color: #E2E2E2;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

a {
	text-decoration: none;
  font-weight: bold;
}


