html {
  box-shadow: inset 0 0 50px rgba(0,0,0,0.5);
	min-height: 100%;
	background: #eae7e1;
	background: linear-gradient(to bottom,  #eae7e1 0%,#d5dee5 92%);
	overflow-y:scroll;
}

body{
font-family: Arial, Helvetica, Geneva, sans-serif; 
font-size:12px;
color:#000000;
background-color:#842E1B;
margin:0px;
height:100%;
}

iframe 	{margin:0px;}
img		{border:0;}

.MainMenuItem a,.MainMenuItem a:visited{text-decoration: none;color: #FFFF00; text-shadow: 1px 1px #707070;font-size: 20px;}
.MainMenuItem a:hover { background-color: #E7E7E7; font-size: 20px;}

#topnav ul {display:inline;width:100%;}
#topnav ul li {float:left; padding:0; padding-left:15px; padding-right:15px; margin:0; margin-top:0px; list-style-type:none;}
#topnav ul li:hover {background-color: #E7E7E7;}

p { text-align: justify; word-spacing: 4px; }

table#FooterAddress {
    background-color: #F0F0F0;
    border-spacing: 0;
    height: 100%;
    padding: 0;
	margin: 10px;
    width: 97%;
}

table#FooterTable {
    background-color: #F0F0F0;
    border-spacing: 0;
    height: 100%;
    padding: 0;
	margin: 0;
    width: 100%;
}

table#FooterTable tr td {
    text-align: left;
    vertical-align: top;
    width: 20%;
}
table#FooterTable tr td li {
    list-style: none outside none;
}

table#FooterTable a {
    color: black;
    font-family: Arial;
    font-size: 0.80em;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
}

