@charset "utf-8";
body  {
	font: 72% Georgia, Verdana, Arial, Helvetica, sans-serif;
	/*font-weight:lighter; */
	background-color: #3a69a1;
	background-image: url(background.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px 0px 0px 0px;
	text-align: center; /* centers container in IE 5* browsers*/
	color: #333333;
	line-height: 170%;		 
}

.thrColElsHdr #container { 
	width: 920px;  
	/*height: 1250px; */
	background: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0px 0px 0px;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.thrColElsHdr #header { 
	background: #DDDDDD; 
	padding: 0 0px;  
} 

.thrColElsHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

.thrColElsHdr #sidebar1 {
	float: left; 
	width: 245px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #sidebar2 {
	float: right; 
	width: 635px; /* since this element is floated, a width must be given */
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px 0px; /* top and bottom padding create visual space within this div */
}

.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 0px;
}


.thrColElsHdr #sidebar2 h3,  .thrColElsHdr #sidebar2 p {
	margin-left: 0px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 15px;
}









.thrColElsHdr #mainContent {
 	margin: 0px 0px 0px 0px; /* the right margin can be given in ems or pixels. It creates the space down the right side of the page. */
    background: #ffffff;
} 

.thrColElsHdr #footer { 
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
} 

.thrColElsHdr #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 */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.fltrt { 
	float: right;
	margin-left: 0px;
	margin-right: 0px;
}

.fltlft { 
	float: left;
	margin-right: 0px;
}

.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;
}




	
.wrapper {
    background-image: none;
	width: 100%;
	padding-bottom: 0px;
	}

.footercontainer {
    background-image: url(images/footer.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	width: 100%;
	}

a.footercontainer:link {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.footercontainer:visited {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

a.footercontainer:hover {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

a.footercontainer:active {
	font-family: Georgia, Arial, Verdana, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: regular;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}


h1 {
   color: #3b76b6;
   font-size: 155%;
   line-height: 200%;	
   }
   
h2 {
   color: #3b76b6;
   font-size: 115%;
   line-height: 200%;
   }
   
h3 {
   color: #333333;
   font: 98% Georgia, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   }
   
h4 {
   color: #3B76B6;
   font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
   font-weight: normal;
   font-style:italic;
   }
   
h5 {
   color: #3b76b6;
   font: 100% Georgia, Verdana, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-style:italic;
   }
   
   
a {
	text-decoration: none;
	color: #333333;
}


 a:hover {
  color: #3b76b6;
  text-decoration: none;
  }
  
  
  #slideshow {
    position:relative;
    height:200px;
}

#slideshow A {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow A.active {
    z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}

img { 
	border:none;
	vertical-align:bottom;
	}
