body, html{
font-family:verdana;
font-size:12px;
margin:0 auto;
}
#header{
border:1px solid silver;
height:80px;
width:770px;
background:#FBFAF4;
}

#logo{
float:left;
width:150px;
padding:20px;
font-size:20px;
}
#top_banner{
float:right;
padding:10px;
}
/*  menu starts     */

#navcontainer{
clear:both;
width:771px;
margin-top:3px;
}


#navlist
{
margin: 0;
padding: 0 0 20px 10px;
border-right:1px solid silver;
}

#navlist ul, #navlist li
{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
line-height: 1.4em;
}

#navlist a:link, #navlist a:visited
{
float: left;
line-height: 1.4em;
font-weight: bold;
margin: 0 10px 4px 10px;
text-decoration: none;
color: #999;
}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover
{
border-bottom: 4px solid #000;
padding-bottom: 2px;
background: transparent;
color: #000;
line-height: 1.4em;
}

#navlist a:hover { color: #B9B084; }
/* menu ends        */

#left{
float:left;
width:150px;
height:400px;
margin-left:0px;
border-right:1px solid silver;
}
#content{
width:769px;
border:1px solid silver;
padding:0px;
margin:0px;
}

#footer{
clear:both;
border-right:1px solid silver;
border-left:1px solid silver;
border-bottom:1px solid silver;
height:50px;
width:769px;
background:#FBFAF4;
text-align:center;
}

#footer a{
font-size:9px;
color:#76674F;
}
#title{
width:300px;
text-align:center;
font-weight:bold;
border:1px solid black;
background-color:silver;
margin-bottom:10px;
padding:3px;
}

.left{
float:left;
width:145px;
height:20px;
text-align:left;
}

.right{
float:right;
width:145px;
height:20px;
text-align:right;
}
sup{
line-height: 0;
color:blue;
}

.link12{
font-size:12px;
color:#000;
padding-bottom:5px;
}