/* CSS Document */

body {
	width: 100%;
	background-image:url(images/top_repeat_fade.gif);
	background-position:top;
	background-repeat:repeat-x;
}
#mainArea {
	width: 100%;
	height: 100%;
	height: auto;
	position: relative;
	}

#midColumn {
	width:800px;
	position: relative;
	vertical-align: top;
	height: 100%;
	}
#header {
	width: 800px;
	height: 207px;
	position: relative;
	background-image:url(images/header2.gif);
	background-repeat: no-repeat;
	vertical-align: top;
}

#textArea {
	padding-top: 30px;
	position: relative;
	width: 350px;
}
#navigation {
	width: 800px;
	position: relative;
	height: 27px;
	padding-top: 12px;
	vertical-align: top;
}
.bodyText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 17px;
	color:#333333;
	text-align: left;
}
.largeText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	color: #3f6b54;
	text-align: center;
}
.smallText {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	line-height: 18px;
	font-style: italic;
	color: #666666;
}
.smallText a:link {
  color: #666666; 
  text-decoration: none;
}
.smallText a:visited {
  color: #666666; 
  text-decoration: none; 
  }
.smallText a:hover {
  color: #3f6b54; 
  text-decoration: underline; 
  }
.labelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	color: #3f6b54;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.labelText a:link {
  color: #3f6b54; 
  text-decoration: none; 
  }
  .labelText a:visited {
  color: #3f6b54; 
  text-decoration: none; 
  }
  .labelText a:hover {
  color: #666666; 
  text-decoration: underline; 
  }
hr {
	color:#ffffff;
	background-color: #ffffff;
	border: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}

#footer{
	position: relative;
	width:100%;
	height: 107px;
	vertical-align: bottom;
	}
a:link {
  color: #3f6b54; 
  text-decoration: none; 
  }
a:visited {
  color: #3f6b54; 
  text-decoration: none; 
  }
a:hover {
  color: #666666; 
  text-decoration: underline; 
  }
