@charset "UTF-8";
body {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
a              { font-weight: bold; font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Verdana, "Andale Mono", Swiss, sans-serif; text-decoration: none }
a:link  { color: #4d6b7b }
a:visited  {
	color: #8b4513;
	font-weight: bold;
}
a:hover  {
	color: #fc3;
	font-weight: bold;
}
p                    {
	font-size: 11px;
	line-height: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Verdana, "Andale Mono", Swiss, sans-serif;
	margin-top: 0px;
	color: #000;
}
div   {
	color: black;
	font-family: "Trebuchet MS", Arial, Helvetica, Geneva, Verdana, "Andale Mono", Swiss, sans-serif
}
ul        {
}
li      {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 6px;
	font-size: 13px;
}
h1            {
	color: gray;
	font-weight: 800;
	font-size: 16px
}
h2              {
	color: #af8a47;
	font-weight: 800;
	font-size: 16px
}
h3                   {
	color: black;
	font-weight: 800;
	font-size: 16px
}
h4       {
	color: gray;
	font-weight: 800;
	font-size: 14px
}
h5      {
	color: #af8a47;
	font-weight: 800;
	font-size: 14px
}
h6             {
	color: black;
	font-weight: 800;
	font-size: 14px
}
.oneColEla {
	font-family: Arial, Helvetica, sans-serif;
}
#wrapper {
	text-align: left;
	width: 840px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColEla #header{
	margin-top: 12px;
	margin-bottom: 2px;
}
.oneColEla #dd {
	float: left;
}
.oneColEla #ddbanner {
	float: left;
}
.oneColEla #feetbanner{
	height: 80px;
	text-indent: 37px;
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
.oneColEla #feetbannertext{
	height: 24px;
	color: #4d6b7b;
	font-size: 13px;
	font-weight: bold;
}
.oneColEla #text {
	text-indent: 0px;
	margin-left: 40px;
	margin-right: 140px;
}
.indent040 {
	padding-left: 40px;
}
.indent120 {
	padding-left: 120px;
}
.indent210 {
	padding-left: 210px;
}
.indent290 {
	padding-left: 290px;
}
.indent380 {
	padding-left: 380px;
}
.indent460 {
	padding-left: 460px;
}
.indent540 {
	padding-left: 540px;
}
.twoColEla {
	font-family: Arial, Helvetica, sans-serif;
}
#maincontent {
	padding-top: 48px;
	text-align: left;
}
.twoColEla #bar{
	clear: both;
}
.twoColEla #leftColumn{
	float: left;
	width: 240px;
	text-align: left;
}
.twoColEla #leftColumn2 {
	float: left;
	width: 240px;
	text-align: left;
}
.twoColEla #rightColumn{
	float: right;
	width: 520px;
	text-align: left;
}
.twoColEla #rightColumn2 {
	float: right;
	width: 520px;
	text-align: left;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.fltrtAutoflo {
	overflow: auto;
	float: right;
}
.thrColFix {
	font-family: "Comic Sans MS", cursive;
}
.thrColFix #footer{
	background-color: #FFF;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 780px;
}
.thrColFix #foot_back{
	float: left;
	width: 74px;
	background-color: #FFF;
}
.thrColFix #foot_centered{
	float: left;
	width: 580px;
	text-align: right;
	margin: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
	font-size: 13px;
	color: #4d6b7b;
	font-weight: bold;
}
.thrColFix #foot_forward{
	float: right;
	width: 74px;
	background-color: #FFF;
}
.center {
	text-align: center;
}
.italic {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
