@charset "UTF-8";
a:link {
	color: #006633;
	text-decoration: underline;
}
a:visited {
	color: #006633;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
	color: #00CCFF;
}
#navigation a:link {
	color: #193a25;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
#navigation a:visited {
	color: #193a25;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: underline;
	color: #00CCFF;
	background: transparent;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
}
body  {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #0c1810;
	margin-top: 10;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
.thrColFixHdr #container {
	width: 950px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left;
	margin-right: auto;
	margin-bottom: 10;
	margin-left: auto;
	background-color: #193a25;
	padding-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	-moz-border-radius:8px
	-webkit-radius:8px
	border-radius:8px
} 
.thrColFixHdr #header {
	width: 950px;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	color: #193441;
	float: right;
	margin-right: 0px;
	background-image: url(images/header031110-1.jpg);
	height: 280px;
	position: relative;
	border: thin none #000000;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.twoColFixLtHdr  #navigation {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 0px;
	float: none;
	background-image: none;
	border: 1px none #4c3b18;
	width: 230px;
}
.thrColFixHdr #mainContent {
	width: 930px;
	margin-top: 0;
	margin-bottom: 10;
	margin-left: 10px;
	padding-top: 0;
	padding-bottom: 10;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #193441;
	float: right;
	margin-right: 10px;
	background-image: url(images/contentBkgrd.jpg);
	border: thin none #000000;
} 
.thrColFixHdr #footer {
	width: 930px;
	margin-top: 50;
	margin-bottom: 0;
	margin-left: 10px;
	padding-top: 5;
	padding-bottom: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	color: #FFFFFF;
	float: right;
	margin-right: 10px;
	background-image: none;
	background-color: #193a25;
	height: 30px;
}
.Titletext {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #193441;
	font-weight: bolder;
	line-height: normal;
}
.SubText {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #193441;
	font-weight: bolder;
	line-height: normal;
}
.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 */
	float: left;
	margin-right: 8px;
}
.standardimgrtNoOffsetwBorder {
	border: 1px solid #000000;
	float: none;
}
.standardimgrt_wBorder {
	border: 1px solid #000000;
	float: none;
	margin-bottom: 0px;
	margin-left: 0px;
}
.standardimgrt_wBorder_Rtoffset {
	border: 1px solid #000000;
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}
.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;
}
.standardimgrt_wBorder_LtoffsetCopy {
	border: 1px solid #000000;
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
}
.standardimgrt_Dotted_Line {
	float: left;
	margin-bottom: 6px;
	margin-right: 6px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

