
h2 {
  font-size:  16px;
  font-weight: normal;
  margin:     0px 0px 10px 0px;
}

a:link {
	color: #0e1d48;
	text-decoration: none;
}
a:active {
	color: #0e1d48;
	text-decoration: none;
}
a:visited {
	color: #0e1d48;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}

.navButton a:link {
	color: #333;
	text-decoration: none;
}
.navButton a:active {
	color: #333;
	text-decoration: none;
}
.navButton a:visited {
	color: #333;
	text-decoration: none;
}
.navButton a:hover {
	color: #000;
	text-decoration: none;
}

.footerContent a:link {
	color: #333;
	text-decoration: none;
}
.footerContent a:active {
	color: #333;
	text-decoration: none;
}
.footerContent a:visited {
	color: #333;
	text-decoration: none;
}
.footerContent a:hover {
	color: #000;
	text-decoration: none;
}

.topNavButton a:link {
	color: #333;
	text-decoration: none;
}
.topNavButton a:active {
	color: #333;
	text-decoration: none;
}
.topNavButton a:visited {
	color: #333;
	text-decoration: none;
}
.topNavButton a:hover {
	color: #000;
	text-decoration: none;
}

.textRight {
	text-align: right;
}


.mainBodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
 display: inline;
  width:  250px;
  padding:  0px;
  margin: 0px;
}

.mainBodyTextBrown {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

#left_contact input {
	width: 90px;
	border: 1px solid #ccc;
	margin-bottom: 5px;
}

#left_contact input.mm {
	border: 1px solid #a82f2f;
}

.errors {
	border: 1px solid #a82f2f;
	padding: 5px;
}

.errors h3 {
	color: #a82f2f;
}

.messages {
	border: 1px solid #388e2c;
	background: #fff;
	padding: 5px;
	margin-bottom: 10px;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	color: #0e1d48;
}

h2 {
  font-size:  16px;
  font-weight: normal;
  margin:     0px 0px 10px 0px;
}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #333333;
}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	color: #333333;
}

.telephone {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.toplineLinks {
	font-size: 11px;
	color: #666666;
}

.smallText {
	font-size: 10px;
	color: #333333;
}

.mm { border-color: #a82f2f; background-color: #FFFF00; }

div.news_article {
  float: left;
  width:  450px;
  margin-bottom:  5px;
  padding-bottom: 5px;
  border-bottom:  1px solid #153475;
}
div.news_article h1 {
  font-size:  1.4em;
}
div.news_article img {
  float: right;
  margin: 0px 0px 5px 10px;
  border: 1px solid #153475;
}
div.news_article p {
  padding:  0px;
  margin-top: 0px;
}


table.mainBodyText {
  width:  100%;
}
table.mainBodyText td {
  background-color: #DEDEDE;
  width:            50%;
}

a.readmore:link,
a.readmore:visited,
a.readmore:hover,
a.readmore:active {
  display:  block;
  float: right;
  clear: both;
  text-align: right;
font-weight: bold;
  font-size:  1.2em;
}
