html,body{margin:0;padding:0}
body{font: 76% georgia,sans-serif;text-align:center}
a{color:#660000}
td#header{background-color:#F3F2ED;}
td#header h1{height:80px;line-height:80px;margin:0;padding-left:10px;}
td#content{text-align:left;vertical-align:top}
.content{color:#660000}
.title{color:#660000;font-size:18px;font-weight:400;}
.date{color:#660000;font-size:11px;font-weight:400;}
td#navigation{
    background-image:url('../images/side_03.jpg');
    vertical-align:top;
    background-repeat:repeat-y;
    width:191px;
}


td#container{width:767px;margin:0 auto}
td#content{float:left;width:576px}

#footer{clear:both;width:100%}
div#vertical_container{
    text-align:center;
}
.accordion_toggle{
    display: block;
    background-color:#ffcc33;
    height: 30px;
    width: 160px;
    /*padding: 0 10px 0 10px;*/
    line-height: 30px;
    color: #ffffff;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    font-size: 12px;
    color: #000000;
    cursor: pointer;
    margin: 0 0 0 0;
    border-bottom: 1px solid #f68263;
    opacity:.50;
    filter: alpha(opacity=30); 
    -moz-opacity: 0.5; 
    opacity: 0.5;

}
.accordion_content {
    background-color: #ffffff;
    color: #444444;
    overflow: hidden;
    width:160px;
    opacity:.50;
    filter: alpha(opacity=30); 
    -moz-opacity: 0.5; 
    opacity: 0.5;
		}
