@charset "utf-8";
/* CSS Document */
 
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif bold;
	background: #808080;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width:  925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #ffffff;
	margin: 3px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border: #000000 solid medium;
	
	
} 
.twoColFixLtHdr #deco { 
	float: left;
	background-image:url(Images/Procter_and_Callahan.jpg);
	/*background:#000000;*/
	margin: 0;
	padding: 0px 0px 0px 0px;  
	height: 150px;
	width: 200px;
	/*border: inset 10px solid #000000; */
	
} 

.twoColFixLtHdr #header { 
	background-image:url(Images/PCLHeaderLogo.jpg);
	/*background:#021b6f; */
	/*padding: 0px 10px 0px 220px;*/ 
	margin: 0px 0px 0px 200px;
	height: 150px;
	width: 725px;
	/*border: 1px solid #021b6f;*/
	/*text-align:right;*/
	/*border: medium ridge #e5e5e5;*/
} 
.twoColFixLtHdr #header h1 {
	margin: 0;  /*using padding instead of margin will allow you to keep the element away from the edges of the div */
	color: #000000;
	text-align:left;
	font-family:"Copperplate Gothic Light";
	font-weight: bolder;
	/*margin-top: 35px;
	margin-right: 0;
	margin-bottom: 100;
	margin-left: 0px;*/
	font-size: 30px;
	/*line-height: 40px;*/
	text-align: center;
	vertical-align: middle;
	padding-top: 45px;
	padding-right: 90px;
	padding-bottom: 0px;
	padding-left: 90px;
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet 
	Explorer will include the padding and border in addition to the width */
	/*border: medium ridge #e5e5e5;*/
	/*border-right: 1px solid #000000;*/
	background:#e5e5e5; /* the background color will be displayed for the length of the content in the column, but no further */
	/*margin: 20px 0px 20px 0px;*/
	padding: 0px 10px 0px 10px;
	text-align: center;
	text-weight: bold;
	/*height:650px;*/
	/*background-color:#CCC;*/
}
.twoColFixLtHdr #mainContent { 
	margin: 0px 0px 0px 200px; 
	/*border-right: #E5E5E5 ridge medium;*/
	/*border-left: #FFFFFF ridge medium;*/
	/*height: 650px;*/
	width: /*715px*/ 725px;
	/*padding-right:10px;*/
	/*padding-left: 20px*/
	/*background: #808080;*/
} 
.twoColFixLtHdr #mainContent p, .twoColFixLtHdr #mainContent h1, .twoColFixLtHdr #mainContent h2 {
	padding-left: 25px;
	padding-right: 25px;
}
.twoColFixLtHdr #mainContent ul {
	list-style-position:outside;
	padding-left: 65px;
	padding-right: 10px;
}
.twoColFixLtHdr #deco2 { 
	float: left;
	width: 200px;
	height: 75px;
	background:#000000; 
	/*border:1px solid #000000;*/
} 
/*.twoColFixLtHdr*/ #footer { 
	height: 75px;
	width:725px;
	margin: 0px 0px 0px 200px;
	background:#021b6f; 
	/*border: 1px solid #021b6f;*/
	font-size: 15px;
	font-olor: #E5E5E5;
	text-align: Center;
	
} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 25px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-right: 10px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#Bar {
	border-top: 5px solid #021b6f;
}
#ContactInfo {
	text-align:Left;
	font-size:80%;
	font-weight: normal;
	list-style-type: none;
	list-style: none;
	padding-left: 5px;
}
#SlideShow {
	position:relative;
	top:0;
	left:0;
}
#Copyright {
	font-size: 10px;
	color: #000000;
	text-align: center;
}
#PagePointers {
	font-size: 14px;
	color: #000000;
	margin-left:210px;
	text-align: center;
}

#CBL {
	font-family:"Arial Black", Gadget, sans-serif;
	font-weight: bold;
	margin: 0;
}
#Script {
	font-family:"Brush Script MT";
	font-size: 14px;
}
#MainPicture {
	/*height: 150px;*/
	/*width: 730px;*/
	/*background: #CCC;*/
	/*text-align:right;*/
	/*margin-top: 5px;*/
	
}

#Brush1 {
	font-family:"Brush Script MT";
	font-size:30px;
}
#Brush2 {
	font-family: "Brush Script MT";
	font-size: 50px;
}
#Disclaimer {
	background:#CCC;
	border: #000000 solid 1px;
}
a.Click:link, a.Click:visited {
	color: #000000;
	text-decoration:none;
	
}
a.Click:hover {
	color: #021b6f;
	text-decoration:none;
	font-weight:bold;
	
	
}
a.Click2:link, a.Click2:visited {
	color: #FFFFFF;
	text-decoration:none;
}
a.Click2:hover {
	color: #E5E5E5;
	text-decoration:none;
	background: #021b6f;
}
.Bar2n {
	border-top: 1px #000000 solid;
}
.Bar2l {
	/*margin: 10px 3px 10px 3px;*/
	padding: 10px 3px 10px 3px;
	border-top: 1px #000000 solid;
	border-bottom: 1px #000000 solid;
}
	
