/* CSS Document */


/* ----------- Links Page ----------- */

.linkFull {
	float: left;
	width: 520px;
	padding: 3px;	
	}
	
.linkLeft {
	float: left;
	width: 230px;
	padding: 3px;
/*	font-size: 0.9em;*/
}

.linkRight {
	width: 470px;
	padding: 3px 0 3px 3px;
	float: left;
}

.headGroup {
	clear: both;
	font-size: 1.3em;	
	padding-top: 1.5em;
}


dl.linkList {
	margin-left: 0;
	width: 700px;
	margin-top: .5em;
	}
	
dl.linkList dd {
	border-bottom: thin solid #8080AA;
	display: block;
	float: left;
	list-style: none;
	}
	
dl.linkList dt	{
	margin-bottom: 0.25em;
	font-weight: bold;
	}

#links3 .linkRight {
	width: 300px;

}

div#contRight .imgCaption {
	width: 150px;
	}
