/* CSS Document */

/* home page css */
.bottombar
	{width: 100%;
	height: 84px;
	display: block;
	border-top: 5px solid #343434;
	background: #000 url(images/bc_btm.jpg) bottom center no-repeat;
	}

.paneltab
	{float:left; 
	margin-right: 10px;
	width: 41px;
	height: 21px;
	background: url(images/bchome_btn_d.gif) top left no-repeat;
	}

.paneltabhover
	{float:left; 
	margin-right: 10px;
	width: 41px;
	height: 21px;
	background: url(images/bchome_btn_h.gif) top left no-repeat;
	}

.paneltab_sel
	{float:left; 
	margin-right: 10px;
	width: 41px;
	height: 21px;
	background: url(images/bchome_btn_s.gif) top left no-repeat;
	}

/* pics page css */
.eventpic
	{border: 1px solid #ccc;
	display: block;
	padding: 2px;
	text-align: center;
	height: 120px;
	width: 135px;
	overflow: hidden;
	}

.eventpic:hover
	{border: 2px solid #F0F;
	background-color:#FCF;
	display: block;
	padding: 1px;
	text-align: center;
	height: 120px;
	width: 135px;
	overflow: hidden;
	}

#bigpic
	{width:180px;
	height:180px;
	}
	
.picthumb
	{padding-right: 0px;
	}

.thumbnail
	{display: inline; 
	width:120px;
	height:110px;
	overflow: hidden;
	padding-top: 2px;
	}

.painting
	{display: inline; 
	width:170px;
	height:160px;
	overflow: hidden;
	padding-top: 2px;
	}

.footer	{font-family: franklin gothic book, geneva, sans-serif;
		font-size: 12px;
		color: #5C8388;
		letter-spacing: normal;
		}

.note	{color: #ED5F97;
		font-size: 11px;
		padding-bottom: 5px;
		}

.caption	{font-family: arial, sans-serif;
		color: #666666;
		font-size: 11px;
		}

.abstract	{font-family: arial, sans-serif;
		color: #666666;
		font-size: 11px;
		line-height: 16px;
		}
		
.bc	{color: #EA005C;
		}

#white	{color: #fff;
		}

.header	{font-family: helvetica, arial, sans-serif;
		font-size: 24px;
		line-height: 26px;
		color: #243234;
		font-weight: normal;
		margin-bottom: 5px;
		}
		

.text table tr {
	vertical-align: top;
}
.text table tr td {
	margin-bottom: 10px;
	}
.text table tr td h3	{
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #243234;
		}
.text table tr td h4	{font-family: helvetica, arial, sans-serif;
		font-size: 14px;
		color: #243234;
	
		}
.text table tr td	{font-family: helvetica, arial, sans-serif;
		font-size: 12px;
		font-weight: normal;
		margin-bottom: 5px;
		}
.text table tr td li	{
	list-style-type: square;
		}
		
.text	{font-family: helvetica, arial, sans-serif;
		color: #565656;
		font-size: 9pt;
		line-height: 15pt;
		}

a.text
		{color: #004B99;
		text-decoration: none;
		}

a.text:hover
		{text-decoration: underline;
		color: #004B99;
		}
		
a.text:visited {text-decoration: none;
		color: #004B99;
	}

a.text:visited:hover {text-decoration: underline;
		color: #004B99;
	}
					

.def
		{font-family: arial, sans-serif;
		color: #202F88;
		font-size: 11px;
		padding: 2px;
		margin: 0px 15px 10px 15px;
		cursor: pointer;
		}
		
.sel
		{font-family: arial, sans-serif;
		color: #EC005D;
		font-size: 11px;
		padding: 2px;
		margin: 0px 15px 10px 15px;
		border-bottom: 3px solid #EC005D;
		}

.thumb_sel	{border: 1px solid #EC005D;
		}

.nav	{font-family: geneva, arial, sans-serif;
		color: #676767;
		font-size: 11px;
		line-height: 20px;
		font-weight: normal;
		}

a.nav:link {text-decoration: none;
		color: #004b99;
	}
a.nav:hover	{text-decoration: none;
		font-weight: bold;
		color: #004B99;
		}
a.nav:visited {text-decoration: none;
		color: #004b99;
	}
a.nav:visited:hover {text-decoration: none;
		color: #004B99;
	}

