@charset "UTF-8";
/* CSS Document */

<style type="text/css">
body{
	background-color: #03F;
	background-repeat:no-repeat;
}



#header{
background-image:url(webpage_NEW_logo.jpg); 
width:1080px; 
height:200px
}

#body{
background-color:#FFF; 
width:1080px; 
padding-bottom: 300px;
}

#footer{
background-image:url(bg.jpg)
width:1270px;
height:300px;
}

body,td,th {
	font-family: Tahoma;
	font-size: 12px;
	color: #000;
}

a:link{color:#000;
}

a:visited{text-decoration:none; color:#000;
}

a:hover{color:#FC3;
}

a:active{color:#FC3;
}


/* -------------------- Main body tag styling  ---------------------- */
body,td,th {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
}
/* -------------------- What the entire dropdown backround will look like and its positioning  ---------------------- */
ul {
    margin:0;
    padding:0;
}
.dc{
    display:inline;
    position: relative;
    z-index: 0;
    margin:0;
    padding:0;
	text-align:left;
}
.dc:hover{
    background-color: transparent;
    z-index: 50;
}
.dc ul{ 
    position: absolute;
    width:120px;
    background-color: #999;
    left: -1000px;
    list-style-type:none;
    visibility: hidden;
}
.dc:hover ul{ 
    visibility: visible;
    top: 13px;
    left:-5px;
}
/* -------------------- What the list items will look like inside the dropdown  ---------------------- */
.dc ul li{
    margin:0;
    padding:0;
    background-color: #EBEBEB;
    margin:1px;
}
.dc ul li:hover {
    background-color: #FFF;
    margin:1px;
}
/* -------------------- What the links look like inside the dropdown  ---------------------- */
.dc ul li a {
    display:block;
    padding:4px;
    font-size:12px;
}
.dc ul li a:link {
    color:#000
    text-decoration: none;
}
.dc ul li a:visited {
    text-decoration: none;
    color: #000;
}
.dc ul li a:hover {
    text-decoration: none;
    color: #333;
}
.dc ul li a:active {
    text-decoration: none;
    color: #333;
}
/*      END PURE CSS DROP MENU        */



.btmBar{
	width:101%;
	position:bottom; 
	bottom:0px;
	background-color:#CCC;
	right:0px;
	margin-left:-5px;
	margin-bottom:-8px;
}



</style>
