body {
 background-color: black;
 margin: 0px;
 padding: 0;
 font-size: 1.1em;
 font-family: verdana, arial, helvetica, sans-serif;
}
.hr {
  border:0;
  border-top: 0px;
  height: 25px;
  background: #7b9f1a;
}
.hr2 {
  border:0;
  border-top: 0px;  
  height: 10px;
  background: #ce000c;
  background-image:url(images/red.gif);
}
.hr3 {
	border:0;
	border-top: 0px;
	height: 35px;
	background-color: #98AE00;
}
.hr4 {
  border:0;
  border-top: 0px;  
  height: 20px;
  background: #ce000c;
  background-image:url(images/red.gif);
}
.hr5 {
  border:0;
  border-top: 0px;  
  height: 25px;
  background: #ce000c;
  background-image:url(images/red.gif);
}
.hrT {
  border:0;
  border-top: 0px;
  height: 150px;
  background: #7b9f1a;
  background-image:url(images/top.jpg);  
}
.hrR {
  border:0;
  border-top: 0px;
  height: 235px;
  background: #7b9f1a;  
  background-image:url(images/redb.jpg);  
}
h1 {
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0 0 15px 0;
 padding: 0;
 color: #888;
}
h2 {
 font-family: verdana, arial, helvetica, sans-serif;
 margin: 0 0 5px 0;
 padding: 0;
 font-size: 1.1em;
}
p {
 font-family: verdana, arial, helvetica, sans-serif;
 line-height: 1.1em;
 margin: 0 0 16px 0;
 padding: 0;
}
.content>p {
 margin: 0;
}
.content>p+p {
 text-indent: 30px;
}
a {
 color: #fff;
 font-family: verdana, arial, helvetica, sans-serif;
 font-weight: 600;
 text-decoration: none;
}
a:link {
 color: #fff;
}
a:visited {
 color: #fff;
}
/* All the content boxes belong to the content class. */
.content {
 position: relative;
 width: auto;
 min-width: 100px;
 margin: 0 100px 20px 100px;
 padding: 10px;
 z-index: 3;
 color:#ffffff;
}
#left {
 position: absolute;
 left: 50px;
}
#right {
	position: absolute;
	right: 0px;
	top: 65px;
}
#right2 {
	position: absolute;
	right: 0px;
	top: 159px;
}
.texta {vertical-align:middle;}

.discover{
    width: 100%;
    background-color: #fff;
    padding-top: 5px;
    border-bottom: 15px solid #98AE00;
}
