#leftCol
{
	position:absolute;
	top:0px;
	left:0px;
	height:100%;
	width: 200px;
	overflow:auto;
	color:#70C5FF;
	background-color: #000;
	padding: 0px 5px;
	
	height: expression(document.documentElement.clientHeight + "px");
}

#leftCol a
{
	color:#E2604F;
}

#leftCol a img
{ border: none; }

#header
{
	position:absolute;
	top:0px;
	left:210px;
	right: 0px;
	height:111px;
	background-image:url(http://milich-arts.com/aviationarts/labels/labellogo.gif);
	background-position:8px 0px;
	background-repeat:no-repeat;
	
	width: expression(document.documentElement.clientWidth - 210 + "px");
}

#header div
{
	font-weight: bold;
	position: absolute;
	top: 80px;
	width: 100px;
}

#hdrPrint
{ left: 90px; }

#hdrTitle
{ left: 200px; }

#hdrAbbrev
{ right: 90px; }

#mainContent
{
	position:absolute;
	top: 111px;
	left: 210px;
	bottom: 0px;
	right: 0px;
	overflow:auto;
	
	height: expression(document.documentElement.clientHeight - 111 + "px");
	width: expression(document.documentElement.clientWidth - 210 + "px");
}

#mainContent p
{
	padding-right: 10px;
	padding-left: 10px;
}

#footerLegend
{
	text-align: center;
	color: #880000;
	font-family: COMIC SANS MS, CENTURY GOTHIC, ARIAL;
}

p.center
{
	text-align:center;
}

.centerImage
{
	width:100%;
	text-align:center;
}

.pageTitle
{
	text-align: center;
	font-size: larger;
}

.pageTitle a
{ color:  #bb1010; }

.pageTitle a:active
{ color: #40aaaa; }

.pageTitle a:visited
{ color: #408098; }