body { 
	background-color: #66ccff;
	font-family: arial sans; 
} 

#Header {
	margin:1em 0em 0em 0em;	 // 50px 0px 0px 0px
	padding:0em 0em 0em 7em; //17px 0px 0px 20px;
	text-align: center;
	font-size:2em;
	line-height:1em;
	font-weight:900;
	color:#000050;	

	border-style:solid;
	border-color:black;
	border-width:1px 0px;
	background-color: #9090e0;
}

#Content {
	margin: 0em 5em 5em 15em; //10px 50px 50px 15em;
	padding: 1em;
}

#LeftColumn {
	position:absolute;
	top:4em;
	left: 2em;
	width: 12em;
}

div.leftbox {
	position:relative;
	top:1em;

	padding:1em;
	margin-top:1em;

	line-height:2em;
	background-color: #9090f0; 

	border-style:solid;
	border-color:black;
	border-width:1px 0px;
}

#Footer {
	text-align: center;
	font-size:8px;
	line-height:8px;
	font-weight:900;
	color:#000050;	
}

p.indent { margin-left: 3em; }
p.first-indent { text-indent: -3em; margin-left: 3em; }

a:link { color: #ffffff; }
a:visited { color: #000050; }
	
a.menu {
	font-size:1em;
	text-decoration:none;
	font-weight:600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.5em;
}
a.menu:link {color:#f0f0f0;}
//a.menu:visited {color:#07a;}
a.menu:visited {color:#f0f0f0;}
a.menu:hover {text-decoration:underline;}

div.caption {
	text-align: center;
	font-size: 8px;
}
