body{
margin-top:0px;
}

#header{
width:1000px;
height:100px;
background-image:url(images/header.jpg);
border-bottom:2px solid #0066CC; 

border-top:1px solid #0066CC;
}


#container{
width:1000px;
min-height:120px;

}


#banner{
width:900px;
height:300px;
}

#shadow{
width:900px;
height:30px;
background-image:url(images/big-shadow.png);
}


#left{
width:200px;
min-height:120px;
float:left;
margin-top:10px;
}





#right{
float:right;
width:770px;
min-height:120px;
}



.textcontent{
font-family:"Times New Roman", Times, serif;
font-size:14px;
color:#000000;
line-height:20px;
letter-spacing:2px;
}

.heading{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#000000; font-weight:bold;}

.welcome{ font-family:Georgia, "Times New Roman", Times, serif; font-size:16px; color:#FF0000; font-weight:bold;}

.sub-heading{ font-family:Georgia, "Times New Roman", Times, serif; font-size:14px; color:#0066CC; font-weight:bold;}


.smallhead{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#0099CC;}

.message{
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
color:#333333;
}


#marq{
width:1000px;
height:160px;
border-bottom:2px solid #000; 
border-top:2px solid #000; 
}


#footer{
width:1000px;
height:300px;
background-color:#CCCCCC;
border-bottom:8px solid #000; 
border-top:4px solid #000; 
}




ul {
    font-family: Arial, Verdana;
    font-size: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}
ul li {
    display: block;
    position: relative;
    float: left;
}
li ul {
    display: none;
}
ul li a {
    display: block;
    text-decoration: none;
    color: #ffffff;
    border-top: 1px solid #ffffff;
    padding: 5px 25px 5px 10px;
    background: #1e7c9a;
    margin-left: 1px;
    white-space: nowrap;
}
ul li a:hover {
background: #3b3b3b;
}
li:hover ul {
    display: block;
    position: absolute;
}
li:hover li {
    float: none;
    font-size: 11px;
}
li:hover a { background: #3b3b3b; }
li:hover li a:hover {
    background: #1e7c9a;
}