/* no borders on images unless explicitly asked for */
img{
	border:none;
}

.rt-links {
	  position:absolute;
	  right:20px;
}

.left-links{
	position:absolute;
	left:20px;
}


#banner1{
	color:white;
	background-color:black;
	height:15px;
}

#banner2{ 
	  color:white;
	  background-color:rgb(51, 102, 153);
	  height:102px;
}

div.secnav3{ 
	  background-color:#E0E0E0;
	  height:15px;
	  border-top:1px solid red;
	  border-bottom:1px solid red;
}

div#contact-container{
	clear:both;
}

div#content-container{
	clear:both;
}

div#leftcontent{
	width:49%;
	border:1px solid #000;
	  padding-left:2px;
	  padding-right:2px;
float:left;
}

div#rightcontent{
	width:49%;
	border:1px solid #000;
	  padding-left:2px;
	  padding-right:2px;
float:right;
}

div#centercontent{
  clear:both;
	border:1px solid #000;
	padding-top:2px;
}

html>body #centercontent {
	  margin-left:191px;
	  margin-right:191px;
	  padding-left:3px;
	  padding-right:3px;
	  background:#fff;
}

#leftcontent h3{
	     text-align: left;
}
#rightcontent h3{
	     text-align: left;
}

