body{
    background-color: #EFECE5;
    margin-top: 0;
    font-family: Arial, Helvetica, "Helvetica Neue", sans-serif; 
    font-size: 1em;
    margin: 0 auto;
    width: 800px;
    padding-top: 10px;
    padding-bottom: 10px;
}

#container{
    width: 800px;
    /*height: 850px;*/
    background-color: #fff;
    -moz-border-radius:5px;
    border-radius:5px;
    box-shadow:3px 3px 3px #999;
}

#top{
    line-height: 50px;
    /*background-color: #627c8b;*/
    background-color: #fff;
    /*color: #fff;*/
    margin: 0;
    padding: 15px 0 0 30px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright: 5px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 1.4em;
}

#workarea{
    background-color: #ddd;
    border-bottom: 1px solid #bbb;
    border-top: 1px solid #bbb;
    padding-left: 3px;
    /*font-family: 'Open Sans Condensed', sans-serif;*/
    font-size: 1.1em;
}

.tablepadding{
    padding-left: 30px;
}

#workarea a{
    background-color: #ddd;
}

#content ul{
    list-style-position:inside;
}

#workarea li, p{
    margin: 0;
    line-height: 26px;
    padding-left: 10px;
}

h1{
    margin: 0;
    font-size: 1.2em;
}

#workarea img{
    vertical-align: middle;
}

p.image{
    padding: 4px 0 7px 4px;
}

#workarea  span{
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.smallgap{height: 8px;}

#content{
    padding: 10px 20px;
    /*background-color:#eee;*/
}

.tableborder a:link {
    color: #005D9C;

}


#slider{

    height: 300px;
}
#main
{
    font-family: Tahoma, Georgia;
    font-size: 1em;
}

.leftnav{
    float: left;
    width: 360px;
    padding: 10px;
}

.rightnav{
    float: left;
    width: 360px;
    padding: 10px;
}
#footer{
    clear: both;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-top: 1px solid #999;
    color: #555;
    background-color: #bbb;
    /*background-color: #555;*/
    -moz-border-radius-bottomright:5px;
    -moz-border-radius-bottomleft:5px;
    border-bottom-right-radius:5px;
    border-bottom-left-radius:5px;
    box-shadow:3px 3px 3px #999;
}

.pictureLeft{
    float:left;
    padding-right: 30px;
    padding-bottom: 15px;
}

.pictureRight{
    float: right;
    padding-left: 15px;
    padding-bottom: 15px;
}

.center{
    text-align: center;
}