.default,input,textarea
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a 
{
    text-decoration: underline;
}
a:hover
{
    text-decoration: none;
}
.menuItem 
{
    color: rgb(150,128,0);
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.menuItem:hover
{
    text-decoration: underline;
    color: rgb(222,179,8);
}
.footerMenu 
{
    padding-bottom: 5px;
    color: rgb(150,128,0);
}
.footerMenu:hover
{
    color: rgb(222,179,8);
}
.menu {

}
.subMenu
{
    border: solid 1px Black;
}
.subMenuItem
{
    color: #4C0120;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;    
}
.subMenuItemHover
{
    text-decoration: underline;
    color: #8F003B;
}
p, h5
{

}
#wrapper 
{
    border: 1px solid black;
    width: 790px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 31px; 
    margin-top: 31px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    -moz-box-shadow: 5px 5px 5px Gray;
    -webkit-box-shadow: 5px 5px 5px Gray;
    box-shadow: 5px 5px 5px Gray;
    text-align: center;
}
