div.location {
	width: 150px;
	float: left;
	overflow: hidden;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 0 4px 4px 4px;
	margin: 0 1em 1em 0;
	}

div.sectionHeader {
	background-color: #CCCCCC;
	}
	
div.location address {
	font-size: 10pt;
	font-style: italic;
	margin-top: 4px;
	margin-bottom: 4px;
	}

div.location a {
	font-size: 8pt;
	}

div.locationLink {
	margin: 0 0 0.5em 0;
	}
	
div.location h1 {
	font-size: 12pt;
	color: black;
	margin-top: 4px;
	margin-bottom: 4px;
	}

div.contentBlock {
	font-size: 10pt;
	border-width: 1px;
	border-color: gray;
	padding: 0 4px 0 4px;
	margin:  0 0   1em 0;
	}

div.contentBlock h1 {
	font-size: 12pt;
	color: black;
	padding: 0;
	margin: 0;
	display: inline;
	}
	
div.contentBlock h2 {
	font-size: 10pt;
	color: black;
	padding: 0;
	margin: 0 0 0 0;
	display: inline;
	}

div.alert {
	font-size: 10pt;
	color: red;
	border-style: solid;
	border-width: 1px;
	border-color: gray;
	padding: 4px;
	margin:  10px 2px 2px 2px;
	width: 400px;
	clear: both;
	}

div.userBlock {
	font-size: 10pt;
	color: blue;
	padding: 2px 10px 2px 2px;
	float: right;
	width: 250px;
	clear: both;
	text-align: right;
	}

div#pageBody {
	clear: both;
	}

.caption  {
	font-size: 70%;
	text-align: center;
	}
			
.headRow {
	padding: 5px 5px 5px 5px;
	height: 2em;    
	background-color: #CCCCFF;
	}
	
.contentRow {
	padding: 5px 1em 5px 3em;
	min-height: 2em;    
	background-color: #CCCCCC;
	}	

div#picturesBlock {
	border: 1px solid #ccc;
	text-align: center;
	padding: 0px;
	width: 300px;
	}

div#outerPicBlock {
	float: right;
	margin: 0 0 5px 5px;
	width: 300px;
	overflow: hidden;
	}

.morelink {
	text-align:left;
	font: 80% arial,verdana,sans-serif;
	}

/*** Small Tables **/

.smTable {
	margin: 10px 0 5px 0;
	}
	
.smTableRow {
	padding: 5px 5px 15px 5px;
	margin: 5px 5px 0 5px;
/*	height: 80px; */
	background-color: white;
	}

.smTableCell {
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 0px 0px;
	}
							 
.smPictureCell {
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 0px 0px;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
	}
							 
.smTitleText {
	font-size: medium;
	font-weight: normal;
	}

.smSnippetText {
	font-size: small;
	font-weight: normal;
	}

.smMetaText {
	font-size: x-small;
	font-weight: normal;
	color: green;
	text-decoration: none;
	}

/***   Image fader stuff   ***/

div#xfImageContainer {
	width: 220px;		/* Had to put this in to get IE to render properly, was 'auto' */
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.fade-box {
	margin-left: 0px;
	position: absolute;
	width: 220px;		/* Had to put this in to get IE to render properly, was 'auto' */
	}

/***  Styles for Links  ***/
	
.medLinkText {
	font-size: medium;
	font-weight: normal;
	}
	
.smallLinkText {
	font-size: small;
	font-weight: normal;
	}
	
.metaText {
	font-size: x-small;
	font-weight: normal;
	color: green;
	text-decoration: none;
	}

a.smallPlainLink {
	color:#003399;
	text-decoration:none;
	}

.smallPlainLink:hover {
	color:#CC0000;
	text-decoration:underline;
}


