body, table, div, p, dl {
	font-family: Arial, sans-serif; 
	font-size: 14px;
}

.menu {
        width: 600px;
        border-top: 1px solid white;          
        border-left: 1px solid white;         
        border-right: 1px solid white; 
        padding: 5px;
        background-color: #dd4814;
        /*color: #505050;*/
        font-weight: bold; 
 
       /* background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%); */
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
 

      /* background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0))); */
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
 
}

.menucell {
        width: 120px;
        color: red;
        text-align: center;
}

.menulink {
       color: white;
       text-decoration: none;
}

.header {
        border-top: 1px solid #dd4814;          
        border-left: 1px solid #dd4814;         
        border-right: 1px solid #dd4814; 
        padding: 5px;
        background-color: #dd4814;
        color: white;
        font-weight: bold; 

/*        background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%); */
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
        -moz-border-radius-topright: 8px;
        -moz-border-radius-topleft: 8px;

/*        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0))); */
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-top-right-radius: 8px;
        -webkit-border-top-left-radius: 8px;
  margin-top: 15px;
}

.text {
        border-left: 1px solid #dd4814;      
        border-right: 1px solid #dd4814; 
        padding: 5px 10px;
        background-color: #eef3f5;
        border-top-width: 0;
        border-bottom-width: 0;

        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px; 
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);

/*        margin-bottom: 15px; */

}

.footer {
        border-bottom: 1px solid #dd4814;          
        border-left: 1px solid #dd4814;         
        border-right: 1px solid #dd4814; 
        padding: 5px;
        background-color: #dd4814;
        color: #808080;

/*        background-image: -moz-linear-gradient(rgba(193, 205, 232, 1.0) 0%,rgba(228, 233, 245, 1.0) 100%); */
        -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
        -moz-border-radius-bottomright: 8px;
        -moz-border-radius-bottomleft: 8px;

/*        background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(193, 205, 232, 1.0)), to(rgba(228, 233, 245, 1.0))); */
        -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
  margin-bottom: 15px;
}



.river {
 margin-left:auto;
 margin-right:auto;
 width: 600px;
}

.center
{
margin-left:auto;
margin-right:auto;
width:70%;
background-color:#b0e0e6;
}

.blackrow {
background-color:#ccd0d3;
}

.whiterow {
background-color:#eef3f5;
}
