.body { background-color: #7799c8; }
.main { font-family: arial; font-style: normal; font-size: 11px; }
.emp { font-family: arial; font-weight: bolder; font-style: italic; font-size: 12px; }
.paper { font-family: times; font-size: 12px; }
.sub { font-family: arial; font-weight: bolder; font-style: italic; font-size: 9px; }
.cl { font-family: arial; font-weight: normal; font-style: italic; font-size: 10px; }
.h1 { font-family: arial; font-weight: bolder; font-size: 24px; }
.h2 { font-family: arial; font-weight: bolder; font-style: italic; font-size: 20px; }
A:link { color: #c62124; text-decoration: underline }
A:visited { color: #c62124; text-decoration: underline }
A:active { color: #c62124; text-decoration: none }
A:hover { color: blue; text-decoration: underline; }

#midcol 
	{
		background: #EAEAEA;
		margin-left: 19%;
		margin-right: 19%;
		text-align: left;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}

#leftcol	
	{
		position: absolute;
		background: #EAEAEA;
		top: 5px;
		left: 5px;
		width: 18%;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}
	
#rightcol 
	{
		background: #EAEAEA;
		position: absolute;
		top: 5px;
		right: 5px;
		width: 18%;
		float: right;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}	

#topbar
	{
		background: #EAEAEA;
		margin-left: 19%;
		margin-right: 19%;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 35px;
		text-align: left;
		font-family: arial;
		font-style: normal;
		font-size: 11px;
	}

#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(about/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}
	