body{
 font-family: Arial, Verdana, Helvetica, Tahoma, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 text-align: left;
 color: #000;
 background: #006 url('../images/blue_flowers.gif') top left repeat;
}

#outer{
 width: 700px;
 margin: auto;
 margin-top: 25px;
 border: solid #000 5px;
 background: #FFFFED url('../images/bg.jpg') top left no-repeat;
 background-color: #FFFFED;
 }

#header{
 width: 700px;
 height: 108px;
 margin-top: 10px;

} 
#navbar{
 width: 600px;
 margin: auto;
 height: 10px;
 border-top: solid #006 2px;
 text-align: left;
 }

#navbar ul{
 margin-left: 0px;
 padding-left: 0px;
}

#navbar li, #navbar a{
font-size: 9pt;
font-weight: normal;
color: #606;
display: inline;
list-style-type: none;
padding-right: 20px;
}

.right{
 float: right;
 clear: right;
 margin: 0 35px 25px 0;
 _margin-right: 30px;
}

#left{
 padding-top: 10px;
 width: 400px;
 margin-left: 55px;
 color: #606;
}

#footer{
 height: 45px;
 border-top: 3px solid #006;
 width: 650px;
 margin: auto;
 font-size: 10pt;
 text-align: center;
 margin-bottom: 0;
 margin-top: 15px; 
 font-size: 8pt;
 padding-top: 4px;
 clear: both;
}
.center{
 text-align: center;
}
.b{
 font-weight: bold
}
.centerimg{
 display: block;
 margin: auto;
}
.italic{
 font-style: italic;
}
img{
 border-style: none;
}
#logo{
 padding-left: 25px;
}

#expect{
 position: absolute;
 margin: 35px 0 0 360px;
}

a:link, a:visited{
 color: #006;
 font-weight: bold;
}



