@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000 url(images/headtile.jpg) repeat-x scroll top center;
	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: #FFFFFF;
}
.oneColFixCtrHdr #header {
position:absolute;
top:0;
left:0;
width:100%;
height:221px;
	background:transparent url(images/headback.gif) no-repeat scroll top center; 
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	z-index:100;
}

.oneColFixCtrHdr #container {
position:relative;
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 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. */
	padding:221px 0 0 0;
	background: transparent url(images/contback.gif) repeat-y scroll top center;
	z-index:10;
}

.oneColFixCtrHdr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	font-size:10px;
	line-height:1.1;
	padding:5px 0;
}

a {
  text-decoration:none;
  cursor:hand;
 }

a:link,a:visited {
  color:#ffab00;
  cursor:hand;
 }

a:hover,a:active {
  color:#FFFFFF;
  cursor:hand;
 }

.oneColFixCtrHdr #mainContent p {
  font-size:12px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#a1b3d8;
  margin:0 20px 10px 40px;
   }
   
.oneColFixCtrHdr #mainContent li {
  margin:10px 0 0 0;  
  padding:0px;
   }
  
.oneColFixCtrHdr #mainContent ul {
  font-size:12px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#a1b3d8;
margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }
   
.oneColFixCtrHdr #mainContent ol {
  font-size:12px;
  line-height:1.25;
  font-family:arial, helvetica, verdana, sans-serif;
  color:#a1b3d8;
margin:10px 20px 0 40px;
  padding:0em;
  text-align:left;
   }  

.oneColFixCtrHdr #mainContent h1 {
  color:#ffab00;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  margin:0 20px 10px 20px;
  padding:0;
   }

.oneColFixCtrHdr #mainContent h2 {
  color:#FFF;
  font-size:16px;
  line-height:1.25;
  font-weight:bold;
  font-family:arial, helvetica, verdana, sans-serif;
  margin:20px 0 0 30px;
   }

.oneColFixCtrHdr #mainContent h3 {
  color:#FFF;
  padding:0px;
  font-size:14px;
  font-weight:bold;
  margin:20px 0 0 30px;
   }
   
   

/* BLOG STYLES */
  
.oneColFixCtrHdr #mainContent .blogZPU  {
  font-size:12px;
  line-height:1.25;
  color:#a1b3d8;
  margin:10px 0 0 50px;
  padding:0;
  }  
   
.oneColFixCtrHdr #mainContent .copyright2 {
  font-size:10px;
  line-height:1.2;
  color:#e1ebf2;
  margin:0px;
  text-align:center;
   }  
   
.oneColFixCtrHdr #mainContent a.copyright2 {
color:#FFFFFF;
}
   
.oneColFixCtrHdr #mainContent .blogCopyright {
  font-size:10px;
  line-height:1.2;
  color:#FFFFFF;
  margin:0px 0px 0px 30px;
   }

.oneColFixCtrHdr #mainContent .blogh1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  line-height:1.1;
  margin:0 50px;
  padding:0;
  color:#b8e3ff;
  border-bottom:1px #FFFFFF solid;
  text-align:center;
}

.oneColFixCtrHdr #mainContent .blogh2 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  line-height:1.1;
  margin:10px 30px 0 30px;
  padding:0;
  color:#b8e3ff;
  font-weight:bold;
}

.oneColFixCtrHdr #mainContent .blogh3 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:18px;
  line-height:1.1;
  margin:10px 10px 0 40px;
  padding:0;
  color:#FFFFFF;
  font-weight:bold;
}
.oneColFixCtrHdr #mainContent .bloggerDate {
  font-size:12px;
  color:#FFF;
  line-height:1.2;
  padding:20px 0;
  text-align:right;
  border-top:1px dotted #000;
   }
