@charset "UTF-8";/* CSS Document */body{    font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;    font-size:12px;    color:#000099;    /* background-image: url(/img/logo.gif); */    background-repeat: no-repeat;    /*padding:10px;*/    padding-bottom:60px;    /* Height of the footer */    background-color: #E9FFEF;}/*___________________________Structure*/#wrapper {    margin: auto;    width:960px;    position:relative;    /*background-color: #E93322;*/    }    #main{    width:960px;    /*height: 768px;*/    background-color: #E9F00F;}#content{    position:absolute;    /*min-height: 550px;*/    /*width: 600px;*/    left: 150px;    top: 50px;    /*background-image: url(img/ccc.gif);*/    border:solid 1px #c6cfe1;    background-color: green;    /*padding:20px;*/}#footer{       position:absolute;       bottom:0;       width:100%;       height:60px;            /* Height of the footer */       background:#ff55ff;}/*___________________________Links*/a{color:#0033CC;}/*___________________________Typography*/h1, h2, p, form{    border:0px;     margin:0px;     padding:0px;}.center { text-align: center }input{        font-family:"Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;     font-size:12px;}h2{    color:#666666;     /*margin-bottom:20px;*/    font-size:12px;}/*___________________________Floats*/.clear{    clear: both;}/*___________________________class structure*/.logo{    width: 98px;    height:131px;    float:left;    background-color: #E9F00F;    padding: 10px;    border:solid 1px #c6cfe1;    border-right: 0;    background-image: url(img/bar-bg.png);    background-repeat:repeat-x;}#toprow{    width: 100%;    /*height: 60px;*/    /*padding: 5px;*/    /*float:right;*/    /*background-color:silver;*/    /*border:solid 1px #c6cfe1;*/    /*border-left: 0;*/    /*background-image: url(img/bar-bg.png);*/    /*background-repeat:repeat-x;*/}#menubar_h{  width:100%;  color:white;  font-weight:bold;  /*text-shadow:0 -1px 0 rgba(0,0,0,.4);*/  font-size:small;  background:#0066a2;}#menubar_h table{  width:100%;  border-bottom:20px solid #f02819 /*Doesn't work in Safari*/  border-top:20px solid #0066a2; /*Doesn't work in Safari*/  border-left:1px solid #0066a2;  border-right:1px solid #0066a2;}#menubar_h table td{  color:white;  width:20%;  background:#0066a2;  border-right:1px solid #e2f0f8;  border-left:1px solid #e2f0f8;  padding:2px .1em;  text-align:center;  /*border-top:1px solid #0066a2;*/  font-size:10px;  font-weight:bold;}#menubar_v{  position:absolute;  top:50px;  width:140px;  background-color:yellow;}#menubar_v table{  width:100%;}#menubar_v table td{  color:black;  /*width:20%;*/  /*background:#0066a2;*/  /*border-right:1px solid #e2f0f8;*/  /*border-left:1px solid #e2f0f8;*/  /*padding:2px .1em;*/  text-align:left;  /*border-top:1px solid #0066a2;*/  font-size:9px;  /*font-weight:bold;*/  white-space:pre-wrap;  vertical-align:top;}#menubar_v a{  color:black;  /*padding:.6em 0;*/  /*display:block*/  text-decoration:none;}/*___________________________Buttons*/.green{    background:url(img/green.gif);    padding:0px 6px;    border:1px solid #3b6e22;    height:24px;     line-height:24px;    color:#FFFFFF;    font-size:12px;    margin-right:10px;    display:inline-block;    text-decoration:none;}.blue-right{    background:url(img/blue.gif);    padding:0px 6px;    border:1px solid #3b6e22;    height:24px;    line-height:24px;    color:#FFFFFF;    font-size:12px;    margin-right:10px;    display:inline-block;    text-decoration:none;    margin-left: 10px;}