/* CSS Document */
/*
farm bureau maroon #7B0022
nav bkg color #FFF9E3

*/
/******************   Begins XHTML Selectors   ***************************************/
body,h1,h2,h3,h4,h5,h6,div,img,ul,li {
   margin: 0;
   padding: 0;
   border: none; 
}

body {
   color: #000000;
   background-color: #FFFFFF;
   font-family: Tahoma, Verdana, Arial;
   font-size: 1em;
   width: 1024px;
   position: relative;
   
}

img.contentImgLeft {
   margin-right: 10px;
   float: left;
}

img.contentImgRight {
   margin-left: 10px;
   float: right;
}

/******************   Ends XHTML Selectors   ***************************************/

/******************   Begins custom classes Selectors   ***************************************/


.redTxt {
   color: #FF0000;
   background-color: transparent;
}

.maroonTxt {
   color: #7B0022;
   background-color: transparent;
}

.smTxt {
   font-size: 0.8em;
}

.underlineText {
   text-decoration:underline;
}

.aCenter {
   text-align: center;
}

.aLeft {
   text-align: left;
}

.yellowHighlight {
   background-color: #FFFF00;
}

/******************   Ends custom classes Selectors   ***************************************/

/******************   Begins custom id Selectors   ***************************************/

div#nav {
   margin-top: -3px;
   margin-bottom: -10px;
   padding-top: 5px;
   padding-bottom: 5px;
   height: 45px;
   background-image: url(../images/navBar/navBarBKG.jpg);
   background-repeat: no-repeat;
   z-index: 3;
}

div#nav img {
   padding-right: 1px;
   background-image: url(../images/navBar/grayBar.jpg);
   background-repeat: no-repeat;
   background-position: right;
}


div#footer {
   font-size: 0.70em;
   position: relative;
   bottom: 0px;
   text-align: center;
}

div#footer img {
   margin-left: 5px;
   float: right;
}

div#footer a:link {
   color: #000000;
   background-color: transparent;
   text-decoration: underline;
}



/******************   Ends custom id Selectors   ***************************************/


/***************************  test  classes ******************************************/

