	/*//---------------------------------------------*/
	/*// Name: Site - Default Style Sheet			 */
	/*// Specification: CSS 2.1						 */
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Site Specific Settings						 */
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Static Image Settings						 */
	/*//---------------------------------------------*/
	.imgStatic-SearchButton { vertical-align: top; background: url(images/search-button.jpg) no-repeat; width: 66px; height: 23px; border: 0px; margin: 2px 0px 0px 2px; }
	.imgStatic-CallNumber { background: url(images/nav-top.jpg) no-repeat; width: 177px; height: 44px; }
	.imgStatic-BVLogo { background: url(images/bvlogo.gif) left no-repeat; width: 35px; height: 20px; }
	
	.imgSideBar { background: url(images/side-bar.gif) no-repeat; width: 145px; height: 7px; padding-top: 9px; padding-bottom: 9px; background-position:center; }

	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Page Settings								 */
	/*//---------------------------------------------*/
	html {
		font: 13px "Times New Roman", Times, serif;
		color: #FFFFFF;
		background: #c4a168;

		margin: 0px;
	}
	body {
		font: 13px "Times New Roman", Times, serif;
		color: #FFFFFF;
		background-color: #c4a168;
		margin: 0px;
	}
	p { font: 13px "Times New Roman", Times, serif; }
	.content, .content table.menuTable, .content table.menuTable table
	
	{
		font: 13px "Times New Roman", Times, serif;
		color:#FFFFFF;
	}
	
	td.header {
		background: url(images/header.jpg) no-repeat; width: 751px; height: 213px;
	}
	td.side {
		background: url(images/side.jpg);
		vertical-align: top;
	}
	td.right {
		background: url(images/right-side.jpg) repeat-y; width: 10px; height: 642px;
	}
	td.sideLeft {
		background: url(images/side-left.jpg) repeat-y; width: 9px;
	}
	td.sideBg {
		background: url(images/side-bg.jpg);
	}
	td.sideRight {
		background: url(images/side-right.jpg) repeat-y; width: 16px; height: 642px;
	}
	td.side-bottom {
		background: url(images/side-bottom.jpg) no-repeat; width: 211px; height: 60px;
	}
	td.footer {
		background: url(images/footer.jpg) no-repeat; width: 540px; height: 60px;
	}
	
	td.bodyContainer {
		background: url(images/main-bgRed.jpg) repeat-y;
		vertical-align: top;
	}
	td.body {
		background: url(images/main-bg.jpg);
	}
	
	tr.menuAlt {
		background-color: #5b0301;
	}
.calendarStyle1
{
	color:#FFFFFF;
}

.tableHeader {
color: #fff;
}


.verticalhr
{
	background: url(/resources/images/dottedline.gif);
	height:95%;
	width:5px;
}




	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/

	/*//---------------------------------------------*/
	/*// Element Settings							 */
	/*//---------------------------------------------*/
	h1, h2, h3, h4 {
		font-weight: bold;
		letter-spacing: 1px;
		text-align: center;

		padding: 0px;
		margin: 0px;
	}
	h1 {
		font-size: 1.8em;

		border-bottom: #000000 1px solid;
	}
	h2 {
		font-size: 1.4em;

		margin: 15px 0px;
	}
	h3 {
		font-size: 1.2em;
		text-align: left;

		border-bottom: #000000 1px solid;
		margin-bottom: 10px;
	}
	h4 {
		font-size: 1.1em;
		text-align: left;

		margin-bottom: 5px;
	}


	/*//---------------------------------------------*/
	/*//////////////////////////////////////////////////////////////*/
	/*//---------------------------------------------*/


	/*//---------------------------------------------*/
	/*// Link Settings								 */
	/*//---------------------------------------------*/
	a {
		text-decoration: underline;
		color: #c4a066;
		font: 13px "Times New Roman", Times, serif;
	}
	a:hover {
		text-decoration: none;
		font: 13px "Times New Roman", Times, serif;
	}
	a.copyright {
		color: #c4a066;
		letter-spacing: 0px;
		text-decoration: underline;
	}
	a.copyright:hover {
		text-decoration: none;
	}
	
	.navLink .linkShadowHeader1 {
		font: 17px "Times New Roman", Times, serif;

		letter-spacing: 0px;
		color: #FFFFFF;
		text-decoration: none;	
	}
	.navLink .linkShadowHeader2 {
		font: 17px "Times New Roman", Times, serif;

		letter-spacing: 0px;
		color: #000000;	
		left: 0px;
		top: 1px;
		text-decoration: none;
	}
	.navLink .linkShadowHeader1:hover {
		font: 17px "Times New Roman", Times, serif;

		letter-spacing: 0px;
		color: #c4a066;
		text-decoration: none;
	}
	.navLink .linkShadowHeader2:hover {
		font: 17px "Times New Roman", Times, serif;

		letter-spacing: 0px;
		color: #000000;	
		left: 0px;
		top: 1px;
		text-decoration: none;
	}
	
	/*//---------------------------------------------*/
	/*// Image Settings								 */
	/*//---------------------------------------------*/
	img.imgBordered {
		border: #000000 2px solid;
	}

	/*//---------------------------------------------*/
	/*// Text Settings								 */
	/*//---------------------------------------------*/
	b, .textEmphasis {
		font-weight: bold;
		letter-spacing: 1px;
	}
	.textSpecial {
		font-weight: bold;
		font-style: italic;
		letter-spacing: 1px;		
	}
	.blackText { color:#000000; }
	.goldText { color: #d5b959; }
	
	.menuTitle {
		color: #d5b959;
		font-weight: bold;
		font-size: 16pt;
	}
	.bigBolds {
		font-weight: bold;
		font-size: 16pt;
	}
	
	.copyright {
		font: 10px verdana, 'Trebuchet MS', serif;
		color: #FFFFFF;
	}