* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10pt;
}

body{
    background-color: #ffffcc;
    margin: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}

a         { color: #006600; text-decoration: none; font-weight: bold;}
a:link    { color: #006600; text-decoration: none; font-weight: bold; }
a:visited { color: #006600; text-decoration: none; font-weight: bold; }
a:hover   { color: #006600; text-decoration: none; font-weight: bold; }
a:focus   { color: #006600; text-decoration: none; font-weight: bold; }
a:active  { color: #006600; text-decoration: none; font-weight: bold; }

h1{
    font-size: 14pt;
    font-weight: bolder;
    font-style: italic;
    text-decoration: underline;
}

img{
    border: white solid 0px;
    vertical-align: middle;
}

img.content{
    padding: 5px;
    cursor: pointer;
}

.content_main{
    background-color: #dcf7dc;
}

.content_right{
    float: right;
    padding: 5px;
    cursor: pointer;
}

.content_left{
    float: left;
    padding: 5px;
    cursor: pointer;
}

table{
    border: 0px solid white;
}

#picture{
    visibility: hidden;
    margin-left: 160px;
    margin-right: 160px;
    margin-top: 100px;
    width: 400px;
    height: 300px;
    text-align: right;
    border: 1px solid black;
    position: absolute;
}

#picture img{
    cursor: pointer;
}

.navigation{
    background-color: #ffffee;
}

.navigation .border{
    width: 100%;
    height: 100%;
    border-right-style: solid;
    border-left-style: solid;
    border-bottom-style: solid;
    border-top-style: solid;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    border-right-color: #000000;
    border-left-color: #000000;
    border-bottom-color: #000000;
    border-top-color: #000000;
}

.mainTable{
    background-image: url(images/index_background.jpg);
    width: 900px;
    height: 675px;
    margin-left:auto;
    margin-right:auto;
    margin-top: 30px;
    border-collapse: collapse;
}

.upperRow{
    height: 480px;
    vertical-align: top;
}

.middleRow *{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.lowerRow{
    text-align: center;
    height: 0px;
}

.middleRow img{
    margin: 9px;
}

#link1, #link2, #link3, #link4, #link5{
    width: 170px;
    height: 170px;
}

#imgtxt1, #imgtxt2, #imgtxt3, #imgtxt4, #imgtxt5{
    color: black;
}

