	html {
               overflow: scroll;
             }
	body {
background-color: #662007;
background-image: url(../images/bg2.jpg);
background-repeat: no-repeat;
font-family: Arial, Verdana;
font-size: 14px;
font-style: normal;
font-weight: normal;
/* color: #333333; */
/* margin-top: 10px; */
/* margin-left: 10px; */
/* margin-right: 10px; */
/* margin-bottom: 10px; */
             }

.mvc-menu
{
  margin: 0px;
  padding: 5px 0px 5px 0px;
  color: white;
  font-family:'Verdana';
  font-size:18px;
  text-align:right;

  /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
  //height: 100%;
}
.mvc-menu a:link {text-decoration: none; border=0px; color: white;  }
.mvc-menu a:visited {text-decoration: none; color: white;  }
.mvc-menu a:hover {color: grey;  }


.mvc-menu-selected
{
    margin: 0px;
    padding: 5px 0px 5px 0px;
    color: black;
    font-weight:bold;
    font-family:'Verdana';
    font-size:17px;
    text-align:right;

    /* Fix for IE height problem; uses Mozilla's recognition of and IE's ignorance of C-style line comment... */
    //height: 100%;
}

.mvc-menu-selected a:link {text-decoration: none; border=0px; color: #841C01;  }
.mvc-menu-selected a:visited {text-decoration: none; color: #841C01;  }
.mvc-menu-selected a:hover { }

.mvc-content-h1
{
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family:'Verdana';
  font-size:12px;
  font-weight:bold;
  color:#5d190f;
  text-align: right;
  word-wrap: break-word;
}

.mvc-content-h1 a:link {text-decoration: none; border=0px; color: #5d190f;  }
.mvc-content-h1 a:visited {text-decoration: none; color: #5d190f;  }
.mvc-content-h1 a:hover {color: grey;  }


.mvc-content-text
{
  margin: 0px;
  padding: 0px 3px 0px 0px;
  font-family:'Verdana';
  font-size:12px;
  color:black;
  text-align: right;
  word-wrap: break-word;
}

.mvc-content-text a:link {text-decoration: none; border=0px; color: #5d190f;  }
.mvc-content-text a:visited {text-decoration: none; color: #5d190f;  }
.mvc-content-text a:hover {color: grey;  }

.mvc-content-title
{
  margin: 0px;
  padding: 3px 3px 0px 0px;
  font-family:'Verdana';
  font-size:18px;
  font-weight:bold;
  color:#5d190f;
  text-align: right;
  word-wrap: break-word;
}

