@charset "UTF-8";
body  {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #669944;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	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: #2a2a2a;
}
.twoColFixRtHdr #container {
	width: 800px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #9C6;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #030;
	border-left: 2px solid #030;
} 
.twoColFixRtHdr #header {
	background: #99CC66;
	padding: 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
	text-align: center;
} 
.twoColFixRtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #99CC66; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 5px 10px 5px 0px;
	margin: 0px;
	clear: left;
	text-align: center;
	overflow: hidden;
	border-left: 1px solid #030;
}
.twoColFixRtHdr #mainContent {
	margin: 0 160px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #9C6;
} 
.twoColFixRtHdr #footer {
	padding: 0 15px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#99CC66;
	text-align: center;
	border-top: 4px solid #030;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 4; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
.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;
}
body,td,th {
	font-family: Lucida Grande, Lucinda Sans Unicode, Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #2a2a2a;
	margin: 0px;
	padding: 0px;
}
table {
	width: 498px;
	height: auto;
	border: 1px solid #34660B;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
th {
	font-weight: bold;
	background: #360;
	font-size: 16px;
	color: #FFF;
}
tr.altRow  td{
	background: #E2E2E2;
}
caption {
	caption-side: bottom;
	line-height: 4em;
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif
	font-size: .83em;
	font-style: italic;
	color: #FFF;
}
h1, h2, h3, h4, h5 {
	margin: 0px 20px 0.6em;
}
p, ul, ol, dl   , dt {
	margin: 0px 15px 7px;
	line-height: 1.5em;
}
p {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #222211;
}
h1 {
	color: #600;
	font-size: 20px;
	font-family: Georgia, "Times New Roman";
	font-weight: bold;
	text-decoration: none;
	padding-top: 6px;
	margin-left: 15px;
	padding-bottom: 0px;
}
h2 {
	font-family: "Georgia", "Times New Roman";
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #030;
	margin-left: 15px;
}
h3 {
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #003300;
	margin-left: 15px;
}
h4 {
	font-family: "Georgia", "Times New Roman";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #600;
	margin-left: 15px;
}
h5 {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	letter-spacing: 2px;
}
h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	float: right;
	margin-right: 15px;
	color: #EBEBEB;
	letter-spacing: 2px;
	margin-top: 6px;
}
ul {
	list-style: square inside;
	color: #2a2a2a;
	font-size: 12px;
}
ol {
	list-style: circle inside;
}
dl {
	font-style: normal;
}
dt {
	font-style: normal;
	font-weight: bold;
}
dd {
	margin: 0px 40px 7px;
	font-style: italic;
}
img {
	margin: 0px;
	padding: 0px;
}
.image_rt {
	padding: 0px;
	margin: 6px 15px 6px 12px;
	float: right;
	clear: none;
}
.image_lft {
	margin: 6px 12px 3px 0px;
	float: left;
}
.image_centerLng {
	margin-top: 6px;
	margin-right: 4px;
	margin-bottom: 6px;
	margin-left: 4px;
}
.image_center {
	background-color: #FFFFFF;
	background-position: center;
	margin: 6px 0px;
}
.image_center250 {
	margin-top: 6px;
	margin-right: 20px;
	margin-bottom: 6px;
	margin-left: 20px;
}
.imageLC {
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
}
.text_i {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #222211;
	font-style: italic;
}
.textBBlack {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #000000;
	font-weight: bold;
}
.textBBrown {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #600;
	font-weight: bold;
}
.textBGreen {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #336600;
	font-weight: bold;
}
.textBWhite {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #FFF;
	font-weight: bold;
}
.date_bwht {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Verdana, Arial;
	font-weight: bold;
	line-height: 20px;
	letter-spacing: 2px;
}
.caption {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #222211;
}
.bar_rt {
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #336600;
	padding-right: 0px;
}
.bar_T {
	border-top: 1px solid #030;
	margin: 10px 25px;
}
.barT {
	text-align: center;
	border-bottom: 1px dotted #030;
	margin: 10px 15px 20px;
	padding: 0px;
}
a:link {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
}
a:visited {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #600;
	text-decoration: none;
}
a:hover {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.webdesign  {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-top: 10px;
}
.webdesign a:link {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-top: 10px;
}
.webdesign a:visited {
	color: #FFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-top: 10px;
}
.webdesign a:hover {
	color: #903;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 2px;
	margin-top: 10px;
}
.navbart a:link {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #903;
	letter-spacing: 1px;
	text-decoration: none;
}
.navbart a:visited {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #903;
	text-decoration: none;
	letter-spacing: 1px;
}
.navbart a:hover {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 1px;
}
.captionRSS {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	font-weight: bold;
	color: #FFF;
}
.copyright {
	font-family: "Lucida Grande", "Lucinda Sans Unicode", Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #222211;
	text-decoration: none;
	letter-spacing: 2px;
	margin: 8px 0px 0px;
	padding: 8px 0px 0px;
	text-align: center;
}
.vpmarketing {
	color: #FFFFFF;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: 2px;
}
