body
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: #1e4f2f; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal;
}
h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: #045eaa;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 12px;
	line-height: 20px;
}
h3 .thin {
	font-weight: lighter;
}
h3.list {
	float: left;
	width: 275px;
}
p
{
	font-family: Times New Roman, Arial, Helvetica, sans-serif;
	color: #1e4f2f; 
	font-size: 14px; 
	font-weight: normal; 
	font-style: normal;
}
blockquote {
	font-family:Times New Roman,  Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
	color: #222;
	line-height: 20px;
}
div.hr {
	height: 1px;
	width: 100%;
	border-top: dotted #045eaa 1px;
}
div.hr hr {
	display: none;
}
.text { color: #1e4f2f; font-size: 14px; font-weight: normal; font-style: normal; }
.boldtext { color: #1e4f2f; font-size: 18px; font-weight: bold; }
.slanttext { color: #1e4f2f; font-size: 16px; font-style: italic; }
.boldtext-red {
color: #E24A35; font-size: 24px; font-weight: bold;
}
.lowernavtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	text-decoration: none;
}
.loginheader
{
	height: 20px;
	color: #000084;
	font: small Times New Roman, Arial, Helvetica, sans-serif;
	text-align: center;
	font-weight: bold;
}

.logincell
{
	background-color: transparent;
	vertical-align: middle;
}

.logtable
{
	background-color: transparent;
	color: #000000;
}

.loginbox input
{
	padding: 2px 3px;
	margin-bottom: 8px;
}

.loginbox label 
{
	padding: 2px 3px;
}

fieldset
{
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: #2B2B2B;
	width: 120px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	padding-top: 8px;
}

.loadingbox 
{
  position: absolute;
  top: 40%;
  left: 40%;
  border: 1px solid #cccccc;
  background-color: #ffffff;
  height: 50px;
  width: 250px;
  text-align: center;
  padding-top: 20px;
}

.paragraphtext
{
	color: #000000;
	font-size: 10pt;
	font-family: 'Times New Roman', Arial, Helvetica, sans-serif;
}

.hiddentext
{
	visibility: hidden;
	display: none;
}

.bottompaddedtext
{
	padding-bottom: 20px;
}

/*----------------------------
Contact page
----------------------------*/

#contact{
	padding: 10px;
}

#contact h1{
	margin-top: 0;
}

#contact label{
	display: block;
	padding-top: 5px;	
}

#contact input.field{
	width: 200px;
}

#contact textarea{
	display: block;	
	overflow: auto;
	width: 75%;
	height: 150px;
	margin: 0;
}
