/*
 * HTML Tag appearance
 *
 *
 */
html, body {
   background-color: #F0E68C;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

table {
	border: thin dotted silver;
	line-height: 1.2em;
	font-size: smaller;
}
caption { /* table heading */
	font-size: larger;
	font-weight: bold;
	text-align: left;
}
td {
	border: thin dotted silver;
}
form {
	margin: 0;
	padding: 0;
}
img {
    border: #298c42 1px solid;
	 margin: 0.1em;
	 padding: 0;
}
p
{
    font-size: smaller;
}
A
{
    font-weight: bold;
    color: #298c42;
}
ul
{
	font-size: smaller;
}
h2 {
	line-height: 1em; /* See peekaboo fix on Id Page */
}

/*
 * Major DIV Ids
 *
 *
 */
#Page {
	clear: both;
	margin: 0px;
	margin-top: 0.2em;
	padding: 0em;
	width: 100%; 
	line-height: 1em;  /* Avoid PeekaBoo IE Bug */

}
#MenuV
{
	float: left; 
	left: 0.3em;
   margin-top: 0em;
	padding: 0em;
   position: absolute; /* Has to be, otherwise 3pixel jog screws up IE */
	overflow: hidden;
	width: 7.5em;
}   
#WorkArea {
	background-color: #FDF5E6; 
	border: thin outset #298c42;
	border-left: 1px solid #298c42;
	border-top: 1px solid #298c42;
   margin-left: 8em;
	margin-top: 0em;
	margin-right: 1em;
	margin-bottom: 0em;
 	padding: 0; /*0.2em; */
 	line-height: 1em; 
   min-height: 30em; /* Only in Mozilla see Tan hack below */
	z-index: 2;
}
Div.Documentation {
   margin: 0.2em;
   padding: 0em;
}
Div.Documentation Img {
   margin: 0.5em;
   padding: 0em;
}
/*
 * Tan hack for IE minimum height
 */
* html #WorkArea {
	height: 30em;
}

#WorkAreaWide {
	background-color: #FDF5E6;
	border: thin outset;
	border-left: thin solid #C0C0C0;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1em;
	margin-bottom: 0em;
	padding: 1em;
}

#Footer {
   clear: both;
   padding: 0em;
	margin: 0em;
   margin-left: 8em;
}
#Footer P {
	text-align: right;
	margin-right: 2em;
}
#Footer img {
	border-width: 0px;
}
.Template {
   font-size: larger;
}
.Template table {
   border: 3px;
}
.Template td {
   border: none;
}
.Template tr {
   border: none;
}
.Logon {
   margin-left: auto;
   margin-right: auto;
   width: 300px;
}
.Logon table {
   border: none;
}
