html{
    margin:0;
    padding:0;
    height:100%;
}

body{
    margin:0;
    padding:0;
    height:100%;

    background-color: #FFFFFF;                                
    font-family: Comic Sans MS, Tahoma, Rockwell, Arial, sans-serif;
    font-size: 11pt;
}

div {
    margin: 0;
    padding: 0;
    border: 0;
}

a {
    color: blue
}

a:visited {
    color: blue
}

a:hover {
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

#outerFrame {
    margin: 10px auto;
    padding: 0;
    border: 0;

    width: 770px;
    background-color: #FFFFFF;
}

#header {
    text-align: center;
    margin: 20px 0;
}

#header h1 {
    display: none;
}

#content {
    margin: 20px 0;
}

#footer {
    font-size:  9pt;
    margin: 20px auto;
    text-align: center;
}

#footer div.copyright  {
    color: #555555;
}

div.errors {
    margin: 10px;
}

div.error {
    font-weight: bold;
    color: white;
    background-color: red;
    padding: 5px;
    margin: 5px 10px 0 10px;
}

div.error p {
    margin: 15px;
}

div.ad_horizontal {
    margin: 10px auto;
    text-align:  center;
}

div.section {
    margin: 5px 0 30px 0;
}

div.section div.sectionHead {
    margin: 5px 0 15px 0;
}

div.section div.sectionHead div.title {
    font-weight: bold;
}

div.menu_left {
    margin: 0 5px 0 0;
    padding: 5px;
    border: 0;
    float: left;
    background-color: #FFFF66;
    text-align:  center;

    width: 120px;
}

div.menu_left div.item button {
    margin: 5px auto;
    background-color: #FFFF66;   
    border: 1px solid #FFFF66;
    width: 110px;
    cursor: pointer;
}

div.content_right {
    margin: 0 0 0 5px;
    padding: 0px;
    border: 0;
    float: left;
    width: 600px;
}

div.float_end {
    line-height: 0;
    clear:both;
}

table.form_input {
    border-collapse: collapse;
    margin: 10px auto;
}

table.form_input td {
    text-align: right;
    border: 1px solid #FFF;
    border-top-width: 2px;
    border-bottom-width: 3px ;
    vertical-align: middle;
}

table.form_input td.prompt {
    padding: 6px 5px;
    font-size: 12px;
    font-weight:  bold;
    background-color: #FFFF66;
}

table.form_input td.captcha {
    text-align: center;
    padding: 6px 3px;
    font-size: 12px;
    font-weight:  bold;
    background-color: #FFFF66;
}

table.form_input td.input {
    text-align: left;
    padding: 6px 3px;
    font-size: 12px;
    background-color: #FFFF66;
}

table.form_input td.input input[type=text] { 
    width: 300px; 
} 

table.item_listing {
    border-collapse: collapse;
    margin: 10px auto;
    width: 80%;
}

table.item_listing thead tr {
    background-color: #FFFF66;
}

table.item_listing thead tr td {
    color: #000;
    padding: 8px 8px;
    border: 1px solid #d0d7d7;
    margin:0;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
}

table.item_listing thead tr td.action {
    text-align:  center;
}

table.item_listing tbody tr {
    background-color: #FFFF66;
}

table.item_listing tbody tr.even {
    background-color: #fff;
}

table.item_listing tbody tr.odd{
    background-color: #efefef;
}

table.item_listing tbody tr td {
    color: #000;
    padding: 6px 8px;
    border: 1px solid #d0d7d7;
    margin:0;
    text-align: left;
    font-size: 11px;
}

table.item_listing tbody tr td.action {
    text-align: center;
    white-space: nowrap;
}

table.item_listing tbody tr td.date{
    text-align: center;
    white-space: nowrap;
}

div.feature {

}

div.feature h2 {
    text-align: center;       
    color: #B0031C;   
    font-weight: bold;    
    background-color: #FFFF66;
    padding: 10px;
    font-size: 22px;
}

div.feature div.content {
    margin: 0 auto;
    text-align: center;
    clear: both;   
}

div.feature div.content div.media {
    float:left;
    width: 290px;
    text-align: center;
    padding: 5px 10px;
}

div.feature div.content div.media div.audio {
    background-color: #FFFF66;
    padding: 5px 5px;
    margin: 10px 5px 20px 5px;
}

div.feature div.content div.text {
    float:left;
    clear: right;
    width: 380px;
    text-align: left;
    padding: 5px;
}

div.feature div.content div.text p {
    font-weight: bold;    
    font-size: 11pt;    
}

div.feature div.content div.text p.person1 {

}

div.feature div.content div.text p.person2 {
    color: #339966;   
    font-style: oblique;
}

div.navigation {
    margin: 20px 5px;
    text-align: right;
    font-size: 11px;
}

div.navigation a {
    font-weight:  bold;
}

div.backto {
    text-align: center;
    margin: 10px;
}