body {
	margin-top: 0px;
	margin-left: 0px;
	background-color: #FFFFFF;
	background-image: url(images/bg.jpg);
}

H1 {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 18pt;
	display : inline;
}

H2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D642E;
	font-size : 14pt;
	text-align: center;
}

H3 {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 14pt;
}

H4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 8pt;
	font-weight: normal;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

b {
	font-family: "Times New Roman", Times, serif;
	color: black;
	font-size : 10pt;
}

i {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
	font-size : 10pt;
}

table {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size : 10pt;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	font-size : 10pt;
}

hr {
	width: 85%;
	color: #FFFFF;
}

a:link {
	color : #000000;
	text-decoration: none;
}

a:visited {
	color : #000000;
	text-decoration: none;
}

a:hover {
	color : #333333;
	text-decoration: underline;
}

a:active {
	color : #000000;
}

img { 
	border-color : #000000; 
}
.subTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #2D642E;
	font-size : 12pt;
}

#pressReleases{
  padding: 30px 0;
  margin: 0 2px;
  border-bottom: 6px solid black;
  min-height: 140px;
  }
  
.release{
  display: inline-block;
  width: 31%;
  padding: 5px;
  vertical-align: top;
  height: 100%;
  text-align: left;
  }
  
.middle{ 
  border-right: 2px solid black;
  border-left: 2px solid black;
  }

.release img{
  float: left;
  margin: 0 5px 5px 0;
  max-height: 100px;
  max-width: 100px;
  }
  
.release p{
  display: inline;
  vertical-align: top;
  }
  
.release a{
  text-align:right;
  display: block;
  margin-top: 15px;
  }
  
#archives {
  text-align: left;
  padding: 10px;
  }
#archives div{
  width: 49%;
  }
   
#rightColumn{
  float: right;
  }
