/* This is the body rule that sets the background color to white, uses a left margin of 20px and uses a tiling background image (the stripes)*/
body{
    background-color: #FFFFFF;
    background-image:  url(/images/tile.jpg);background-repeat:repeat;
    margin: 0 0 0 20;
    }

/* The rule for the body text paragraph.  All text in the white area of the page uses this rule*/
p{ font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 12px;
            color: #1A1146;
            margin: 18 0 18 12;}

#container{
                     margin: 0 0 0 0;
                   }

/*Rule for the footer area. */
p.btmnu{ 
            font-size: 10px;
            font-weight: bold;
            color: #FFFFFF;
            text-align: center;
           }

/* The rule for the sidebar.  Sets a nice clean margin and justifies the text so it looks more centered */
p.sidebar{
                    margin: 7 10 3 10;
                    text-align: justify;
                 }

/* The main header.   Change the font size if it's not big enough or too big.  Change the color value to try something else */
h1{ font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 15px;
            font-wieght: bold;
            color: #D3A859;
            margin: 15 0 0 10;
            margin-bottom: 0;}

/* The subheader to be used in the body of the page and on the sidebar to keep a consistent look. 
Change the font size if it's not big enough or too big.  Change the color value to try something else */
h2{ font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 13px;
            font-wieght: bold;
            color: #1A1146;
            margin: 10 0 0 10;
            margin-bottom: 0;}

p.td{ font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 12px;
			margin-top: 0;
			margin-bottom: 0;
            color: #1A1146;}

/*Since the page uses a tiled image we need to force the cell with the body text to be white*/
#bodycell{ background-color: #FFFFFF;
                  }

/*Sets a margin to the left of the page and uses a solid border */
#leftmargincell{
    background-image:  url(/images/tileb.jpg);background-repeat:repeat;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #1A1146;
                            }


/*Uses a border to the left or right of a cell */
#leftrightborder{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #1A1146;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #1A1146;
}

/*Sets the background color and border for the dropdown menus*/
#about, #vas, #members, #needva, #resources
      {background-color:#00085D; border: 1px solid #00085D;
       width:150px; padding:2pt; z-index:2;
       font-family:Arial, Helvetica, sans-serif; font-size:8pt; visibility: hidden;}

/*Sets the positioning for the dropdown menus*/
   #about {position:absolute; top:114px; left:169px;}
   #vas {position:absolute; top:114px; left:265px;}
   #members {position:absolute; top:114px; left:348px;}
   #needva {position:absolute; top:114px; left:465px;}
   #resources {position:absolute; top:114px; left:560px;}

/*--------------Link styles------------------------------------*/
A:link { font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 11px;
            text-decoration: none;
            font-weight: bold;
            color: #FFFFFF;}

A:visited { font-family: Arial, Verdana, Helvetica, sans-serif;
                font-size: 11px;
                text-decoration: none;
                font-weight: bold;
                color: #FFFFFF;}

A:hover { font-family: Arial, Verdana, Helvetica, sans-serif;
               font-size: 11px;
               text-decoration: none;
               font-weight: bold;
               color: #D3A859;
        }

A:active { font-family: Arial, Verdana, Helvetica, sans-serif;
               font-size: 11px;
               text-decoration: none;
               font-weight: bold;
               color: #D3A859;}
			   
A.new:link { font-family: Arial, Verdana, Helvetica, sans-serif;
            font-size: 12px;
            text-decoration: none;
            font-weight: bold;
            color: #000000;}

A.new:visited { font-family: Arial, Verdana, Helvetica, sans-serif;
                font-size: 12px;
                text-decoration: none;
                font-weight: bold;
                color: #000000;}

A.new:hover { font-family: Arial, Verdana, Helvetica, sans-serif;
               font-size: 12px;
               text-decoration: none;
               font-weight: bold;
               color: #D3A859;
        }

A.new:active { font-family: Arial, Verdana, Helvetica, sans-serif;
               font-size: 12px;
               text-decoration: none;
               font-weight: bold;
               color: #D3A859;}
			   
/*A class called "bodylink" to set the link to gold in the body tex and in the sidebar*/
A.bodylink{
                  color: #D3A859;
                  }

A.bodylink:hover{
                  text-decoration: underline;
                  color: #1A1146;
                 }
 
A.bodylink:active { font-family: Arial, Verdana, Helvetica, sans-serif;
                font-size: 11px;
                text-decoration: none;
                font-weight: bold;
                color: #D3A859;}
				
A.bodylink:visited {
                  color: #D3A859;
                 }