  @charset "UTF-8";  html, body, div, span, applet, object, iframe,  h1, h2, h3, h4, h5, h6, p, blockquote, pre,  a, abbr, acronym, address, big, cite, code,  del, dfn, em, img, ins, kbd, q, s, samp,  small, strike, strong, sub, sup, tt, var,  b, u, i, center,  dl, dt, dd, ol, ul, li,  fieldset, form, label, legend,  table, caption, tbody, tfoot, thead, tr, th, td,  article, aside, canvas, details, embed,   figure, figcaption, footer, header, hgroup,   menu, nav, output, ruby, section, summary,  time, mark, audio, video {	  margin: 0;	  padding: 0;	  border: 0;	  font-size: 100%;	  font: inherit;	  vertical-align: baseline;  }  /* HTML5 display-role reset for older browsers */  article, aside, details, figcaption, figure,   footer, header, hgroup, menu, nav, section {	  display: block;  }  body {	  line-height: 1;  }  ol, ul {	  list-style: none;  }  blockquote, q {	  quotes: none;  }  blockquote:before, blockquote:after,  q:before, q:after {	  content: '';	  content: none;  }  table {	  border-collapse: collapse;	  border-spacing: 0;  }    


#container {	  width: 1000px;/*	  margin-left:auto;	  margin-right:auto;*/	  padding-right: 10px;	  padding-left: 20px;	  margin-top: 15px;  }      
  
  #ColumnLeftTop {	  width:500px;	  height:40px;	  float:left;	  border-bottom:3px double #003;  	}				    
  
  #container #ColumnRightTop h2 {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 14px;	  font-weight: bold;	  letter-spacing: .2em;	  text-align: center;	  padding-top: 20px;  }     
  
  #ColumnRightTop {	  width:500px;	  height:40px;	  float:right;	  border-bottom:3px double #003;			    }      
  
  #container #ColumnRightTop h2 {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 14px;	  font-weight: bold;	  letter-spacing: .2em;	  text-align: center;	  padding-top: 20px;  }				    
  
  #container #ColumnLeftTop h1 {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 18px;	  font-weight: bold;	  letter-spacing: 1em;	  text-align: left;	  padding-top: 17px;  }    
  
  #ColumnLeftBottom {	  width:500px;	  height:666px;	  float:left;	  /*border-bottom:3px double #003;*/   background-image: url(BKgrnd_img.png);
	background-repeat: no-repeat;
	background-position: 6em 3em;}	    
  
  #ColumnLeftBottom h3{	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: none;	  padding-top: 5px;	  padding-bottom: 20px;	  word-spacing: 2.8em;/* lowered this from 3.5em 5-2013 because the CONTACT word was not fitting on the line*/	  letter-spacing:.2em;  }				    
  
  #ColumnLeftBottom p{	  font-family: Verdana, Geneva, sans-serif;	  font-size: .7em;	  color: #000;	  line-height: 150%;	  padding-right: 20px;	  padding-top: 10px;	  text-align:justify;  }	
  
#ColumnLeftBottom img {	opacity: .65;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)"; /* IE 8 hack */ 	filter: alpha(opacity = 65); /* IE 5-7 hack */	-webkit-transition: opacity .2s ease-in-out;	-moz-transition: opacity .2s ease-in-out;	-o-transition: opacity .2s ease-in-out;	transition: opacity .2s ease-in-out;			}	
							
#ColumnLeftBottom img:hover  {	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */	filter: alpha(opacity = 100); /* IE 5-7 hack */		}		
							
#ColumnLeftBottom p a {		color:#000;	text-decoration:none;	opacity: .6;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)"; /* IE 8 hack */ 	filter: alpha(opacity = 60); /* IE 5-7 hack */	-webkit-transition: opacity .3s ease-in-out;	-moz-transition: opacity .3s ease-in-out;	-o-transition: opacity .3s ease-in-out;	transition: opacity .3s ease-in-out;		}	
							
							
							
#ColumnLeftBottom p a:hover {		color:#03F;	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */ 	filter: alpha(opacity = 100); /* IE 5-7 hack */	text-decoration:underline;		}
  
#ColumnRightBottom {	  width:500px;	  height:662px;	  float:right;	  padding-top:4px;	  text-align:right;	  /*<!--border-bottom:3px double #003; -->*/  }
					 
#ColumnRightBottom h2 {						    	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  letter-spacing: .2em;	  text-align: center;	  padding-bottom: 5px;	  }    
										
.ClearBoth {clear:both;}    h3 a:link {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  }  h3 a:hover {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: underline;  }  h3 a:visited {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 12px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  } 

#ColumnLeftBottom img {	  position:relative; /*This is a must -without safai does not put the copyright at the bottom and it leaves out the bottom lines*/	  float: left;	  padding: 4px;	  margin-right: 5px ;	  margin-top: 10px ;	  /*border: 1px solid black;*/  }	

#bottomCopyright {   		font-family:Verdana, Geneva, sans-serif;  		text-align:right;  		font-size: .7em;  		line-height: 2.5em;  }    td a:link {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000;	text-decoration: none;}td a:hover {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: blue;	text-decoration: underline;}td a:visited {	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;	font-size: 12px;	font-weight: bold;	color: #000;	text-decoration: underline;}						  						    h5 a:link {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 10px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  }  h5 a:hover {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 10px;	  font-weight: bold;	  color: #000;	  text-decoration: underline;  }  h5 a:visited {	  font-family: Verdana, Geneva, sans-serif;	  font-size: 10px;	  font-weight: bold;	  color: #000;	  text-decoration: none;  }						  						  