﻿/* CSS Document */

#footer
{
    position: inherit;
    text-align: left ;
    font-size: 12px ;
    font-family: verdana ;
    width: 1171px ;
    height: 200px ;
    background-color: #000099;
   }

#footer ul ol{
			height: auto;
			width: 135px;  /* Each menu item is 150px wide */
			float: left;  /* This lines up the menu items horizontally */
			text-align: left;  /* All text is placed in the center of the box */
			list-style: none;  /* Removes the default styling (bullets) for the list */
			font: normal bold 12px/1.2em Arial, Verdana, Helvetica;
			padding: 20;
			margin: 0;
			background-color: #000099;
            left: -1px;
	        top: -2px;	
}
#footer a:link{
color:#F0FFFF;

text-decoration:none;

}
#footer a:visited{
color:#FFFFFF;
}
#footer a:hover{
color:#FFFFFF;
}
#footer a:active{
color:#FFFFFF;

}

#siteM{

width:140px;
background-color:#000099;
font-size:18px;
}

#table1{
/*position: fixed;*/
background-color: #000099;
height:300px;
width: 1176px;
}