body {
  margin: 0px ;
  background: #FFFFFF ;
  font-family: "Trebuchet MS", Verdana, Arial ;
}

.contentbox {
  width: 100% ;
  /*background: #F5E0E0 ;*/
  background: #AA0000 ;
  border: 1px solid #AA0000 ;
  /*color: #333333 ;*/
}

.contentbox .c1 {
  /* background: #D2F6BA ; */
  background-image: url(../images/curves/curve-red-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.contentbox .c2 {
  background-image: url(../images/curves/curve-red-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.contentbox .c3 {
  background-image: url(../images/curves/curve-red-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.contentbox .c4 {
  background-image: url(../images/curves/curve-red-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 10px; /* needs to be absolute for brochure to not mess 3 column layout */
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  text-align: left ;
  z-index: 10;
  color: #663300 ;
  color: #FFFFFF ;
}

.contentbox .textheading {
	font-size: 19px ;
	font-weight: bold ;	
}

.contentbox .textbody {
	font-size: 16px ;
	padding-top: 16px ; 
}

.contentbox .textbody ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-top: 0px ;
	padding-left: 0px ;
}

.contentbox .textbody li {
	padding-left: 0px ;	
}

.contentbox a {
	font-weight: bold ;
	color: #AA0000 ;
	color: #FFFFFF ;
}
.contentbox a:active {
	color: #AA0000 ;
	color: #FFFFFF ;
}

.contentbox a:link {
	color: #AA0000 ;
	color: #FFFFFF ;
}

.contentbox a:visited {
	color: #AA0000 ;
	color: #FFFFFF ;	
}

.contentbox a:hover {
	color: #AA0000 ;
	color: #FFFFFF ;
	text-decoration: underline ;	
}

.contentbox .thumbnail {
	width: 99% ;
	padding-top: 10px ;
	text-align: center ;	
}

.contentbox .thumbnail img {
	cursor: hand ;
}

.caption {
	width: 62% ;
	font-size: 16px ;
	text-align: justify ;
}

.contentold {
  width: 100% ;
  background: #EEEEEE ; 
  border: 1px solid #5E5E5E ;  
}

.contentold .c1 {
  /* background: #D2F6BA ; */
  background-image: url(../images/curves/curve-grey-tl.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  position: relative;
  top: -1px;
  left: -1px;
}

.contentold .c2 {
  background-image: url(../images/curves/curve-grey-tr.png);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  position: relative;
  left: 2px;
}

.contentold .c3 {
  background-image: url(../images/curves/curve-grey-br.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  top: 2px;
}

.contentold .c4 {
  background-image: url(../images/curves/curve-grey-bl.png);
  background-position: 0% 100%;
  background-repeat: no-repeat;
  position: relative;
  left: -2px;
  padding-top: 10px; /* needs to be absolute for brochure to not mess 3 column layout */
  padding-bottom: 10px;
  padding-left: 17px;
  padding-right: 17px;
  text-align: left ;
  z-index: 10;
  color: #555555 ;  
}

.contentold .textheading {
	font-size: 19px ;
	font-weight: bold ;	
}

.contentold .textbody {
	font-size: 16px ;
	padding-top: 16px ; 
}

.contentold .textbody ul {
	list-style-type: none ; 
	margin: 0px ; 
	padding-top: 0px ;
	padding-left: 0px ;
}

.contentold .textbody li {
	padding-left: 0px ;	
	background-repeat: no-repeat ;
	background-position: 2px 8px ;
}

.contentold a {
	font-weight: bold ;
	text-decoration: none ;	
	color: #555555 ;
	
}

.contentold a:active {
	color: #555555 ;
}

.contentold a:link {
	color: #555555 ;
	
}

.contentold a:visited {
	color: #555555 ;	
}

.contentold a:hover {
	color: #555555 ;
	text-decoration: underline ;	
}

.contentold .thumbnail {
	width: 99% ;
	padding-top: 10px ;
	text-align: center ;	
}

.contentold .thumbnail img {
	cursor: hand ;
}

.contentold input {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #555555 ;
	width: 250px ;
	/* border: 1px solid #555555 ; */
}

.contentold select {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #555555 ;
	/* border: 1px solid #555555 ; */
}

.contentold textarea {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #555555 ;
	width: 250px ;
	/* border: 1px solid #555555 ; */
}

.contentold .radiobutton {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #555555 ;
	width: 15px ;
	_width: 20px ;
	/* border: none ; */
}

.contentold .button {
	font-size: 15px ;
	font-family: "Trebuchet MS", Verdana, Arial ;
	color: #555555 ;
	width: 85px ;
	/*
	border-width: 1px ;
	border-color: #555555 ;
	border-style: outset ;	
	*/
}

td {
	/* vertical-align: top ; */
}
