body, #pageBuffer, #headerImage {
    background-image: url(images/header_bg_2.gif);
    background-repeat: repeat-x;
    background-color: #ededed;
}
body, td, p, div, small, big {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9pt;
    letter-spacing: 0px;
    color: #000000;
}
p {
    text-indent: 0px;
    /*text-align: justify;*/
}
#pageBuffer {
    width: 780px;
    height: auto;
    background-color: #FFFFFF;
    color: #cccccc;
    border-style: none;
    border-top: 0;
    border-left: 0px solid;
    border-right: 0px solid;
}
#photo {
    margin: 10px;
    padding: 10px;
    padding-right: 10px;
    border: 1px dashed #9c9c9c;
}
#copyright {
    color: #9c9c9c;
    padding-left: 9px;
    padding-top: 30px;
    padding-bottom: 40px;
    font-size: 7pt;
}
#leftside {
    width: 100%;
    background: #000000;
}
#menu {
    padding-left: 8px;
    color: #cccccc;
    word-spacing: 10px; /*28px*/
    margin-bottom: 10px;
    margin-top: 6px;
    height: auto;
    /*padding-bottom: 7px;*/
    /*border-bottom: 1px solid #cccccc;*/
}
#menu a, #menu a:visited {
    text-decoration: none;
    font-weight: normal;
    /*font-size: 15pt;*/
}
#menu1 a:hover {
    text-decoration: none;
    /*color: #aaaaaa;*/
    border-bottom: 2px solid #feb507;
    position: relative; top: 0px;
}
#menu a:hover {
     text-decoration: underline;
     color: #000000;
}
.menuItem {
    color: #4e637e;
    word-spacing: normal;
    font-size: 10pt;
    font-weight: normal;
    letter-spacing: 0px;
}
.dateStamp {
    padding-left: 10px;
    padding-top: 8px;
    display: block;
    color: #9c9c9c;
}
h1 {
    font-weight: bold;
    font-family: sans-serif;
    font-style: normal;
    font-size: 11pt;
    color: #000000;
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 6px;
    border-bottom: 1px dashed #9c9c9c;
}
.content {
    height: auto;
    padding: 10px;
    /*padding-left: 10px;*/
    display: block;
}
.header {
    height: auto;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 1px;
    font-style: italic;
    color: #000000;
    width: 100%;
    font-size: 11pt;
    
    margin-left: 10px;
    margin-right: 10px;
    /*
    margin-top: 10px;*/
    border-bottom: 1px dashed #9c9c9c;
    /*border-left: 1px dashed #9c9c9c;*/
}
a:link {
    text-decoration: none;
    color: #4e637e;
}
a:visited {
    text-decoration: none;
    color: #4e637e;
}
a:hover {
    text-decoration: underline;
    color: #000000;
    /*padding-bottom: 0px;*/
    /*border-bottom: 1px solid #aaaaaa; /* orange: #feb507 */ */
}
