  /* 
   04-09: style sheets moved to single external file.
   site totally revamped to at least pass 4.01 transitional, 
   see http://validator.w3.org/
 */
  
  
body,html		{ 
	font-family: Arial, Helvetica, Sans-Serif; 
	margin:0 0 12px 0; 
	padding:0; 
	background: #FFFFFF url(/images/bg.gif) top left repeat-x; 
}
.footlinks		{ font-size: 11px; text-align: center; }
.toplinks		{ font-size: 12px; text-align: center; line-height: 170%; }
.wht			{ background-color: #FFFFFF; }
.cwht			{ background-color: #FFFFFF; text-align: center; }
.ltGray			{ background-color: #F5F5F5; text-align: center; }
.dkGray			{ background-color: #D3D3D3; text-align: center; }
.sidebar		{ background-color: #F7EFD2;  line-height: 175%; padding:8px; }
.sidebar p		{ margin:0; padding: 3px 0; }
.sidehead		{
	color: #FFFFFF; 
	background-color: #804000; 
	font-size: 16px; 
	font-style: italic; 
	font-weight: 700; 
	text-align: center;  
}
.bluehead		{ color: #FFFFFF; background-color:  #0000CA; font-size: 16px; font-style: italic;
                   font-weight: 700; text-align: center;  }
.right			{ text-align: right; }
.center			{ text-align: center; }
.centerdiv		{ margin:auto;text-align:center; }
.float-left		{ float: left; }
.float-right	{ float: right; }
h2				{ color: #804000; text-align: center; font-size:24px; }
h3				{ color: #804000; text-align: center; font-size:20px; }
.small			{ font-size: 85%; font-style: italic; }
.bigger			{ font-size: 120%; font-weight: 700; }
.red			{ color: #ff0000; }
.bordered		{ border: 1px solid #804000; padding: 12px; }
.navtop			{ background-color: #F7EFD2; text-align:right; font-style: italic; font-size: 12px; font-weight: 700; }
	
#fp-feature  {
	background-color:#fff1e1;
	border: 1px solid #804000;
	padding:6px;
}
#fp-feature .float-left { margin-right: 12px; margin-top: 24px;  }
#fp-feature h2  { color: #0000dd; font-size: 120%; font-weight: 700; padding:0; margin:0; text-align: left; }
#fp-feature p   { font-size: 80%; }

/* building page only */
#building-inset	{ 
	float: right; 
	width: 350px; 
	text-align: center; 
	border: 1px solid #804000; 
	padding: 12px; 
	margin: 12px 0 0 12px; 
}
#building-inset h4 { margin:0; padding:0; }

a.top:link     { color: #0000CA; font-weight: 700; text-decoration: underline; }
a.top:visited  { color: #0000AA; font-weight: 700; text-decoration: underline; }
a.top:active   { color: #FF0000; font-weight: 700; text-decoration: underline; }
a.top:hover    { color: #8000FF; font-weight: 700; text-decoration: underline; }
a:link         { color: #804000; font-weight: 700; text-decoration: underline; }
a:visited      { color: #BC8634; font-weight: 700; text-decoration: underline; }
a:active       { color: #FF0000; font-weight: 700; text-decoration: underline; }
a:hover        { color: #F99806; font-weight: 700; text-decoration: underline; }