@charset  "utf-8";
 body {
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    background: #FFFFFF;
    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: #000000;
}
.twoColFixLtHdr #container {
    width: 739px;
    margin: 0 auto;
    /* the auto margins (in conjunction with a width) center the page */
    border: 0px none #000000;
    text-align: left;
    background-repeat: repeat;
    background-color: #FFFFCC;
    background-image: url(../images/background.jpg);
}
.twoColFixLtHdr #header {
	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. */
    height: 2.80in;
	background-image: url(../images/Home_Banner_Feb2015.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #669933;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.twoColFixLtHdr #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 */
}
a.button {
    display:block;
    text-decoration: none;
    padding: 5px 0px;
    width:120px;
    text-align:center;
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #629957), color-stop(2%, #1a7a02), color-stop(96%, #0f8003));
    border-color:#039FD3;
    border-width:1px;
    -webkit-border-radius:16px;
    border-radius:16px;
    border-style:solid;
    font-family:Arial, Helvetica, sans-serif;
    font-size:13px;
    line-height:120%;
    color:#FFF;
    text-shadow:0px 1px 0px rgba(0, 0, 0, 0.18);
    -moz-border-radius:16px;
    -moz-text-shadow:0px 1px 0px rgba(0, 0, 0, 0.18);
    -webkit-text-shadow:0px 1px 0px rgba(0, 0, 0, 0.18);
    margin-left:auto;
    margin-right:auto;
    background-image:-webkit-linear-gradient(top, #629957 0%, #1a7a02 2%, #0f8003 96%);
    background-image:-moz-linear-gradient(top, #629957 0%, #1a7a02 2%, #0f8003 96%);
    background-image:-o-linear-gradient(top, #629957 0%, #1a7a02 2%, #0f8003 96%);
    background-image:-ms-linear-gradient(top, #629957 0%, #1a7a02 2%, #0f8003 96%);
    background-image:linear-gradient(to bottom, #629957 0%, #1a7a02 2%, #0f8003 96%);
}
a.button:visited {
    color:#FFF;
}
a.button:hover {
    background-image:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #a9ff8c), color-stop(3%, #55fa03), color-stop(97%, #5fd102));
    color:#FFF;
    background-image:-webkit-linear-gradient(top, #a9ff8c 0%, #55fa03 3%, #5fd102 97%);
    background-image:-moz-linear-gradient(top, #a9ff8c 0%, #55fa03 3%, #5fd102 97%);
    background-image:-o-linear-gradient(top, #a9ff8c 0%, #55fa03 3%, #5fd102 97%);
    background-image:-ms-linear-gradient(top, #a9ff8c 0%, #55fa03 3%, #5fd102 97%);
    background-image:linear-gradient(to bottom, #a9ff8c 0%, #55fa03 3%, #5fd102 97%);
}
a.button:active {
    color:#FFF;
}
.twoColFixLtHdr #sidebar1 {
    float: left;
    /* since this element is floated, a width must be given */
    width: 180px;
    background-repeat: repeat;
    padding-top: 15px;
    padding-right: 10px;
    padding-bottom: 15px;
    padding-left: 20px;
    background-color: #FFFCCC;
    background-image: url(../images/background.jpg);
}
.twoColFixLtHdr #mainContent {
    margin: 0 0 0 220px;
    /* the left margin on this div element creates the column down the left 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-color: #FFFFCC;
    border-left-width: thin;
    border-left-style: solid;
    border-left-color: #363;
    background-repeat: repeat;
    background-image: url(../images/background.jpg);
}
.twoColFixLtHdr #footer {
    padding: 0 10px 0 20px;
    /* this padding matches the left alignment of the elements in the divs that appear above it. */
    background:#996600;
}
.twoColFixLtHdr #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: 10px 0;
    /* 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;
}
.smallital {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
}
.smalltext {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: small;
    font-style: normal;
    color: #999999;
}
.bodytext {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    color: #666666;
}
.smallredital {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: italic;
    color: #CC0033;
}
.SubheadGreen {
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    color: #669933;
}
