/* CSS Document */


/* ----------- Links Page ----------- */
.linkFull, .linkLeft, .linkRight {
	float: left;	
	line-height: 1.5;
	padding: 3px 0;	
	}

.linkFull {	width: 700px;}
.linkLeft {	width: 260px;}
.linkRight {width: 440px;}

.headGroup {
	clear: both;
	font-size: 1.10em;	
	padding-top: 1.0em;
	margin: 1em auto;
}


ul.linkList {
	margin-left: 0;
	margin-top: .5em;
	}
	
ul.linkList li {
	border-bottom: thin dotted #8080AA;
	display: block;
	float: left;
	list-style: none;
	}
	
ul.linkList ul	{
	margin-bottom: 0.25em;
	font-weight: bold;
	}

#links3 .linkRight {
	width: 300px;

}

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

