body
{
	text-align:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color:#1A3293;
	margin-right:auto;
	margin-left:auto;
	width:800px;
	border:30px groove #CD120E;
}

a.footlink
{
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.footlink:visited
{
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.footlink:active
{
	color: black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a.footlink:hover
{
	color: #CD120E;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.footlink2
{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.footlink2:visited
{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

a.footlink2:active
{
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}
a.footlink2:hover
{
	color: #CD120E;
	font-family: Arial;
	font-weight: bold;
	font-size: 10pt;
	text-decoration: none;
}

.headertext {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: italic;
	font-weight: bold;
	color: #CD120E;
}
	
.addrs {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bolder;
	color: #000000;
}
/*Navigation Bar*/
.table {
 display: table;   /* Allow the centering to work in Firefox*/
 margin: 0 auto;
 text-align:center;
}
 
 #navigation 
{  
  text-align:center;
  margin-top:0px;
  margin-bottom:0px;
  
}
 
ul#navlist 
{
  margin-left:2px; /* This offsets the 5 pixel margin-right added to the ul#navlist li below. */
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px; 
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
        /*This gives the margin a reference for centering the list in IE. It is the total width of all list items added together plus the margin-right space after each one. */
        width:620px; 
}
 
ul#navlist li {
        float: left;
  width:150px;
  height:32px;

        margin-right: 5px; /* Place a 5 pixel margin to separate each menu item */
        padding: 7px 0px 4px 0px;
  /* Place the background image behind the list item with no repeat. */
  background-image:url(images/EquipYardButtonCSS.gif);
  background-repeat:no-repeat;
  
}
 
#navlist li #current {
 color:#ffffff;
}
 
#navlist li a {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
        padding: 0px 0px 0px 0px;
        /*This code sets the color of the <a> tag.*/
    color: #000000;
        text-decoration: none;
}
 
#navlist a:hover {
    color: #ffffff;
}
 
img {
	border: 2px solid #1A3293;
}
