/* Events Style Sheet */

  #two-column {
    height:891px;
	}
  #two-column .left-rail {
    height:891px;
	background: url('../images/privacy-left-rail-bg.jpg') no-repeat top;
	}
  #two-column .left-rail #info {
    width:144px;
	position:absolute;
	margin-left:22px;
	margin-top:40px;
	}
  #two-column .left-rail #info #box {
    width:120px;
	font-family:Arial;
	font-size:9pt;
	color:#A09A8B;
	padding:8px 12px;
	position:absolute;
    }
  #two-column .left-rail #info #box .name {
    font-size:11pt;
	color:#6991A6;
    }
  #two-column .left-rail #info #box .phone {
    font-size:10.5pt;
	font-weight:bold;
	}
  
  #two-column .privacy {
    height:827px;
	background: url('../images/privacy-bg.jpg');
	}
  #two-column #main-content #text {
    width:556px;
	}
  #two-column #main-content #text p {
    font-size:7.5pt;
	padding-top:8px;
	}
  #two-column #main-content #text a {
    text-decoration:none;
	color:#6991A6;
	}
  
