/* CSS Document */

body { margin: 0px;
background-image: url(../images/bodyBG.gif);
background-position: top center;
background-repeat: repeat-y; }

#main { background-image: url(../images/headerBG.gif);
background-position: top left;
background-repeat: repeat-x; }

#img1 { background-image: url(../images/headerBG2.gif);
background-position: top left;
background-repeat: repeat-x;
height: 202px; }

#textBox { padding: 10 10 15 10;
vertical align: top;
height: 350px; }

#menuBox { padding: 10 0 10 10; }

#copyright { font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
vertical-align: top;
padding-left: 5px;
color: #000000;
border-top: 1px solid #000000;}

#copyright a { color: #000000; text-decoration:none; }

#copyright a:hover { color: #000000; text-decoration:none; }

#edit { border-top: 1px solid #000000;
text-align: right; }

#textarea1, #textarea3 { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }

#textarea1 td, #textarea3 td { font-size: 12px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
vertical-align: top; }

#textarea2 { font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000000; }

#textarea2 td { font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
vertical-align: top; }

a { color: #494949; text-decoration: underline; }

a:hover { color: #A42A30; text-decoration: none; }


#menubar2 a{
display: inline-block;
background-color: #A42A30;
text-align: center;
border-top: 1px #494949 solid;
border-left: 1px #494949 solid;
border-right: 1px #838383 solid;
border-bottom: 1px #838383 solid;
padding: 1 16 3 14;
font-family: Arial, Helvetica, sans-serif;
  font-weight : bold;
  font-style : normal;
  color: #F0F0F0;
  text-decoration: none;
}

#menubar2 a:hover{
border-top: 1px #F6F7C0 solid;
border-left: 1px #F6F7C0 solid;
border-right: 1px #494949 solid;
border-bottom: 1px #494949 solid;
  color: #F6F7C0;
  background-color: #A42A30;
  padding: 2 15 2 15;
}

#home { background-image: url(../images/home.jpg);
background-position: center center;
background-repeat: no-repeat;
padding: 10 10 15 10;
vertical align: top;
height: 550px; }


