/*Master for NavBar*/
body {font-family: "Verdana", "Arial", sans-serif; background-color: #2e3784; color: #FFBF73;}
a:link {color: #FFBF73;}      /* unvisited link */
a:visited {color: #FFBF73;}  /* visited link */
a:hover {color: #FFBF73;}  /* mouse over link */
a:active {color: #FFBF73;}  /* selected link */
ul{
list-style-type:none;
margin:0px;
padding:0px;
}
a.button
{
display:block;
width:175px;
text-align:center;
font-size:14pt;
background-color:#007536;
padding:4px;
border-style:outset;
border-color:#081272;
border-width:5px;
color:#FFBF73;
}
a.button:hover,a.button:active,a.button:focus
{
background-color:#081272;
border-style:inset;
border-color:#A65A00;
border-width:5px;
color:#FFBF73;
}

* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -140px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 140px; /* .push must be the same height as .footer */
}
.gap {
height: 50px;
}