
.mainimage {
  max-width: 567px;
  max-height: 567px;
  width: expression(this.width > 567 ? "567px" : true);
  height: expression(this.height > 567 ? "567px" : true);
}


body {
    background-color: #004; /* Background color */
    color: #FFFC79; /* Foreground color used for text */
    font-family: Helvetica;
    font-size: 18px;
    margin: 0; /* Amount of negative space around the outside of the body */
    padding: 0; /* Amount of negative space around the inside of the body */
}
#header h1 {
    margin: 0;
    padding: 0;
}
#header a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header h1 a {
    background-color: #ccc;
    border-bottom: 1px solid #666;
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
}
#header ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#header ul li a {
    background-color: #FFFC79;
    border: 1px solid #999999;
    color: #004;
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#content, #sidebar {
    padding: 10px;
}

#content a
{
    color: #cccccc
}

#footer {
    font-size: 12px;
    text-align: center;
    color: #dddddd
}
#footer a
{
    color: #cccccc
}

#header h1 a {
    text-shadow: 0px 1px 0px #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
}

#header ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#header ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}
#header ul.hide {
    display: none;
}
#header div.leftButton {
    position: absolute;
    top: 7px;
    left: 6px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    color: white;
    text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
    line-height: 28px;
    border-width: 0 8px 0 8px;
    -webkit-border-image: url(images/button.png) 0 8 0 8;
}
#header div.pressed {
    -webkit-border-image: url(images/button_clicked.png) 0 8 0 8;
}


#content ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#content ul li a {
    background-color: #004;
    border: 1px solid #999999;
    color: #FFFC79;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#content ul li a img {
    max-height: 50
}

#content ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#content ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

#whitebuttons ul {
    list-style: none;
    margin: 10px;
    padding: 0;
}
#whitebuttons ul li a {
    background-color: #fff;
    border: 1px solid #999999;
    color: #00d;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
}
#whitebuttons ul li a img {
    max-height: 50
}

#whitebuttons ul li:first-child a {
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
}
#whitebuttons ul li:last-child a {
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
}

.facebooklink
{
    background-color: #fff;
    border: 1px solid #999999;
    color: #00d;
    display: block;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: -1px;
    padding: 12px 10px;
    text-decoration: none;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    text-align: center
}
.facebooklink iframe
{
    text-align: center;
    border: none;
    max-height: 100
}
.quotation {

font-size:10pt;
color:#dddddd

}
.contentcentered
{
    text-align: center
}
