body {
	padding: 19px 12px 19px 19px;
	background: #FFF url('/images/structure/background.gif') repeat-y 0px 0px;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
	}
	
	body.two-column, body#pages {
		background-position: -238px 0px;
		}
		body.two-column div#right-column {
			display: none;
			}

.reset {
	display: block; 
	clear: both; 
	font-size: 1px; 
	height: 1px; 
	line-height: 0.1;
  }

a { 
	color: #000;
	text-decoration: none;
	outline: none;
	}
	a:hover {
		color: #666;
		}
	a:active {
		outline: none;
		}


div#content {
	position: relative;
	}
	
	div#center-column {
		position: absolute;
		top: 0px;
		left: 142px;
		width: 215px;
		}
		
	div#right-column {
		position: absolute;
		top: 0px;
		left: 380px;
		width: 683px;
		min-height: 100px;
		padding-bottom: 30px;
		}
	
h1#logo {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
/*  text-transform: uppercase;*/
	}
	h1#logo a {
		color: #666666;
		line-height: 18px;
		}
		
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;	
	}
	ul li {
		margin: 0px;
		padding: 0px;
		}
		
ul#navigation {
	margin: 30px 0px 0px;
	}
	ul#navigation li a.current { 
		font-weight: bold;
		text-decoration: line-through; 
		}
		
div#center-column ul {
	list-style: none;
	}
	div#center-column ul li {
		margin: 0px 0px 3px;
		}
		div#center-column ul li h2 {
			font-size: 12px;
			font-weight: normal;
			margin: 0px;
			padding: 0px;
			}
			div#center-column ul li.active h2 {
				font-weight: bold;
				text-decoration: line-through;
				}
			div#center-column ul li.active h2 span.article-title {
				display: none;
				}
		div#center-column ul li div.copy {
			padding-left: 25px;
/*			padding-bottom: 13px;*/
			}
			div#center-column ul li.active div.copy {
				font-weight: bold;
				display: block;
				}
			div#center-column ul li div.copy a {
				text-decoration: underline;
				}
				
		div#center-column ul li p {
			line-height: 15px;
			margin: 0px;
			padding: 0px;
			}
			
	div#center-column div.page-content p {
		margin-top: 0px;
		padding: 0px;
		}
			
div#right-column ul {
	margin-top: 12px;
	}
	
	div#right-column ul li {
		float: left;
		margin-right: 11px;
/*		margin-bottom: 12px;*/
		}
		
		div#right-column ul li.last {
		  margin-right: 0px;
		  }
		
/*		div#right-column ul li.active a {
			font-weight: bold;
			}*/
		
div#main-image, div#image-loading {	
/*	width: 621px;
	height: 409px;*/
	}
	div#image-loading {
		position: absolute;
/*		background: transparent url('/images/structure/semi-transparent.png') repeat top left;*/
		}
		div#image-loading img {
			position: absolute;
			bottom: 0px;
			}
			
a.image-rollover {
	display: block;
	text-indent: -9999px;
	}
	a.horizontal {
		width: 109px;
		height: 72px;
		background: transparent no-repeat 0px -72px;
		}
	a.vertical {
		height: 109px;
		width: 72px;
		background: transparent no-repeat 0px -109px;
		}
	a.image-rollover:hover, a.active-image {
		background-position: 0px 0px !important;
		}