html{
  height: 100%;
  width: 100%;
}

body { 
	/*font: 8pt/16pt georgia;
	font-family: sans-serif; */
	font-family:Verdana,Helvetica,sans-serif;font-size:14px;
	color: #000000;
	/*background: #f2f2f2;*/
	background: #f2f2f2;
	margin: 0px;
	height: 100%;
	width: 100%;
}

.wrapper {
	display: table;
	height: 100%;
	width: 100%;
}

div.itemhead {
	background-color:#e2e2e2;
	padding-left:5px;
	border:1px solid #666666;
	font-size:14px;
	font-weight:bold;
	width:30%;
	border-bottom-width:0px;
}
div.item {
	background-color:#f2f2f2;
	padding:13px;
	border:1px solid #666666;
	border-bottom-width:4px;
	border-right-width:4px;
	margin-bottom: 10px
}


a, a:active {
  font-weight: bold;
  text-decoration: none;
  color: #10107b;
}

a:visited {
  font-weight: bold;
  text-decoration: none;
  color: #293194;
}

a:hover {
	color:#000000;
}

#menu {
	padding: 0px;
}

#menu a, #menu b {
  font-style: normal;
  font-weight: bold;
  display: block;
  border:1px solid #666666;
}

#menu a:hover {
  background:#ffffff;
  color: #000000;
}

#content {
	/* width:775px; */
	display: table-row;
	height: 100%;
	/*background-color:#99b2cc;*/
	background-color:#F0E68C;
	padding:12px;
	/* margin-left: 2px;
	margin-right: 2px; */
}

#footer {
	border-top:1px solid #666666;
    background:#e2e2e2;
    /* margin-left: 2px;
	margin-right: 2px; */
    padding: 5px;
    text-align: center;
    font-size: 8pt;
}


