html
{
    scrollbar-face-color: white;
    scrollbar-highlight-color: #999999;
    scrollbar-shadow-color: #999999;
    scrollbar-3dlight-color: white;
    scrollbar-arrow-color: #999999;
    scrollbar-track-color: white;
    scrollbar-darkshadow-color: white;
    scrollbar-base-color: #999999;
}

body
{
    background: white;
    font-size: 11px;
    color: #000000;
    font-family: verdana, arial, sans-serif;
    margin: 0px;
    padding: 0px;
    text-align: center;  /* IE 5.5 hack*/
}

a:link
{
    font-weight: bold;
    color: #ff6600;
    text-decoration: underline;
}

a:visited {
    font-weight: bold;
    color: #ff9966;
    text-decoration: underline;
}

a:active {
    font-weight: bold;
    color: #999999;
    text-decoration: none;
}


a:hover {
    color: purple;
    text-decoration: none;
    font-weight: bold
}

blockquote {
    width: 60%;
    padding: 4px 4px 4px 60px;
    min-height: 60px;
    margin: 40px auto;
    background: #f3f3f3 url(../images/quote.gif) top left no-repeat;
}

cite {
    font-style: italic;
}

.banner
{
    margin:0px auto;
    padding:0px;
    width:100%;   
}

.bodywrap
{
    background: white url(../images/bkground.gif) repeat-y;
    width:880px;
    margin:0px;
    padding:0px;
    text-align: left;  /* IE 5.5 hack*/
}

.contentsmall
{    
    width:600px;
    text-align: left;  /* IE 5.5 hack*/
    float: left;
    padding: 4px 10px 4px 20px;
    margin: 0px;
}

.content
{
    float:none;
    width: 700px;
    margin: 0 auto;
    padding: 4px;
    text-align: left;  /* IE 5.5 hack*/
}

.content td, .contentsmall td
{
    background-color: white;
    line-height: 1.5em;
}

.content p, .contentsmall p 
{
    padding-top: 4px;
    padding-bottom: 4px;
    line-height: 1.5em;
}


.footer
{
    background: url(../images/footer.gif) no-repeat;
    width:100%;
    height: 80px;
    padding: 20px 10px 0 50px;
    margin:0;    
    clear:both;
    font-size: 10px;
    font-style: italic;
}

.path {
    margin: 20px 0;
    font-size: 10px;
    font-style: italic;
    display: block;
}

.shadow {
    clear: both;
    background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
    background: url(../images/shadow.gif) no-repeat bottom right;
    margin: 10px 0 0 10px !important;
    margin: 10px 0 0 5px;
}

.shadow img {
    display: block;
    position: relative;
    background-color: white;
    border: 1px solid;
    margin: -6px 6px 6px -6px;
    padding: 3px;
}

.sidewrap
{
    float:left;
    width: 190px;
    padding: 4px 4px 4px 10px;
    border-left: solid 1px #999999;
    text-align: left;  /* IE 5.5 hack*/
}

.sidecontent
{
    text-align: left;
    font-size: 10px;
}

.sidetitle
{
    background: url(../images/bullet2.gif) no-repeat;
    font: bold 12px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    color: purple;
    line-height: 16px;
    margin: 25px 0 5px 0;
    padding-left: 17px;
}

.title
{
    background: url(../images/bullet1.gif) no-repeat;
    font: bold 20px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    line-height: 20px;
    color: purple;
    margin: 30px 0;
    padding-left: 25px;
    text-align: left;
}

td
{
    font: 11px verdana, arial, sans-serif;
    background-color: white;
    margin: 0px;
    padding: 0px;
}

/* SIDEBLOG 

.sideblog {
    max-width: 190px;
}

.sideblogtitle {
    font: bold 12px 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
    margin: 25px 0;
}

.sideblogdatetime {
    display: none;
}

.sideblogpost {
    width:175px;
}
*/

