/*
 * The Major ID elements in a Liberty layout
 *
 */
#Page {
	background-color: white;
}

#WorkArea {
	background-color: white;
/*border: 1px solid silver; */
	margin-bottom: 1em;
   margin-left: 11em;
	margin-right: 1em;
	margin-top: 10em;
 	padding: 0.4em;
	line-height: 1.2em;
   min-height: 40em;
}
* html #WorkArea {                         /* Tan hack for Minimum height in IE            */
	height: 40em;                           /*                                              */
}

#WorkAreaWide {
	background-color: transparent;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 1em;
	padding: 1em;
	line-height: 1.2em;
   min-height: 40em;
}
* html #WorkAreaWide {                     /* Tan hack for Minimum height in IE            */
	height: 40em;                           /*                                              */
}

#Footer {
   font-size: smaller;                    /* Smaller is appropriate for the footer        */
   margin-left: 14em;                     /* So its about the same width as the WorkArea  */
   margin-right: 1em;                     /* But not hard against the right side          */  
   text-align: right;                     /* Right align                                  */
}
#Footer P {
}

