/* CSS Document */

body {
     font-family: sans-serif;
     font-size: 0.85em;
     }

/*This defines the characteristics of the main divs*/

#maindiv {
         width: 920px;
         height: 100%;
         border: solid black 1px;
         float: left;
         }

#topbanner {
           width: 920px;
           height: 169px;
           float: left;
           }

#navbar {
        width: 920px;
        height: 21px;
        float: left;
        }

#content {
         width: 920px;
         background-image: url("images/contentbr.gif");
         background-repeat: no-repeat;
         background-position: top center;
         background-color: #e5e5e5;
         min-height: 450px;
         height:auto !important;
         height:450px;
         float: left;
         padding-top: 5px;
         }

#othcont {
         width: 780px;
         background-image: url("images/otherbr.gif");
         background-repeat: no-repeat;
         background-color: #e5e5e5;
         min-height: 450px;
         height:auto !important;
         height:450px;
         float: left;
         padding-left: 10px;
         padding-right: 10px;
         padding-top: 5px;
         }

#adddiv {
        width: 780px;
        background-color: white;
        padding-top: 5px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 5px;
        min-height: 50px;
        height:auto !important;
        height:50px;
        float: left;
        }

/* These are Page specific id's */

#idxcontent {
    	     width: 920px;
    	     background-image: url("images/contentbr.gif");
    	     background-repeat: no-repeat;
    	     background-color: #e5e5e5;
    	     min-height: 450px;
    	     height:auto !important;
    	     height:450px;
    	     float: left;
    	     padding-top: 5px;
    	     }
    	     
.spacer {
		width: 60px;
		height: 20px;
		float: left;
		}
		
#newsdiv {
         min-height: 450px;
         width: 484px;
         padding-left:8px;
         padding-right:8px;
         float: left;
         text-align: center; /*remove later if unnecesary*/
         }

#leftcol {
         min-height: 450px;
         width: 205px;
         padding-left:0px;
         float: left;
         text-align: center;
         }

#rightcol {
          min-height: 450px;
          width: 205px;
          padding-right:0px;
          float: left;
          text-align: center;
          }

/*This is the section for general content classes*/
.content {
         width: 500px;
         height: auto;
         padding-bottom: 5px;
         white-space: nowhrap;
         }

.linkcolumn {
            padding-top: 5px;
            }

.linkimg {
         height: 21px;
         width: auto;
         float: left;
         border: 0px solid black;
         }

.pic {
         float: left;
         width: auto;
         border: 0px solid black;
         }

/*This is a secton for page specific classes*/
