/* NEWS ARCHIVE page (subset of ABOUT) */

	h2 { position: absolute; top: 10px; right: 10px; }

	h2 a, h2 a:link, h2 a:visited { color: #6DCFF6; font-size: 10px; font-weight:normal; text-transform:lowercase; margin-bottom: 4px; }
	h2 a:hover, h2 a:active { color: #6DCFF6;  }
	
	
	ul { margin: 1.5em 0px 20px 0px; }
	
	ul li {
		font-size: 9px;
		margin: 0px 0px 7px 0px;
		padding: 0px;
		}
		
	.box li a, .right a { color: #FF8A00; text-decoration:none; }
	.box li a:hover, .box li a:active, .box li a.on, .wrapper li a:active, .right a:hover, .right a:active { text-decoration:line-through; }
	
	h5 {
		font-size: 11px;
		font-weight:normal;
		color: #6DCFF6;
		margin:0px;
		}
	
	
	#content { margin-top: 16px; }
	
	.left {
		float:left;
		width: 213px;
		margin: 0px 28px 0px 4px;
		}
	
	*html .left {
		/* \*/
		float:none;
		position:absolute;
		left: -242px;
		/* */
		}
		
	.left h1 { margin: 0px 0px 10px 0px; }
	
	.left h1 img { margin: 0px 0px 0px -7px; }
	
	.left .box {
		position:relative;
		background: #F5F5DF;
		margin: 3px 0px 0px 0px;
		padding:10px 10px 1px 5px;
		}
	
	.left .box p { margin-top: 1.5em; }
	
	form { margin: 0px 20px 0px 0px; padding: 5px 0px 3px 3px; }
	*html ol { /* \*/ position: relative; top: 40px; left: 8px; /* */ }
	
	label { padding: 3px 7px 2px 0px; }
	*html label { /* \*/ padding: 7px 7px 2px 0px; /* */ }
	
	.right {
		width: 496px;
		margin: 0px 0px 0px 246px;
		padding: 0px;
		}
	
	.right h1.underline {
		background: url(../images/doubleline.gif) bottom right no-repeat;
		padding-bottom: 16px;
		margin-bottom:10px;
		margin-left:0px;
		border:none;
		}
	
	.right .line {
		background: url(../images/line.gif) top right no-repeat;
		padding: 20px 0px 0px 0px;
		margin: 5px 0px 12px 0px;
		border:none;
		}
	
	.right p, .right li { font-size: 10px; margin: 0px; }
	
	.right li a { color: #000000; font-weight:bold; text-decoration:none; }
	
	.right h3.underline {
		background: url(../images/doubleline.gif) bottom right no-repeat;
		padding: 11px 0px 12px 0px;
		margin-bottom:9px;
		margin-left:0px;
		border:none;
		}
	
	
	#footer { margin: 60px 34px 0px 0px; }
		
	
	p.month, p.year, p.month span, p.month a, p.month a:link, p.month a:visited, p.year span, p.year a, p.year a:link, p.year a:visited {
		color: #464342;
		font-size: 10px;
		text-decoration:none;
		text-transform:uppercase;
		margin: 0px;
		}
		
	p.year#updates {
		border-top: 2px solid #6E6B63;
		padding: 11px 0px 0px 0px;
		}
		
	p.year, p.year a, p.year a:link, p.year a:visited { font-size: 11px; text-transform:none; }
		
	p.month a:hover, p.month a:active, p.month a.on, p.year a:hover, p.year a:active, p.year a.on {
		color: #464342;
		text-decoration:line-through;
		}
	
	p.month span, p.year span {
		font-size: 12px;
		font-weight:bold;
		text-decoration:underline;
		}
		
	
/* background */


	#container { background: #F0F0CF url(../images/bg_about.gif) 38px 0px no-repeat; }

