
div.container
{
position: relative;
top: 0px;
/*bottom: 0px;*/
width:99%;
height: 100%;
margin:5px;
border:2px solid gray;
line-height:150%;
background-color: ##ffff99;
}

div.header
{
position: relative;
top: 0px;
padding:0.5em;
color:white;
background-color:blue;
clear:left;
width: 100%;
height: 75px;
}

div.footer, .blank {
/*height: 2em;*/
/* height: 40px; */
height: auto /*!important*/;
/* height: 100%; */
position: relative;
bottom: 0px;
/*left: 5px;*/
padding:0.5em;
color:white;
background-color:blue;
/*clear:left;*/
/* width: 100%; */
border:.1em solid gray;
text-align: left;
}



div.left
{
position: relative;
top: 1em;
float:left;
width:22%; 
height: auto /*!important*/;
min-height: 60%;
margin:0;
padding:1em;
border-right:1px solid gray;
border-bottom:1px solid gray;
line-height:90%;
}


div.content
{
position: relative;
height: auto /*!important*/;
min-height: 100%;
/* width: 75%; */
margin-left:25%;
margin-right: 0%;
padding:1em;
z-index: 4;
/*border-bottom:1px solid gray; */
}


div.ad_body {
	width: 98%;
	background-color: white;
	white-space: normal;
	text-align: left;
}


body {
	background: #ffff99; 
	margin-bottom:0px;
	margin-top:0px;
}

h1.header
{
	text-align: center;
	font-size: 36pt;
	color:white;
	padding:4;
	margin:0;
}

.center {text-align: center;
	margin: auto;}
.right {text-align: right}
.left {text-align: left}
	

a:link {color: blue}     /* unvisited link */
a:visited {color: purple}  /* visited link */
a:hover {font-size: 110%}   /* mouse over link */
a:active {color: #0000FF}   /* selected link */

a.white {color: white}
a.header:visited {color: white}

a.footer
{	
	width: 6em;
	text-decoration: none;
	color: white;
	background-color: purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}

ol,ul{
 font-family:courier;
 font-size:14pt;
 list-style-type:disc;
 margin-top:5px;
 line-height: 1.0;
}
ul.disc {
	list-style-type: disc;
}
ol.decimal {list-style-type: decimal}
ol.lroman {list-style-type: lower-roman}
ol.uroman {list-style-type: upper-roman}
ol.lalpha {list-style-type: lower-alpha}
ol.ualpha {list-style-type: upper-alpha}


li.inline {display: inline}